Skip to content

Instantly share code, notes, and snippets.

@srustagi
Created June 16, 2020 22:08
Show Gist options
  • Save srustagi/38a4bd13c4bb277164b74f0b78fac564 to your computer and use it in GitHub Desktop.
Save srustagi/38a4bd13c4bb277164b74f0b78fac564 to your computer and use it in GitHub Desktop.
Predawn Sublime Text Config
{
"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