Skip to content

Commit

Permalink
Color title bar (OSX>=10.10) same as tabset-background w/option to not
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Ilseman committed Jul 3, 2017
1 parent 2a37096 commit f66ca9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Seti.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -3335,5 +3335,13 @@
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Seti_UI/Main/[email protected]",
"content_margin": 8
}
},

// app title bar
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar"],
"fg": [255, 255, 255],
"bg": [24, 29, 34]
}
]
10 changes: 9 additions & 1 deletion Seti_orig.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -3980,5 +3980,13 @@
"parents": [{"class": "tree_row","attributes": ["hover","selected"]}],
"layer0.texture": "Seti_UI/Main/[email protected]",
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
}
},

// app title bar
{
"class": "title_bar",
"settings": ["!Seti_use_system_title_bar"],
"fg": [255, 255, 255],
"bg": [24, 29, 34]
}
]

0 comments on commit f66ca9a

Please sign in to comment.