forked from lionel/debianlive
first commit
This commit is contained in:
2
config/includes.chroot/usr/bin/subl
Executable file
2
config/includes.chroot/usr/bin/subl
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /opt/sublime_text/sublime_text --fwdargv0 "$0" "$@"
|
@ -0,0 +1,23 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Sublime Text
|
||||
GenericName=Text Editor
|
||||
Comment=Sophisticated text editor for code, markup and prose
|
||||
Exec=/opt/sublime_text/sublime_text %F
|
||||
Terminal=false
|
||||
MimeType=text/plain;
|
||||
Icon=sublime-text
|
||||
Categories=TextEditor;Development;
|
||||
StartupNotify=true
|
||||
Actions=Window;Document;
|
||||
|
||||
[Desktop Action Window]
|
||||
Name=New Window
|
||||
Exec=/opt/sublime_text/sublime_text -n
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
[Desktop Action Document]
|
||||
Name=New File
|
||||
Exec=/opt/sublime_text/sublime_text --command new_file
|
||||
OnlyShowIn=Unity;
|
@ -0,0 +1,21 @@
|
||||
[:b5d46728-f548-49e4-b802-7ed1a1190bcf]
|
||||
use-theme-colors=false
|
||||
visible-name='vert_sur_noir'
|
||||
|
||||
[:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
|
||||
background-color='rgb(255,255,255)'
|
||||
use-theme-colors=true
|
||||
foreground-color='rgb(0,0,0)'
|
||||
visible-name='couleurs_system'
|
||||
|
||||
[/]
|
||||
list=['b1dcc9dd-5262-4d8d-a863-c897e6d979b9', 'b5d46728-f548-49e4-b802-7ed1a1190bcf', '4aa8ef12-3564-4d7c-a547-f638618495c0']
|
||||
default='4aa8ef12-3564-4d7c-a547-f638618495c0'
|
||||
|
||||
[:4aa8ef12-3564-4d7c-a547-f638618495c0]
|
||||
background-color='rgb(35,39,41)'
|
||||
default-size-columns=150
|
||||
use-theme-colors=false
|
||||
default-size-rows=40
|
||||
foreground-color='rgb(238,238,238)'
|
||||
visible-name='couleur_manuel'
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user