Skip to content

Instantly share code, notes, and snippets.

@triump0870
Created March 19, 2016 12:55
Show Gist options
  • Save triump0870/c0ff474c2965a53a7f0d to your computer and use it in GitHub Desktop.
Save triump0870/c0ff474c2965a53a7f0d to your computer and use it in GitHub Desktop.

Revisions

  1. Rohan Roy created this gist Mar 19, 2016.
    47 changes: 47 additions & 0 deletions sublime_text3
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,47 @@
    {
    "font_size": 14,
    "ignored_packages":
    [
    "Vintage"
    ],
    "theme": "Agila.sublime-theme",
    "color_scheme": "Packages/Agila Theme/Agila Oceanic Next.tmTheme",
    "theme_agila_sidebar_small": true,
    "theme_agila_sidebar_medium": true,
    "theme_agila_sidebar_large": true,
    "theme_agila_sidebar_font_xsmall": true, //font-size: 11
    "theme_agila_sidebar_font_small": true, //font-size: 12
    "theme_agila_sidebar_font_big": true, //font-size: 14
    "theme_agila_sidebar_selected_entry_white": true,
    "theme_agila_sidebar_selected_entry_gray": true,
    "theme_agila_sidebar_selected_entry_lightblue": true,
    "theme_agila_sidebar_selected_entry_yellow": true,
    "theme_agila_sidebar_selected_entry_pink": true,
    "theme_agila_modified_tab_marker_white": true,
    "theme_agila_modified_tab_marker_gray": true,
    "theme_agila_modified_tab_marker_lightblue": true,
    "theme_agila_modified_tab_marker_yellow": true,
    "theme_agila_modified_tab_marker_pink": true,
    "theme_agila_vertical_scrollbar_white": true,
    "theme_agila_horizontal_scrollbar_white": true,

    "theme_agila_vertical_scrollbar_gray": true,
    "theme_agila_horizontal_scrollbar_gray": true,

    "theme_agila_vertical_scrollbar_lightblue": true,
    "theme_agila_horizontal_scrollbar_lightblue": true,

    "theme_agila_vertical_scrollbar_yellow": true,
    "theme_agila_horizontal_scrollbar_yellow": true,

    "theme_agila_vertical_scrollbar_pink": true,
    "theme_agila_horizontal_scrollbar_pink": true,
    "theme_agila_vertical_scrollbar_thinner": true, //thin:2
    "theme_agila_horizontal_scrollbar_thinner": true,

    "theme_agila_vertical_scrollbar_thinnest": true, //thin:1
    "theme_agila_horizontal_scrollbar_thinnest": true,

    "theme_agila_vertical_scrollbar_invisible": true, //thin: 0
    "theme_agila_horizontal_scrollbar_invisible": true,
    }