Last active
July 10, 2022 22:48
-
-
Save fabiotatsuo/dc15e568facb3cc774b2277576b56bc3 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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