Skip to content

Commit

Permalink
Blue folders, font setting
Browse files Browse the repository at this point in the history
  • Loading branch information
iccir committed Jun 17, 2015
1 parent cb758b0 commit 5dc1efe
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 4 deletions.
48 changes: 44 additions & 4 deletions El Capitan.sublime-theme
@@ -1,4 +1,35 @@
[
//
// FONTS
//

// Change from "Helvetica Neue" to "SF UI Text" once 10.11 is released
{ "class": "tab_label", "font.face": "Helvetica Neue", "settings": [ "!el_capitan_font_default" ] },
{ "class": "label_control", "font.face": "Helvetica Neue", "settings": [ "!el_capitan_font_default" ] },
{ "class": "tool_tip_label_control", "font.face": "Helvetica Neue", "settings": [ "!el_capitan_font_default" ] },
{ "class": "sidebar_heading", "font.face": "Helvetica Neue", "settings": [ "!el_capitan_font_default" ] },
{ "class": "sidebar_label", "font.face": "Helvetica Neue", "settings": [ "!el_capitan_font_default" ] },

// Settings
{ "class": "tab_label", "font.face": "Helvetica", "settings": [ "el_capitan_font_helvetica" ] },
{ "class": "tab_label", "font.face": "Helvetica Neue", "settings": [ "el_capitan_font_helvetica_neue" ] },
{ "class": "tab_label", "font.face": "SF UI Text", "settings": [ "el_capitan_font_san_francisco" ] },

{ "class": "label_control", "font.face": "Helvetica", "settings": [ "el_capitan_font_helvetica" ] },
{ "class": "label_control", "font.face": "Helvetica Neue", "settings": [ "el_capitan_font_helvetica_neue" ] },
{ "class": "label_control", "font.face": "SF UI Text", "settings": [ "el_capitan_font_san_francisco" ] },

{ "class": "tool_tip_label_control", "font.face": "Helvetica", "settings": [ "el_capitan_font_helvetica" ] },
{ "class": "tool_tip_label_control", "font.face": "Helvetica Neue", "settings": [ "el_capitan_font_helvetica_neue" ] },
{ "class": "tool_tip_label_control", "font.face": "SF UI Text", "settings": [ "el_capitan_font_san_francisco" ] },

{ "class": "sidebar_heading", "font.face": "Helvetica", "settings": [ "el_capitan_font_helvetica" ] },
{ "class": "sidebar_heading", "font.face": "Helvetica Neue", "settings": [ "el_capitan_font_helvetica_neue" ] },
{ "class": "sidebar_heading", "font.face": "SF UI Text", "settings": [ "el_capitan_font_san_francisco" ] },

{ "class": "sidebar_label", "font.face": "Helvetica", "settings": [ "el_capitan_font_helvetica" ] },
{ "class": "sidebar_label", "font.face": "Helvetica Neue", "settings": [ "el_capitan_font_helvetica_neue" ] },
{ "class": "sidebar_label", "font.face": "SF UI Text", "settings": [ "el_capitan_font_san_francisco" ] },

//
// TABS (REGULAR)
Expand Down Expand Up @@ -104,7 +135,6 @@
"fg": [80, 80, 80],
"shadow_color": [255, 255, 255],
"shadow_offset": [0, 0],
"font.face": "Helvetica Neue",
"font.size": 11.5,
"font.italic": false
},
Expand Down Expand Up @@ -374,7 +404,6 @@
{
"class": "label_control",
"color": [0, 0, 0],
"font.face": "Helvetica Neue"
},
// Text field labels
{
Expand Down Expand Up @@ -407,7 +436,6 @@
{
"class": "tool_tip_label_control",
"color": [0, 0, 0],
"font.face": "Helvetica Neue"
},

//
Expand Down Expand Up @@ -489,7 +517,6 @@
"color": [0, 0, 0],
"shadow_color": [255, 255, 255],
"shadow_offset": [0, 0],
"font.face": "Helvetica Neue",
"font.bold": false,
"font.italic": false
},
Expand Down Expand Up @@ -631,6 +658,19 @@
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Theme - El Capitan/icons/folder_opened.png"
},
// Sidebar folder closed (blue)
{
"class": "icon_folder",
"settings": [ "el_capitan_sidebar_blue_folders" ],
"layer0.texture": "Theme - El Capitan/icons/folder_blue.png",
},
// Sidebar folder open (blue)
{
"class": "icon_folder",
"settings": [ "el_capitan_sidebar_blue_folders" ],
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Theme - El Capitan/icons/folder_blue_opened.png"
},
// Sidebar folder loading
{
"class": "icon_folder_loading",
Expand Down
Binary file modified Source/Folders.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/folder.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/folder@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/folder_blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/folder_blue@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/folder_blue_opened.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/folder_blue_opened@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/folder_opened.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/folder_opened@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5dc1efe

Please sign in to comment.