23 lines
466 B
Plaintext
23 lines
466 B
Plaintext
{
|
|
"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,
|
|
}
|