Created
June 16, 2020 22:08
-
-
Save srustagi/38a4bd13c4bb277164b74f0b78fac564 to your computer and use it in GitHub Desktop.
Predawn Sublime Text Config
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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Predawn/predawn.tmTheme", | |
"font_face": "Inconsolata", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 9, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"predawn_findreplace_small": true, | |
"predawn_quick_panel_small": true, | |
"predawn_sidebar_arrows": true, | |
"predawn_sidebar_large": true, | |
"predawn_tabs_active_underline": true, | |
"predawn_tabs_large": true, | |
"theme": "predawn-DEV.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment