adds subl prefs

This commit is contained in:
ergz 2022-07-23 11:48:23 -07:00
commit be953060a6
1 changed files with 22 additions and 0 deletions

View File

@ -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,
}