Tweaked things.

This commit is contained in:
Sam Hewitt 2015-03-12 16:15:38 -04:00
parent 562b3beabb
commit 8293fb1d78
3 changed files with 8 additions and 20 deletions

View File

@ -18,6 +18,7 @@
@define-color bijiben #ebdd4d; @define-color bijiben #ebdd4d;
/********** /**********
* Header * * Header *
**********/ **********/
@ -26,6 +27,7 @@ BjbMainToolbar,
BjbWindowBase .header-bar, BjbWindowBase .header-bar,
BjbWindowBase .titlebar { BjbWindowBase .titlebar {
background-color: @bijiben; background-color: @bijiben;
color: @header_text_dark;
} }
@ -33,24 +35,5 @@ BjbMainToolbar:backdrop,
BjbWindowBase .header-bar:backdrop, BjbWindowBase .header-bar:backdrop,
BjbWindowBase .titlebar:backdrop { BjbWindowBase .titlebar:backdrop {
background-color: shade(@bijiben,0.9); background-color: shade(@bijiben,0.9);
} color: @backdrop_header_text_dark;
/* Switch */
BjbWindowBase .header-bar GtkSwitch.trough:active {
background-color: @bijiben;
}
BjbWindowBase GtkSwitch.trough:active {
border: 1px solid shade(@bijiben, 0.8);
background-color: @bijiben;
}
BjbWindowBase GtkSwitch.slider:active {
border: 1px solid shade(@bijiben, 0.8);
}
BjbWindowBase .header-bar GtkSwitch.slider:active:backdrop,
BjbWindowBase .header-bar GtkSwitch.slider:backdrop {
background-color: shade(@bijiben, 0.9);
} }

View File

@ -97,6 +97,10 @@
@define-color backdrop_header_text alpha(@header_text, 0.7); @define-color backdrop_header_text alpha(@header_text, 0.7);
@define-color insensitive_header_text alpha(@header_text, 0.5); @define-color insensitive_header_text alpha(@header_text, 0.5);
@define-color backdrop_header_text_dark alpha(@header_text_dark, 0.7);
@define-color insensitive_header_text_dark alpha(@header_text_dark, 0.5);
/************** /**************
* Scrollbars * * Scrollbars *
**************/ **************/

View File

@ -32,6 +32,7 @@
@define-color header #636E73;/* Header color */ @define-color header #636E73;/* Header color */
@define-color backdrop_header #454D50; /* Header backdrop color */ @define-color backdrop_header #454D50; /* Header backdrop color */
@define-color header_text alpha(#fff, 0.9);/* Header text color */ @define-color header_text alpha(#fff, 0.9);/* Header text color */
@define-color header_text_dark alpha(#000, 0.5);/* Header text color */
@define-color selection #9FB0B9;/* Selection color */ @define-color selection #9FB0B9;/* Selection color */
@define-color view_background #ffffff;/* View background */ @define-color view_background #ffffff;/* View background */
@define-color inactive_frame @border;/* Inactive frame color */ @define-color inactive_frame @border;/* Inactive frame color */