Support New Pane Buttons (Light)

Darkens titlebar to support the new pane icons for the Light Theme.
This commit is contained in:
Kite 2017-09-18 13:20:07 +01:00
parent a8ee452de3
commit 7343a48d40
2 changed files with 2 additions and 4 deletions

View file

@ -60,12 +60,10 @@
// Titlebars
// -----------------------------------------------------------------------------
@title-bg-color: darken(@bg, 12);
@title-bg-color: #505050;
@title-text-color: #B4B4B4;
@title-text-color-active: #F5F5F5;
@title-active-border-pixmap: 'none';
// -----------------------------------------------------------------------------
// Scrollbars
// -----------------------------------------------------------------------------

File diff suppressed because one or more lines are too long