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

Commit

Permalink
Adjust tab font color
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Nov 18, 2014
1 parent 0651365 commit b48d652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Fox.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,17 @@
{
"class": "tab_label",
"fade": true,
"fg": [101, 115, 127] // 03
"fg": [182, 186, 191] // 03
},
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [192, 197, 206] // 05
"fg": [182, 186, 191] // 03
},
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["selected"]}],
"fg": [223, 225, 232] // 06
"fg": [255, 255, 255] // 06
},
{
"class": "tab_label",
Expand Down

0 comments on commit b48d652

Please sign in to comment.