Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Update tab coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Mar 27, 2015
1 parent ee623e6 commit 821d58c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Primer Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"class": "tab_control",
"attributes": ["hover"],
"layer0.texture": "",
"layer0.tint": [247, 247, 247], // 00
"layer1.tint": [221, 221, 221]
// "layer0.tint": [247, 247, 247], // 00
// "layer1.tint": [221, 221, 221]
},
// Tab active state
{
Expand Down Expand Up @@ -120,7 +120,7 @@
"class": "tab_close_button",
"layer0.texture": "Theme - Primer/Primer/close.png",
"layer0.opacity": 0,
"layer0.tint": [191, 97, 106]
"layer0.tint": [61, 65, 75]
},
{
"class": "tab_close_button",
Expand All @@ -138,7 +138,7 @@
"parents": [{"class": "tab_control"}],
"attributes": ["hover"],
"layer0.opacity": 1,
"layer0.tint": [188, 110, 124] // 08
"layer0.tint": [115, 125, 147] // 08
},
{
"class": "tab_close_button",
Expand Down Expand Up @@ -239,7 +239,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [51, 51, 51] // 03
"fg": [197, 215, 252] // 03
},
{
"class": "tab_label",
Expand Down

0 comments on commit 821d58c

Please sign in to comment.