Skip to content

Commit

Permalink
added: neon theme
Browse files Browse the repository at this point in the history
added: active tab text color option; default to pink
modified: monokai extended and light solarized schemes based on repo changes
  • Loading branch information
arvi committed Oct 2, 2016
1 parent 08e2789 commit be73a59
Show file tree
Hide file tree
Showing 29 changed files with 4,183 additions and 386 deletions.
98 changes: 36 additions & 62 deletions Agila Classic.sublime-theme
@@ -1,61 +1,4 @@
[
//------------------------------------------------------------------------------
// SETTINGS - USER PREFERENCES OPTIONS
//------------------------------------------------------------------------------
// SIDEBAR SIZE (default: medium)
// "theme_agila_sidebar_small": true,
// "theme_agila_sidebar_medium": true,
// "theme_agila_sidebar_large": true,
//
//
// SIDEBAR ENTRY/ITEM FONT SIZE (if not set, will default to font size: 13)
// "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
//
//
// SIDEBAR SELECTED ENTRY/ITEM (default: pink)
// "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,
//
//
// MODIFIED TAB - ICON MARKER COLOR (default: light blue)
// "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,
//
// SCROLLBAR COLORS (default: yellow)
// "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,
//
//
// SCROLLBAR THINNESS (if not set, will default to thin:3)
// "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,

//------------------------------------------------------------------------------
// COLOR PALETTES
//------------------------------------------------------------------------------
Expand Down Expand Up @@ -103,8 +46,8 @@
// scroll left/right button | sidebar folder button hover state
//
// [255, 255, 255] --> #ffffff - white theme
// tab inactive state close button | tab label active state |
// tab dropdown tint | tab dropdown hover state | fold button control hover state |
// tab inactive state close button | tab dropdown tint |
// tab dropdown hover state | fold button control hover state |
// minimap control | sidebar file dirty close button tint |
// text dropdown tint | text field dropdown hover state |
// quick panel selected match foreground | icon button control |
Expand All @@ -122,7 +65,7 @@
//
// [243, 103, 129] --> #f36781 - pink theme
// tab close button hover state | tab active state hover on close button
// sidebar entry selected state | sidebar file close button tint
// sidebar entry selected state | sidebar file close button tint | tab label active state
//
// [168,176,190] --> #a8b0be
// bottom icon hover state
Expand Down Expand Up @@ -335,8 +278,39 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [255, 255, 255] //tab label active state
"fg": [243, 103, 129] //tab label active state
},
//Tab label active state - options
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_white"],
"fg": [255, 255, 255] //white theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_gray"],
"fg": [134, 145, 165] //gray theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_lightblue"],
"fg": [69, 183, 207] //light blue theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_yellow"],
"fg": [254, 201, 106] //yellow theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_pink"],
"fg": [243, 103, 129] //pink theme
},
{
"class": "tab_label",
"attributes": ["transient"],
Expand Down Expand Up @@ -1637,5 +1611,5 @@
"class": "sidebar_tree",
"settings": ["theme_agila_camouflage_semi"],
"layer0.tint": [36, 26, 25]
},
}
]
98 changes: 36 additions & 62 deletions Agila Dracula.sublime-theme
@@ -1,61 +1,4 @@
[
//------------------------------------------------------------------------------
// SETTINGS - USER PREFERENCES OPTIONS
//------------------------------------------------------------------------------
// SIDEBAR SIZE (default: medium)
// "theme_agila_sidebar_small": true,
// "theme_agila_sidebar_medium": true,
// "theme_agila_sidebar_large": true,
//
//
// SIDEBAR ENTRY/ITEM FONT SIZE (if not set, will default to font size: 13)
// "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
//
//
// SIDEBAR SELECTED ENTRY/ITEM (default: pink)
// "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,
//
//
// MODIFIED TAB - ICON MARKER COLOR (default: light blue)
// "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,
//
// SCROLLBAR COLORS (default: light blue)
// "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,
//
//
// SCROLLBAR THINNESS (if not set, will default to thin:3)
// "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,

//------------------------------------------------------------------------------
// COLOR PALETTES
//------------------------------------------------------------------------------
Expand Down Expand Up @@ -99,8 +42,8 @@
// scroll left/right button | sidebar folder button hover state
//
// [255, 255, 255] --> #ffffff - white theme
// tab inactive state close button | tab label active state |
// tab dropdown tint | tab dropdown hover state | fold button control hover state |
// tab inactive state close button | tab dropdown tint |
// tab dropdown hover state | fold button control hover state |
// minimap control | sidebar file dirty close button tint |
// text dropdown tint | text field dropdown hover state |
// quick panel selected match foreground | icon button control |
Expand All @@ -121,7 +64,7 @@
//
// [243, 103, 129] --> #f36781 - pink theme
// tab close button hover state | tab active state hover on close button
// sidebar entry selected state | sidebar file close button tint
// sidebar entry selected state | sidebar file close button tint | tab label active state
//
// [193, 212, 223] --> #c1d4df
// bottom icon hover state
Expand Down Expand Up @@ -336,8 +279,39 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [255, 255, 255] //tab label active state
"fg": [243, 103, 129] //tab label active state
},
//Tab label active state - options
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_white"],
"fg": [255, 255, 255] //white theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_gray"],
"fg": [134, 145, 165] //gray theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_lightblue"],
"fg": [69, 183, 207] //light blue theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_yellow"],
"fg": [254, 201, 106] //yellow theme
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_agila_active_tab_entry_pink"],
"fg": [243, 103, 129] //pink theme
},
{
"class": "tab_label",
"attributes": ["transient"],
Expand Down Expand Up @@ -1637,5 +1611,5 @@
"class": "sidebar_tree",
"settings": ["theme_agila_camouflage_semi"],
"layer0.tint": [40, 42, 54]
},
}
]
41 changes: 41 additions & 0 deletions Agila Light Solarized.tmTheme
Expand Up @@ -32,6 +32,47 @@
<!-- <string>#dddd45</string> -->
<!-- <key>findHighlightForeground</key> -->
<!-- <string>#fdf6e3</string> -->

<key>popupCss</key>
<string><![CDATA[
html {
background-color: #fdf6e3;
color: #657b83;
}
a {
color: #2aa198;
}
.error, .deleted {
color: #dc322f;
}
.success, .inserted {
color: #859900;
}
.warning, .modified {
color: #b58900;
}
]]></string>

<key>phantomCss</key>
<string><![CDATA[
html {
background-color: #f5efdc;
color: #586e75;
}
a {
color: #2aa198;
}
.error, .deleted {
color: #dc322f;
}
.success, .inserted {
color: #859900;
}
.warning, .modified {
color: #b58900;
}
]]></string>

</dict>
</dict>

Expand Down

0 comments on commit be73a59

Please sign in to comment.