/* 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/. */ /********** * Colors * **********/ /* Base colors */ @define-color base #fff;/* Base color */ @define-color background #f7f7f7;/* Background color */ @define-color foreground #555;/* Foreground color */ @define-color border #D8D8D8;/* Borders color */ @define-color separator alpha(#000, 0.2);/* Separator color */ @define-color text @foreground;/* Text color */ @define-color panel #454D50;/* Panel color */ @define-color header #636E73;/* Header color */ @define-color backdrop_header #5A6367; /* Header backdrop color */ @define-color header_text #fff;/* Header text color */ @define-color header_text_dark alpha(#000, 0.3);/* Header text color */ @define-color menu #636E73;/* Menu color */ @define-color menu_text #dbdee0;/* Menu color */ @define-color selection #9FB0B9;/* Selection color */ @define-color view_background #ffffff;/* View background */ @define-color inactive_frame @border;/* Inactive frame color */ @define-color panel_text #dbdee0;/* Panel text color */ @define-color panel_text_shadow alpha(#000, 0.2);/* Panel text color */ @define-color text_shadow alpha(white, 0.4);/* Text shadow */ @define-color icon_shadow @text_shadow;/* Icon shadow */ /* Hightlight & shadow colors */ @define-color highlight alpha(#fff, 0.2); @define-color shadow alpha(#000, 0.2); /*********** * Imports * ***********/ /* Import Assets CSS */ @import url("gtk-widgets-assets.css"); /* Import Main CSS */ @import url("granite-widgets.css"); @import url("gtk-widgets.css"); @import url("gtk-common.css");