57 lines
2.0 KiB
CSS
Raw Normal View History

2015-02-27 17:30:26 -05:00
/* Copyright 2015 Sam Hewitt.
2014-12-13 12:48:16 -05: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-14 22:19:51 -05:00
@define-color base #fff;/* Base color */
2015-03-01 11:51:13 -05:00
@define-color background #f7f7f7;/* Background color */
2016-03-16 13:34:25 -04:00
@define-color foreground #666;/* Foreground color */
2014-12-19 15:47:55 -05:00
@define-color border #D8D8D8;/* Borders color */
2015-04-26 18:08:22 -04:00
@define-color separator alpha(#000, 0.15);/* Separator color */
2014-12-14 22:19:51 -05:00
@define-color text @foreground;/* Text color */
@define-color header #636E73;/* Header color */
2015-06-04 16:04:44 -04:00
@define-color backdrop_header shade(@header, 0.9);/* Backdrop Header color */
2015-03-26 01:57:33 -04:00
@define-color header_text #fff;/* Header text color */
2015-04-09 13:30:59 -04:00
@define-color header_text_dark alpha(#000, 0.3);/* Header text color */
2015-04-23 10:48:28 -04:00
@define-color selection #dbdee0;/* Selection color */
2015-04-13 12:54:50 -04:00
@define-color view_background @base;/* View background */
2014-12-13 12:48:16 -05:00
@define-color inactive_frame @border;/* Inactive frame color */
@define-color text_shadow alpha(white, 0.4);/* Text shadow */
@define-color icon_shadow @text_shadow;/* Icon shadow */
2015-04-23 21:55:19 -04:00
@define-color progress_color #9fb0b9; /* Progressbar color */
2014-12-13 12:48:16 -05:00
/* 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");