Skip to content

Commit 26bd93f

Browse files
committed
fix: Improve buttons and sidebar colors
1 parent 66dc371 commit 26bd93f

12 files changed

+76
-44
lines changed

Material-Theme-Darker.sublime-theme

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,14 +1251,20 @@
12511251

12521252
// Button labels
12531253

1254-
{
1255-
"class": "label_control",
1256-
"parents": [{"class": "button_control"}],
1257-
"color": [176, 190, 196],
1258-
"font.bold": true
1259-
},
1254+
{
1255+
"class": "label_control",
1256+
"parents": [{"class": "button_control"}],
1257+
"color": [97, 97, 97],
1258+
"font.bold": true
1259+
},
12601260

1261-
{
1261+
{
1262+
"class": "label_control",
1263+
"parents": [{"class": "button_control", "attributes": ["hover"]}],
1264+
"color": [255,255,255]
1265+
},
1266+
1267+
{
12621268
"class": "button_control",
12631269
"content_margin": [6, 12, 6, 12],
12641270
"min_size": [75, 0],

Material-Theme-Palenight.sublime-theme

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,7 @@
11151115
"font.bold": true
11161116
},
11171117

1118-
// Status bar labels
1119-
1120-
{
1118+
{
11211119
"class": "label_control",
11221120
"parents": [{"class": "status_bar"}],
11231121
"color": [103, 110, 149],
@@ -1269,10 +1267,16 @@
12691267
{
12701268
"class": "label_control",
12711269
"parents": [{"class": "button_control"}],
1272-
"color": [176, 190, 196],
1270+
"color": [103, 110, 149],
12731271
"font.bold": true
12741272
},
12751273

1274+
{
1275+
"class": "label_control",
1276+
"parents": [{"class": "button_control", "attributes": ["hover"]}],
1277+
"color": [255,255,255]
1278+
},
1279+
12761280
{
12771281
"class": "button_control",
12781282
"content_margin": [6, 12, 6, 12],

Material-Theme.sublime-theme

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
{
603603
"class": "sidebar_label",
604604
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
605-
"color": [175, 189, 196],
605+
"color": [255,255,255],
606606
"shadow_color": [255, 255, 255, 0],
607607
"shadow_offset": [0, 0]
608608
},
@@ -1266,14 +1266,20 @@
12661266

12671267
// Button labels
12681268

1269-
{
1270-
"class": "label_control",
1271-
"parents": [{"class": "button_control"}],
1272-
"color": [176, 190, 196],
1273-
"font.bold": true
1274-
},
1269+
{
1270+
"class": "label_control",
1271+
"parents": [{"class": "button_control"}],
1272+
"color": [96, 125, 139],
1273+
"font.bold": true
1274+
},
12751275

1276-
{
1276+
{
1277+
"class": "label_control",
1278+
"parents": [{"class": "button_control", "attributes": ["hover"]}],
1279+
"color": [255,255,255]
1280+
},
1281+
1282+
{
12771283
"class": "button_control",
12781284
"content_margin": [6, 12, 6, 12],
12791285
"min_size": [75, 0],
96 Bytes
Loading

sources/settings/specific/Material-Theme-Darker.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"foreground": {
2222
"primary": {
23-
"hex": "#a7adb0",
24-
"rgb": "167, 173, 176"
23+
"hex": "#616161",
24+
"rgb": "97, 97, 97"
2525
},
2626
"secondary": {
2727
"hex": "#6f7a7f",

sources/settings/specific/Material-Theme.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"foreground": {
2222
"primary": {
23-
"hex": "#a7adb0",
24-
"rgb": "167, 173, 176"
23+
"hex": "#394E59",
24+
"rgb": "96, 125, 139"
2525
},
2626
"selected": {
2727
"hex": "#dddfe1",

sources/themes/darker/buttons.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
66

77
// Button labels
88

9-
{
10-
"class": "label_control",
11-
"parents": [{"class": "button_control"}],
12-
"color": [176, 190, 196],
13-
"font.bold": true
14-
},
9+
{
10+
"class": "label_control",
11+
"parents": [{"class": "button_control"}],
12+
"color": [<%= ui.foreground.primary.rgb %>],
13+
"font.bold": true
14+
},
1515

16-
{
16+
{
17+
"class": "label_control",
18+
"parents": [{"class": "button_control", "attributes": ["hover"]}],
19+
"color": [255,255,255]
20+
},
21+
22+
{
1723
"class": "button_control",
1824
"content_margin": [6, 12, 6, 12],
1925
"min_size": [75, 0],

sources/themes/darker/sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
{
7070
"class": "sidebar_label",
71-
"color": [97, 97, 97],
71+
"color": [<%= ui.foreground.primary.rgb %>],
7272
"font.bold": false,
7373
"font.italic": false,
7474
"shadow_color": [255, 255, 255, 0],

sources/themes/default/buttons.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
66

77
// Button labels
88

9-
{
10-
"class": "label_control",
11-
"parents": [{"class": "button_control"}],
12-
"color": [176, 190, 196],
13-
"font.bold": true
14-
},
9+
{
10+
"class": "label_control",
11+
"parents": [{"class": "button_control"}],
12+
"color": [<%= ui.foreground.primary.rgb %>],
13+
"font.bold": true
14+
},
1515

16-
{
16+
{
17+
"class": "label_control",
18+
"parents": [{"class": "button_control", "attributes": ["hover"]}],
19+
"color": [255,255,255]
20+
},
21+
22+
{
1723
"class": "button_control",
1824
"content_margin": [6, 12, 6, 12],
1925
"min_size": [75, 0],

sources/themes/default/sidebar.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
{
7171
"class": "sidebar_label",
72-
"color": [96, 125, 139],
72+
"color": [<%= ui.foreground.primary.rgb %>],
7373
"font.bold": false,
7474
"font.italic": false,
7575
"shadow_color": [255, 255, 255, 0],
@@ -79,7 +79,7 @@
7979
{
8080
"class": "sidebar_label",
8181
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
82-
"color": [175, 189, 196],
82+
"color": [255,255,255],
8383
"shadow_color": [255, 255, 255, 0],
8484
"shadow_offset": [0, 0]
8585
},

0 commit comments

Comments
 (0)