Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Last active July 10, 2022 22:48
Show Gist options
  • Save fabiotatsuo/dc15e568facb3cc774b2277576b56bc3 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/dc15e568facb3cc774b2277576b56bc3 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": false,
// color scheme
// "color_scheme": "Treble Light.sublime-color-scheme",
"dark_color_scheme": "Bass Green.sublime-color-scheme",
"light_color_scheme": "Treble Light.sublime-color-scheme",
"enable_tab_scrolling": true,
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Rust",
"Vintage",
],
"line_padding_bottom": 1,
"line_padding_top": 1,
// theme
// "theme": "Treble Mix.sublime-theme",
"dark_theme": "Bass Mix.sublime-theme",
"light_theme": "Treble Mix.sublime-theme",
"color_scheme": "Bass Dark.sublime-color-scheme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment