Skip to content

Commit

Permalink
Merge pull request #8 from lidatong/colorfix
Browse files Browse the repository at this point in the history
Modified folder color (and hover) to more closely match sidebar scheme
  • Loading branch information
jrolfs committed Oct 22, 2015
2 parents aaa6aa9 + 5903950 commit 7ea4a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sodarized Light 3.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -625,14 +625,14 @@
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"color": [110, 126, 141],
"color": [90, 65, 50],
"font.bold": true
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable", "hover"]}],
"settings": ["bold_folder_labels"],
"color": [81, 92, 103]
"color": [150, 100, 0]
},
// Sidebar entry selected
{
Expand Down

0 comments on commit 7ea4a49

Please sign in to comment.