paper-gtk-theme/Paper/gtk-3.0/gtk.css

67 lines
2.4 KiB
CSS
Raw Normal View History

2016-03-16 19:06:39 +01:00
/* Copyright 2016 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/.
*/
2016-04-15 03:54:38 +02:00
/**********
2016-04-19 00:39:13 +02:00
* Colors *
2016-04-15 03:54:38 +02:00
**********/
2016-04-19 00:39:13 +02:00
/* Base colors */
@define-color base #fff;/* Base color */
@define-color background #f7f7f7;/* Background color */
2016-04-27 22:00:47 +02:00
@define-color foreground #444;/* Foreground color */
2016-04-19 00:39:13 +02:00
@define-color border #D8D8D8;/* Borders color */
@define-color separator alpha(#000, 0.15);/* Separator color */
@define-color text @foreground;/* Text color */
@define-color header #636E73;/* Header color */
@define-color backdrop_header shade(@header, 0.9);/* Backdrop Header color */
@define-color header_text #fff;/* Header text color */
@define-color header_text_dark alpha(#000, 0.3);/* Header text color */
@define-color selection #dbdee0;/* Selection color */
@define-color view_background @base;/* View background */
@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 */
@define-color progress_color #9fb0b9; /* Progressbar color */
/* Hightlight & shadow colors */
@define-color highlight alpha(#fff, 0.2);
@define-color shadow alpha(#000, 0.2);
/* Fixes for 263, and partial fix for 223 (gnome-calendar)
* https://github.com/snwh/paper-gtk-theme/issues/223 *
* https://github.com/snwh/paper-gtk-theme/issues/263 */
@define-color theme_fg_color @foreground;
@define-color theme_bg_color @background;
@define-color theme_text_color @text;
@define-color theme_base_color @base;
@define-color borders @border;
2016-04-15 03:54:38 +02:00
2016-04-27 09:13:46 +02:00
@define-color text_color @text;
2016-04-18 18:47:20 +02:00
/***********
2016-04-19 00:39:13 +02:00
* Imports *
2016-04-18 18:47:20 +02:00
***********/
2016-04-19 00:39:13 +02:00
/* Import Assets CSS */
@import url("gtk-widgets-assets.css");
2016-04-18 18:47:20 +02:00
2016-04-19 00:39:13 +02:00
/* Import Main CSS */
@import url("granite-widgets.css");
@import url("gtk-widgets.css");
@import url("gtk-common.css");