Skip to content

Commit

Permalink
fix: change default title bar text color for all themes
Browse files Browse the repository at this point in the history
  • Loading branch information
zpreston123 committed Oct 3, 2017
1 parent 2b57e5f commit e19fe6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/themes/darker/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

{
"class": "title_bar",
"fg": [<%= ui.foreground.primary.rgb %>],
"fg": [175, 189, 196],
"bg": [<%= ui.background.primary.rgb %>]
},
2 changes: 1 addition & 1 deletion sources/themes/default/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

{
"class": "title_bar",
"fg": [<%= ui.foreground.primary.rgb %>],
"fg": [175, 189, 196],
"bg": [<%= ui.background.primary.rgb %>]
},
2 changes: 1 addition & 1 deletion sources/themes/lighter/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

{
"class": "title_bar",
"fg": [<%= ui.foreground.primary.rgb %>],
"fg": [144, 164, 174],
"bg": [<%= ui.background.primary.rgb %>]
},
2 changes: 1 addition & 1 deletion sources/themes/palenight/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

{
"class": "title_bar",
"fg": [<%= ui.foreground.primary.rgb %>],
"fg": [166, 172, 205],
"bg": [<%= ui.background.primary.rgb %>]
},

0 comments on commit e19fe6c

Please sign in to comment.