diff --git a/Material-Theme-Darker.sublime-theme b/Material-Theme-Darker.sublime-theme index ccfdba498..ce4913332 100755 --- a/Material-Theme-Darker.sublime-theme +++ b/Material-Theme-Darker.sublime-theme @@ -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 diff --git a/Material-Theme-Lighter.sublime-theme b/Material-Theme-Lighter.sublime-theme index 031f6eae8..00fdbde33 100755 --- a/Material-Theme-Lighter.sublime-theme +++ b/Material-Theme-Lighter.sublime-theme @@ -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 diff --git a/Material-Theme-Palenight.sublime-theme b/Material-Theme-Palenight.sublime-theme index a37fe6282..d6684f8d7 100755 --- a/Material-Theme-Palenight.sublime-theme +++ b/Material-Theme-Palenight.sublime-theme @@ -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 diff --git a/Material-Theme.sublime-theme b/Material-Theme.sublime-theme index 7c2425478..506872b25 100755 --- a/Material-Theme.sublime-theme +++ b/Material-Theme.sublime-theme @@ -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 diff --git a/sources/themes/commons/accent.json b/sources/themes/commons/accent.json index f07c6235b..8633bff9c 100755 --- a/sources/themes/commons/accent.json +++ b/sources/themes/commons/accent.json @@ -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 diff --git a/sources/themes/darker/app.json b/sources/themes/darker/app.json index 96e715ba2..df4e9cc8c 100755 --- a/sources/themes/darker/app.json +++ b/sources/themes/darker/app.json @@ -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 %>] + // }, diff --git a/sources/themes/default/app.json b/sources/themes/default/app.json index 5c85aaa55..4434b640b 100755 --- a/sources/themes/default/app.json +++ b/sources/themes/default/app.json @@ -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 %>] + // }, diff --git a/sources/themes/lighter/app.json b/sources/themes/lighter/app.json index 9e3dd0422..c04af2a66 100755 --- a/sources/themes/lighter/app.json +++ b/sources/themes/lighter/app.json @@ -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 %>] + // }, diff --git a/sources/themes/palenight/app.json b/sources/themes/palenight/app.json index 843201fbd..d99214888 100755 --- a/sources/themes/palenight/app.json +++ b/sources/themes/palenight/app.json @@ -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 %>] + // },