-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Color title bar (OSX>=10.10) same as tabset-background w/option to not
- Loading branch information
Al Ilseman
committed
Jul 3, 2017
1 parent
2a37096
commit f66ca9a
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
} | ||
] |