2015-02-27 23:30:26 +01:00
|
|
|
/* Copyright 2015 Sam Hewitt.
|
2014-12-13 18:48:16 +01:00
|
|
|
*
|
|
|
|
* 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 */
|
2014-12-15 04:19:51 +01:00
|
|
|
@define-color base #fff;/* Base color */
|
|
|
|
@define-color background #fff;/* Background color */
|
2015-01-31 22:57:26 +01:00
|
|
|
@define-color foreground #555;/* Foreground color */
|
2014-12-19 21:47:55 +01:00
|
|
|
@define-color border #D8D8D8;/* Borders color */
|
2014-12-13 18:48:16 +01:00
|
|
|
@define-color separator alpha(#000, 0.2);/* Separator color */
|
2014-12-15 04:19:51 +01:00
|
|
|
@define-color text @foreground;/* Text color */
|
2015-02-27 21:08:13 +01:00
|
|
|
@define-color panel #454D50;/* Panel color */
|
2014-12-15 04:19:51 +01:00
|
|
|
@define-color header #636E73;/* Header color */
|
2014-12-17 03:13:11 +01:00
|
|
|
@define-color backdrop_header #454D50; /* Header backdrop color */
|
2014-12-15 04:19:51 +01:00
|
|
|
@define-color header_text #fff;/* Header text color */
|
2014-12-18 05:18:40 +01:00
|
|
|
@define-color selection #9FB0B9;/* Selection color */
|
2014-12-13 18:48:16 +01:00
|
|
|
@define-color view_background #ffffff;/* View background */
|
|
|
|
@define-color inactive_frame @border;/* Inactive frame color */
|
2014-12-16 02:31:12 +01:00
|
|
|
@define-color panel_text #dbdee0;/* Panel text color */
|
2014-12-13 18:48:16 +01:00
|
|
|
@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");
|