Skip to content

Instantly share code, notes, and snippets.

@flumono
Created September 17, 2017 12:13
Show Gist options
  • Save flumono/dfc361f7c065e4aed428ab44fa055ede to your computer and use it in GitHub Desktop.
Save flumono/dfc361f7c065e4aed428ab44fa055ede to your computer and use it in GitHub Desktop.
SublimeText Agila theme setting
{
"color_scheme": "Packages/Agila Theme/Agila Oceanic Next.tmTheme",
"font_face": "Verdana",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"theme": "Agila.sublime-theme",
"theme_agila_sidebar_mini": true,
"theme_agila_sidebar_heading_white": true,
"theme_agila_sidebar_light_icons": true,
"theme_agila_active_tab_entry_yellow": true,
"theme_agila_modified_tab_marker_white": true,
"theme_agila_compact_tab": true,
"highlight_line": true,
"highlight_modified_tabs": true,
// "line_padding_bottom": 1,
// "line_padding_top": 1,
"show_line_endings": true,
"tab_size": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment