Merge pull request #167 from superscript18/patch-1

Gives Geary a lovely yellow titlebar!
This commit is contained in:
Sam Hewitt 2015-06-04 16:05:55 -04:00
commit 9b84bc5a65
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 #fec006;
/**********
* 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;
}
}