Skip to content

Commit

Permalink
Merge pull request #296 from fathergoose/master
Browse files Browse the repository at this point in the history
Color title bar (OSX>=10.10) same as tabset-background w/option to not
  • Loading branch information
ctf0 authored Jul 4, 2017
2 parents 2a37096 + f66ca9a commit df80e5c
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 df80e5c

Please sign in to comment.