Skip to content

Commit

Permalink
tweak it like it hot
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Jul 25, 2024
1 parent 335c8fa commit 7454363
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions theme/Solarized (light).sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
{
"class": "title_bar",
"settings": ["themed_title_bar"],
"bg": "var(overlay2)",
"bg": "var(overlay)",
"fg": "var(base_tint)"
},

Expand Down Expand Up @@ -434,21 +434,21 @@
"parents": [
{"class": "tab_control", "attributes": ["!selected"]}
],
"fg": "var(muted)"
"fg": "var(shape_tint)"
},
{
"class": "tab_label",
"parents": [
{"class": "tab_control", "attributes": ["!selected", "!hover"]}
],
"fg": "var(muted)"
"fg": "var(shape_tint)"
},
{
"class": "tab_label",
"parents": [
{"class": "tab_control", "attributes": ["!selected", "hover"]}
],
"fg": "var(muted)"
"fg": "var(shape_tint)"
},
{
"class": "tab_label",
Expand Down Expand Up @@ -666,7 +666,7 @@
"layer0.opacity": 1.0,
"layer1.texture": "Solarized/images/border_bottom.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(overlay)",
"layer1.tint": "var(overlay2)",
"layer1.inner_margin": [0, 2],
"content_margin": 4
},
Expand Down Expand Up @@ -946,7 +946,7 @@
// Status Bar
{
"class": "status_bar",
"layer0.tint": "var(button_bg)",
"layer0.tint": "var(overlay)",
"layer0.opacity": 1.0,
"content_margin": [8, 2, 8, 2]
},
Expand Down

0 comments on commit 7454363

Please sign in to comment.