Merge pull request #119 from superscript18/master

Added color to `gnome-system-moniter`'s headerbar
This commit is contained in:
Sam Hewitt 2015-03-21 18:52:40 -04:00
commit 4b48fabde1
2 changed files with 35 additions and 1 deletions

View File

@ -40,6 +40,7 @@
/*@import url("apps/gnome-music.css");*/
@import url("apps/gnome-photos.css");
/*@import url("apps/gnome-software.css");*/
@import url("apps/gnome-system-monitor.css");
@import url("apps/gnome-terminal.css");
@import url("apps/gnome-tweak-tool.css");
@import url("apps/gnome.css");
@ -52,4 +53,4 @@
@import url("apps/synaptic.css");
@import url("apps/unity.css");
@import url("apps/xfce.css");
@import url("apps/yelp.css");
@import url("apps/yelp.css");

View File

@ -0,0 +1,33 @@
/* Copyright 2015 Sam Hewitt.
*
* This file is part of the Paper GTK theme.
*
* The Paper GTK theme is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* The Paper GTK theme is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
@define-color gnome-system-monitor #6fbe72;
/**********
* Header *
**********/
#gnome-system-monitor .titlebar,
#gnome-system-monitor .header-bar {
background-color: @gnome-system-monitor;
}
#gnome-system-monitor .titlebar:backdrop,
#gnome-system-monitor .header-bar:backdrop {
background-color: shade(@gnome-system-monitor,0.9);
}