« Sublime text » : différence entre les versions
| Ligne 135 : | Ligne 135 : | ||
== Custom Perso == | == Custom Perso == | ||
=== Settings === | |||
Preferences.sublime-settings | |||
<syntaxhighlight lang="json" line> | |||
{ | |||
"ignored_packages": | |||
[ | |||
"Vintage", | |||
], | |||
"theme": "GitHub Dark.sublime-theme", | |||
"color_scheme": "Monokai.sublime-color-scheme", | |||
"index_files": true, | |||
"font_size": 14, | |||
} | |||
</syntaxhighlight> | |||
=== Key Bindings === | === Key Bindings === | ||
<syntaxhighlight lang="json" line> | <syntaxhighlight lang="json" line> | ||