Skip to content

Commit

Permalink
fix: Add title bar theme as a custom setting material_theme_titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Nov 1, 2017
1 parent 8cb4a43 commit 5bd3290
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 39 deletions.
31 changes: 21 additions & 10 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
"border_color": [27, 27, 27]
},

// @TITLE BAR
// App title bar
// =========================================================================

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


/* @DIALOG POPUP
* Dialog popup style and progressbar
Expand Down Expand Up @@ -8377,5 +8367,26 @@
"layer1.opacity": 0.2
},

// Title bar (OS X 10.10+)

{
"class": "title_bar",
"settings": ["material_theme_titlebar"],
"platforms": ["osx"],
"fg": [97, 97, 97],
"bg": [33, 33, 33]
},

{
"class": "title_bar",
"settings": ["material_theme_titlebar", "material_theme_contrast_mode"],
"platforms": ["osx"],
"fg": [97, 97, 97],
"bg":

[26, 26, 26]

},

//
]
31 changes: 21 additions & 10 deletions Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
"border_color": [230, 230, 230]
},

// @TITLE BAR
// App title bar
// =========================================================================

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


/* @ DIALOG POPUP
* Dialog popup style and progressbar
Expand Down Expand Up @@ -8377,5 +8367,26 @@
"layer1.opacity": 0.2
},

// Title bar (OS X 10.10+)

{
"class": "title_bar",
"settings": ["material_theme_titlebar"],
"platforms": ["osx"],
"fg": [167, 173, 176],
"bg": [250, 250, 250]
},

{
"class": "title_bar",
"settings": ["material_theme_titlebar", "material_theme_contrast_mode"],
"platforms": ["osx"],
"fg": [167, 173, 176],
"bg":

[245, 245, 245]

},

//
]
30 changes: 21 additions & 9 deletions Material-Theme-Palenight.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
"border_color": [32, 34, 48]
},

// @TITLE BAR
// App title bar
// =========================================================================

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


// @ DIALOG POPUP
Expand Down Expand Up @@ -8394,5 +8385,26 @@
"layer1.opacity": 0.2
},

// Title bar (OS X 10.10+)

{
"class": "title_bar",
"settings": ["material_theme_titlebar"],
"platforms": ["osx"],
"fg": [103, 110, 149],
"bg": [41, 45, 62]
},

{
"class": "title_bar",
"settings": ["material_theme_titlebar", "material_theme_contrast_mode"],
"platforms": ["osx"],
"fg": [103, 110, 149],
"bg":

[33, 36, 50]

},

//
]
31 changes: 21 additions & 10 deletions Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
"border_color": [34, 45, 51]
},

// @TITLE BAR
// App title bar
// =========================================================================

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


// @ DIALOG POPUP
// Dialog popup style and progressbar
Expand Down Expand Up @@ -8392,5 +8382,26 @@
"layer1.opacity": 0.2
},

// Title bar (OS X 10.10+)

{
"class": "title_bar",
"settings": ["material_theme_titlebar"],
"platforms": ["osx"],
"fg": [96, 125, 139],
"bg": [38, 50, 56]
},

{
"class": "title_bar",
"settings": ["material_theme_titlebar", "material_theme_contrast_mode"],
"platforms": ["osx"],
"fg": [96, 125, 139],
"bg":

[30, 40, 45]

},

//
]
Loading

0 comments on commit 5bd3290

Please sign in to comment.