Skip to content

Commit

Permalink
removes the color attribute on the tree_row class, which doesn't actu…
Browse files Browse the repository at this point in the history
…ally exist
  • Loading branch information
itsthatguy committed Dec 17, 2013
1 parent fba6eaa commit 493005d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions itg.flat.dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
// Tooltip content
{
"class": "tool_tip_label_control",
"color": [252, 174, 174]
"color": [255, 255, 255, 200]
},

//
Expand Down Expand Up @@ -571,7 +571,6 @@
// Sidebar row selected
{
"class": "tree_row",
"color": [255, 255, 255, 200],
"layer0.tint": [0, 0, 0, 30],
"layer0.opacity": 1.0,
"attributes": ["hover"]
Expand Down
5 changes: 2 additions & 3 deletions itg.flat.light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
// Tooltip content
{
"class": "tool_tip_label_control",
"color": [212, 205, 202, 255]
"color": [255, 255, 255, 200]
},

//
Expand Down Expand Up @@ -557,7 +557,7 @@
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"color": [91, 84, 81, 255]
"color": [255, 255, 255, 200]
},
// open
{
Expand All @@ -571,7 +571,6 @@
// Sidebar row selected
{
"class": "tree_row",
"color": [255, 255, 255, 200],
"layer0.tint": [0, 0, 0, 30],
"layer0.opacity": 1.0,
"attributes": ["hover"]
Expand Down

0 comments on commit 493005d

Please sign in to comment.