Skip to content

Commit

Permalink
Disable styles of title_bar
Browse files Browse the repository at this point in the history
#1128
  • Loading branch information
kawasako committed Oct 17, 2017
1 parent 2b57e5f commit 20b099b
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 46 deletions.
10 changes: 5 additions & 5 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
// App title bar
// =========================================================================

{
"class": "title_bar",
"fg": [97, 97, 97],
"bg": [33, 33, 33]
},
// {
// "class": "title_bar",
// "fg": [97, 97, 97],
// "bg": [33, 33, 33]
// },


/* @DIALOG POPUP
Expand Down
10 changes: 5 additions & 5 deletions Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
// App title bar
// =========================================================================

{
"class": "title_bar",
"fg": [167, 173, 176],
"bg": [250, 250, 250]
},
// {
// "class": "title_bar",
// "fg": [167, 173, 176],
// "bg": [250, 250, 250]
// },


/* @ DIALOG POPUP
Expand Down
10 changes: 5 additions & 5 deletions Material-Theme-Palenight.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
// App title bar
// =========================================================================

{
"class": "title_bar",
"fg": [103, 110, 149],
"bg": [41, 45, 62]
},
// {
// "class": "title_bar",
// "fg": [103, 110, 149],
// "bg": [41, 45, 62]
// },


// @ DIALOG POPUP
Expand Down
10 changes: 5 additions & 5 deletions Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
// App title bar
// =========================================================================

{
"class": "title_bar",
"fg": [96, 125, 139],
"bg": [38, 50, 56]
},
// {
// "class": "title_bar",
// "fg": [96, 125, 139],
// "bg": [38, 50, 56]
// },


// @ DIALOG POPUP
Expand Down
12 changes: 6 additions & 6 deletions sources/themes/commons/accent.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,12 @@

// Title Bar

{
"class": "title_bar",
"settings": ["material_theme_accent_titlebar", "material_theme_accent_<%= ui.accents[i].id %>"],
"bg": [<%= ui.accents[i].rgb %>],
"fg": [<%= ui.accents[i].foreground.rgb %>]
},
// {
// "class": "title_bar",
// "settings": ["material_theme_accent_titlebar", "material_theme_accent_<%= ui.accents[i].id %>"],
// "bg": [<%= ui.accents[i].rgb %>],
// "fg": [<%= ui.accents[i].foreground.rgb %>]
// },

// Symlink folder icon

Expand Down
10 changes: 5 additions & 5 deletions sources/themes/darker/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// App title bar
// =========================================================================

{
"class": "title_bar",
"fg": [<%= ui.foreground.primary.rgb %>],
"bg": [<%= ui.background.primary.rgb %>]
},
// {
// "class": "title_bar",
// "fg": [<%= ui.foreground.primary.rgb %>],
// "bg": [<%= ui.background.primary.rgb %>]
// },
10 changes: 5 additions & 5 deletions sources/themes/default/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// App title bar
// =========================================================================

{
"class": "title_bar",
"fg": [<%= ui.foreground.primary.rgb %>],
"bg": [<%= ui.background.primary.rgb %>]
},
// {
// "class": "title_bar",
// "fg": [<%= ui.foreground.primary.rgb %>],
// "bg": [<%= ui.background.primary.rgb %>]
// },
10 changes: 5 additions & 5 deletions sources/themes/lighter/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// App title bar
// =========================================================================

{
"class": "title_bar",
"fg": [<%= ui.foreground.primary.rgb %>],
"bg": [<%= ui.background.primary.rgb %>]
},
// {
// "class": "title_bar",
// "fg": [<%= ui.foreground.primary.rgb %>],
// "bg": [<%= ui.background.primary.rgb %>]
// },
10 changes: 5 additions & 5 deletions sources/themes/palenight/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// App title bar
// =========================================================================

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

0 comments on commit 20b099b

Please sign in to comment.