Gives Geary a sweet yellow titlebar!

This commit is contained in:
SuperScript 2015-05-22 10:50:12 -06:00
parent da9a16b8df
commit 63fcb7b0ec
1 changed files with 16 additions and 2 deletions

View File

@ -16,7 +16,21 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
/*@define-color geary #ebdd4d;*/
@define-color geary #FECD38;
/**********
* Header *
**********/
.geary-titlebar-left, .geary-titlebar-right {
background-color: @geary;
}
.geary-titlebar-left .separator { opacity: 0; }
.geary-titlebar-left:backdrop, .geary-titlebar-right:backdrop {
background-color: shade(@geary, 0.9);
}
/*********************
* Conversation View *
@ -31,4 +45,4 @@ ConversationListView .view:active:backdrop,
ConversationListView .view:selected:backdrop {
background-color: @backdrop_selection;
color: @backdrop_selection_foreground;
}
}