Skip to content

Commit df80e5c

Browse files
authored
Merge pull request #296 from fathergoose/master
Color title bar (OSX>=10.10) same as tabset-background w/option to not
2 parents 2a37096 + f66ca9a commit df80e5c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Seti.sublime-theme

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3335,5 +3335,13 @@
33353335
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}],
33363336
"layer0.texture": "Seti_UI/Main/folder@2x.png",
33373337
"content_margin": 8
3338-
}
3338+
},
3339+
3340+
// app title bar
3341+
{
3342+
"class": "title_bar",
3343+
"settings": ["!Seti_use_system_title_bar"],
3344+
"fg": [255, 255, 255],
3345+
"bg": [24, 29, 34]
3346+
}
33393347
]

Seti_orig.sublime-theme

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3980,5 +3980,13 @@
39803980
"parents": [{"class": "tree_row","attributes": ["hover","selected"]}],
39813981
"layer0.texture": "Seti_UI/Main/close@2x.png",
39823982
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
3983-
}
3983+
},
3984+
3985+
// app title bar
3986+
{
3987+
"class": "title_bar",
3988+
"settings": ["!Seti_use_system_title_bar"],
3989+
"fg": [255, 255, 255],
3990+
"bg": [24, 29, 34]
3991+
}
39843992
]

0 commit comments

Comments
 (0)