Skip to content

Commit

Permalink
fix: Improve buttons and sidebar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 25, 2016
1 parent 66dc371 commit 26bd93f
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 44 deletions.
20 changes: 13 additions & 7 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1251,14 +1251,20 @@

// Button labels

{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [176, 190, 196],
"font.bold": true
},
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [97, 97, 97],
"font.bold": true
},

{
{
"class": "label_control",
"parents": [{"class": "button_control", "attributes": ["hover"]}],
"color": [255,255,255]
},

{
"class": "button_control",
"content_margin": [6, 12, 6, 12],
"min_size": [75, 0],
Expand Down
12 changes: 8 additions & 4 deletions Material-Theme-Palenight.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1115,9 +1115,7 @@
"font.bold": true
},

// Status bar labels

{
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [103, 110, 149],
Expand Down Expand Up @@ -1269,10 +1267,16 @@
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [176, 190, 196],
"color": [103, 110, 149],
"font.bold": true
},

{
"class": "label_control",
"parents": [{"class": "button_control", "attributes": ["hover"]}],
"color": [255,255,255]
},

{
"class": "button_control",
"content_margin": [6, 12, 6, 12],
Expand Down
22 changes: 14 additions & 8 deletions Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"color": [175, 189, 196],
"color": [255,255,255],
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0]
},
Expand Down Expand Up @@ -1266,14 +1266,20 @@

// Button labels

{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [176, 190, 196],
"font.bold": true
},
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [96, 125, 139],
"font.bold": true
},

{
{
"class": "label_control",
"parents": [{"class": "button_control", "attributes": ["hover"]}],
"color": [255,255,255]
},

{
"class": "button_control",
"content_margin": [6, 12, 6, 12],
"min_size": [75, 0],
Expand Down
Binary file added assets/palenight/tree_highlight--tint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sources/settings/specific/Material-Theme-Darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"foreground": {
"primary": {
"hex": "#a7adb0",
"rgb": "167, 173, 176"
"hex": "#616161",
"rgb": "97, 97, 97"
},
"secondary": {
"hex": "#6f7a7f",
Expand Down
4 changes: 2 additions & 2 deletions sources/settings/specific/Material-Theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"foreground": {
"primary": {
"hex": "#a7adb0",
"rgb": "167, 173, 176"
"hex": "#394E59",
"rgb": "96, 125, 139"
},
"selected": {
"hex": "#dddfe1",
Expand Down
20 changes: 13 additions & 7 deletions sources/themes/darker/buttons.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@

// Button labels

{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [176, 190, 196],
"font.bold": true
},
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [<%= ui.foreground.primary.rgb %>],
"font.bold": true
},

{
{
"class": "label_control",
"parents": [{"class": "button_control", "attributes": ["hover"]}],
"color": [255,255,255]
},

{
"class": "button_control",
"content_margin": [6, 12, 6, 12],
"min_size": [75, 0],
Expand Down
2 changes: 1 addition & 1 deletion sources/themes/darker/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

{
"class": "sidebar_label",
"color": [97, 97, 97],
"color": [<%= ui.foreground.primary.rgb %>],
"font.bold": false,
"font.italic": false,
"shadow_color": [255, 255, 255, 0],
Expand Down
20 changes: 13 additions & 7 deletions sources/themes/default/buttons.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@

// Button labels

{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [176, 190, 196],
"font.bold": true
},
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [<%= ui.foreground.primary.rgb %>],
"font.bold": true
},

{
{
"class": "label_control",
"parents": [{"class": "button_control", "attributes": ["hover"]}],
"color": [255,255,255]
},

{
"class": "button_control",
"content_margin": [6, 12, 6, 12],
"min_size": [75, 0],
Expand Down
4 changes: 2 additions & 2 deletions sources/themes/default/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

{
"class": "sidebar_label",
"color": [96, 125, 139],
"color": [<%= ui.foreground.primary.rgb %>],
"font.bold": false,
"font.italic": false,
"shadow_color": [255, 255, 255, 0],
Expand All @@ -79,7 +79,7 @@
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"color": [175, 189, 196],
"color": [255,255,255],
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0]
},
Expand Down
8 changes: 7 additions & 1 deletion sources/themes/palenight/buttons.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"color": [176, 190, 196],
"color": [<%= ui.foreground.primary.rgb %>],
"font.bold": true
},

{
"class": "label_control",
"parents": [{"class": "button_control", "attributes": ["hover"]}],
"color": [255,255,255]
},

{
"class": "button_control",
"content_margin": [6, 12, 6, 12],
Expand Down
4 changes: 1 addition & 3 deletions sources/themes/palenight/statusbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"font.bold": true
},

// Status bar labels

{
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [<%= ui.foreground.primary.rgb %>],
Expand Down

0 comments on commit 26bd93f

Please sign in to comment.