Skip to content

Commit

Permalink
Update folder icon (+large) on Light Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Martins committed Aug 15, 2012
1 parent 372cea5 commit ee4f0ef
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Phoenix Light.sublime-theme
Expand Up @@ -416,9 +416,9 @@
// Sidebar tree
{
"class": "sidebar_tree",
"row_padding": [8, 3],
"indent": 15,
"indent_offset": 15,
"row_padding": [12, 3],
"indent": 16,
"indent_offset": 16,
"indent_top_level": false
},
// Sidebar rows
Expand All @@ -445,16 +445,15 @@
// Sidebar entry
{
"class": "sidebar_label",
"color": [66, 76, 85],
"color": [81, 93, 104],
"shadow_color": [241, 244, 247],
"shadow_offset": [0, 1],
"font.bold": false
"shadow_offset": [0, 1]
},
// Sidebar folder entry
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"color": [70, 86, 102]
"color": [102, 115, 127]
},
{
"class": "sidebar_label",
Expand Down Expand Up @@ -535,20 +534,19 @@
//
// SIDEBAR - GENERAL FILE ICONS
//

// Sidebar group closed
{
"class": "disclosure_button_control",
"content_margin": [8, 8],
"layer0.texture": "Theme - Phoenix/Phoenix Light/group-closed.png",
"layer0.opacity": 0.7,
"layer0.opacity": 0.60,
"layer0.inner_margin": 0
},
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.texture": "Theme - Phoenix/Phoenix Light/group-closed.png",
"layer0.opacity": 0.9
"layer0.opacity": 1.0
},
{
"class": "disclosure_button_control",
Expand Down
Binary file modified Phoenix Light/group-closed-selected.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 Phoenix Light/group-closed-selected@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 Phoenix Light/group-closed.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 Phoenix Light/group-closed@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 Phoenix Light/group-open-selected.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 Phoenix Light/group-open-selected@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 Phoenix Light/group-open.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 Phoenix Light/group-open@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 ee4f0ef

Please sign in to comment.