adds subl prefs
This commit is contained in:
commit
be953060a6
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"theme": "Adaptive.sublime-theme",
|
||||||
|
"font_face": "Cascadia Mono",
|
||||||
|
"font_size": 14,
|
||||||
|
"ignored_packages":
|
||||||
|
[
|
||||||
|
"Vintage",
|
||||||
|
],
|
||||||
|
"highlight_line": true,
|
||||||
|
"font_options":
|
||||||
|
[
|
||||||
|
"no_italic",
|
||||||
|
"no_bold"
|
||||||
|
],
|
||||||
|
"translate_tabs_to_spaces": true,
|
||||||
|
"color_scheme": "gruvbox (Dark) (Medium).sublime-color-scheme",
|
||||||
|
"dark_theme": "Default Dark.sublime-theme",
|
||||||
|
"light_theme": "Default.sublime-theme",
|
||||||
|
"hot_exit": "disabled",
|
||||||
|
"drag_text": false,
|
||||||
|
"themed_title_bar": true,
|
||||||
|
}
|
Loading…
Reference in New Issue