Skip to content

Commit

Permalink
fix: Fix tooltip foreground color
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 9, 2016
1 parent de9892a commit 50511ef
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .src/themes/commons/accent.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_<%= ui.accents[i].id %>"],
"color": [<%= ui.base.white.rgb %>, 255]
"color": [<%= ui.base.black.rgb %>, 255]
},

// Sidebar tree highlight
Expand Down
30 changes: 15 additions & 15 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_lime"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -1782,7 +1782,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_purple"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -2090,7 +2090,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_red"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -2398,7 +2398,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_orange"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -2706,7 +2706,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_yellow"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3014,7 +3014,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_indigo"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3322,7 +3322,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_pink"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3630,7 +3630,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_blue"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3938,7 +3938,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_cyan"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -4246,7 +4246,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_bright-teal"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -4554,7 +4554,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_acid-lime"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -4862,7 +4862,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_graphite"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -5170,7 +5170,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_brba"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -5478,7 +5478,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_sky"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -5786,7 +5786,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_tomato"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down
30 changes: 15 additions & 15 deletions Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_lime"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -1789,7 +1789,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_purple"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -2097,7 +2097,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_red"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -2405,7 +2405,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_orange"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -2713,7 +2713,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_yellow"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3021,7 +3021,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_indigo"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3329,7 +3329,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_pink"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3637,7 +3637,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_blue"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -3945,7 +3945,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_cyan"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -4253,7 +4253,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_bright-teal"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -4561,7 +4561,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_acid-lime"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -4869,7 +4869,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_graphite"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -5177,7 +5177,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_brba"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -5485,7 +5485,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_sky"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down Expand Up @@ -5793,7 +5793,7 @@
{
"class": "tool_tip_label_control",
"settings": ["material_theme_accent_tomato"],
"color": [255, 255, 255, 255]
"color": [0, 0, 0, 255]
},

// Sidebar tree highlight
Expand Down
Loading

0 comments on commit 50511ef

Please sign in to comment.