Refinement.

This commit is contained in:
Sam Hewitt 2014-12-18 09:59:57 -05:00
parent 854a5ec87c
commit 85b9a343b2
10 changed files with 145 additions and 24 deletions

View File

@ -17,7 +17,7 @@
# Paper GTK2 Theme
gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#555555\ntooltip_fg_color:#FFFFFF\nmenubar_color:#636E73\nselected_bg_color:#9FB0B9\nselected_fg_color:#FFFFFF\ntext_color:#555555\nwm_color:#636E73\nbg_color:#EFEFEF\ninsensitive_bg_color:#efefef\ntooltip_bg_color:#333333\npanel_bg_color:#333333"
gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#555555\ntooltip_fg_color:#FFFFFF\nmenubar_color:#636E73\nselected_bg_color:#9FB0B9\nselected_fg_color:#FFFFFF\ntext_color:#555555\nwm_color:#636E73\nbg_color:#FFFFFF\ninsensitive_bg_color:#efefef\ntooltip_bg_color:#333333\npanel_bg_color:#333333"
gtk-auto-mnemonics = 1
gtk-primary-button-warps-slider = 1

View File

@ -21,9 +21,7 @@
****************/
@define-color unity @header;
@define-color unity_text #fff;/* Header text color */
@define-color backdrop_unity shade(@unity, 0.9);
@define-color backdrop_unity @backdrop_header;
/*********************
* Unity Decorations *

View File

@ -156,7 +156,6 @@
@define-color infobar_background @selection;
@define-color infobar_foreground white;
@define-color link @selection;
@define-color question #4ab3e4;
@define-color warning #f67d42;
@define-color error #e74c3c;

View File

@ -64,6 +64,7 @@
/* Import Widget CSS */
@import url("widgets/action-bar.css");
@import url("widgets/app-notifications.css");
@import url("widgets/base-states.css");
@import url("widgets/buttons.css");
@import url("widgets/calendar.css");
@ -83,6 +84,7 @@
@import url("widgets/infobars.css");
@import url("widgets/inline-toolbars.css");
@import url("widgets/levelbars.css");
@import url("widgets/links.css");
@import url("widgets/linked-buttons.css");
@import url("widgets/list-rows.css");
@import url("widgets/menu-button.css");

View File

@ -0,0 +1,64 @@
/* Copyright 2014 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/.
*/
/*********************
* App Notifications *
*********************/
.app-notification,
.app-notification.frame {
border: 1px solid alpha(#000, 0.1);
border-top-width: 0px;
border-radius: 6px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding: 8px;
background-color: alpha(#fff, 0.9);
color: @text;
}
.app-notification:backdrop,
.app-notification.frame:backdrop {
background-image: none;
}
.app-notification .button, .app-notification .header-bar .button.titlebutton, .header-bar .app-notification .button.titlebutton,
.app-notification .titlebar .button.titlebutton,
.titlebar .app-notification .button.titlebutton,
.app-notification.frame .button {
}
.app-notification .button:hover,
.app-notification.frame .button:hover {
}
.app-notification .button:active, .app-notification .button:checked, .app-notification .button:backdrop:active, .app-notification .button:backdrop:checked,
.app-notification.frame .button:active,
.app-notification.frame .button:checked,
.app-notification.frame .button:backdrop:active,
.app-notification.frame .button:backdrop:checked {
}
.app-notification .button:insensitive, .app-notification .button:backdrop:insensitive,
.app-notification.frame .button:insensitive,
.app-notification.frame .button:backdrop:insensitive {
}
.app-notification .button:backdrop,
.app-notification.frame .button:backdrop {
}

View File

@ -1,4 +1,4 @@
m/* Copyright 2014 Sam Hewitt.
/* Copyright 2014 Sam Hewitt.
*
* This file is part of the Paper GTK theme.
*

View File

@ -0,0 +1,75 @@
/* Copyright 2014 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 link @selection;
@define-color backdrop_link @backdrop_text;
@define-color visited_link shade(@link, 0.9);
/*********
* Links *
*********/
*:link, .button:link, .header-bar .button.titlebutton:link,
.titlebar .button.titlebutton:link, .button:visited, .header-bar .button.titlebutton:visited,
.titlebar .button.titlebutton:visited {
color: @visited_link;
}
*:link:visited,
.button:visited,
.header-bar .button.titlebutton:visited,
.titlebar .button.titlebutton:visited {
color: @visited_link;
}
*:selected *:link:visited,
*:selected .button:visited {
color: @visited_link;
}
*:link:hover,
.button:hover:link,
.button:hover:visited {
color: @backdrop_link;
}
*:selected *:link:hover,
*:selected .button:hover:link,
*:selected .button:hover:visited {
color: shade(@link, 1.1);
}
*:link:active,
.button:active:link,
.button:active:visited {
color: @visited_link;
}
*:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited {
color: @selected_foreground;
}
*:link:backdrop, .button:backdrop:link, .button:backdrop:visited, *:link:backdrop:hover, .button:backdrop:hover:link, .button:backdrop:hover:visited, *:link:backdrop:hover:selected, .button:backdrop:hover:selected:link, .button:backdrop:hover:selected:visited, .titlebar.selection-mode .subtitle:backdrop:hover:link,
.header-bar.selection-mode .subtitle:backdrop:hover:link {
color: @backdrop_link;
}
*:link:selected, .button:selected:link, .button:selected:visited, .titlebar.selection-mode .subtitle:link,
.header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited {
color: #dae8f7;
}

View File

@ -74,7 +74,6 @@
padding-right: 2px;
}
/* Active */
.menuitem:active,
.menu .menuitem:active {
@ -108,7 +107,6 @@
}
/* Arrows */
.menu .menuitem.arrow {
color: @text;
}

View File

@ -16,21 +16,6 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
/*********************
* App notifications *
*********************/
.app-notification {
border: 1px solid @border;
border-top-width: 0px;
border-radius: 6px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding: 8px;
background-color: @base;
color: @foreground;
}
/*********
* text *
*********/

View File

@ -134,7 +134,7 @@
.toolbar .entry {
border: none;
border-radius: 0px;
background-color:@base;
background-color:@toolbar;
color: @toolbar_text
}