Many revision.
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# Paper GTK2 Theme
|
# Paper GTK2 Theme
|
||||||
|
|
||||||
gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#555555\ntooltip_fg_color:#FFFFFF\nselected_bg_color:#349F8C\nselected_fg_color:#FFFFFF\ntext_color:#555555\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\nselected_bg_color:#8B8B8B\nselected_fg_color:#FFFFFF\ntext_color:#555555\nbg_color:#EFEFEF\ninsensitive_bg_color:#efefef\ntooltip_bg_color:#333333\npanel_bg_color:#333333"
|
||||||
|
|
||||||
gtk-auto-mnemonics = 1
|
gtk-auto-mnemonics = 1
|
||||||
gtk-primary-button-warps-slider = 1
|
gtk-primary-button-warps-slider = 1
|
||||||
|
41
Paper/gtk-3.0/apps.css
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
/* 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/.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/********
|
||||||
|
* Apps *
|
||||||
|
********/
|
||||||
|
|
||||||
|
@import url("apps/archive-manager.css");
|
||||||
|
@import url("apps/bijiben.css");
|
||||||
|
@import url("apps/budgie.css");
|
||||||
|
@import url("apps/calculator.css");
|
||||||
|
@import url("apps/california.css");
|
||||||
|
@import url("apps/epiphany.css");
|
||||||
|
@import url("apps/fallback.css");
|
||||||
|
@import url("apps/gedit.css");
|
||||||
|
@import url("apps/gnome-clocks.css");
|
||||||
|
@import url("apps/gnome-contacts.css");
|
||||||
|
@import url("apps/gnome-disks.css");
|
||||||
|
@import url("apps/gnome-software.css");
|
||||||
|
@import url("apps/gnome-terminal.css");
|
||||||
|
@import url("apps/gnome.css");
|
||||||
|
@import url("apps/nautilus.css");
|
||||||
|
@import url("apps/pantheon.css");
|
||||||
|
@import url("apps/settings.css");
|
||||||
|
@import url("apps/unity.css");
|
||||||
|
@import url("apps/xfce.css");
|
52
Paper/gtk-3.0/apps/archive-manager.css
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
/* 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 archives #bb9e7b;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
FrWindow .titlebar,
|
||||||
|
FrWindow .header-bar {
|
||||||
|
background-color: @archives;
|
||||||
|
}
|
||||||
|
|
||||||
|
FrWindow .titlebar:backdrop,
|
||||||
|
FrWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@archives,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
FrWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @archives;
|
||||||
|
}
|
||||||
|
|
||||||
|
FrWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@archives, 0.8);
|
||||||
|
background-color: @archives;
|
||||||
|
}
|
||||||
|
|
||||||
|
FrWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@archives, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
FrWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
FrWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@archives, 0.9);
|
||||||
|
}
|
54
Paper/gtk-3.0/apps/bijiben.css
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
/* 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 bijiben #ebdd4d;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
BjbMainToolbar,
|
||||||
|
BjbWindowBase .titlebar,
|
||||||
|
BjbWindowBase .header-bar {
|
||||||
|
background-color: @bijiben;
|
||||||
|
}
|
||||||
|
|
||||||
|
BjbMainToolbar:backdrop,
|
||||||
|
BjbWindowBase .titlebar:backdrop,
|
||||||
|
BjbWindowBase .header-bar:backdrop {
|
||||||
|
background-color: shade(@bijiben,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
BjbWindowBase .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @bijiben;
|
||||||
|
}
|
||||||
|
|
||||||
|
BjbWindowBase GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@bijiben, 0.8);
|
||||||
|
background-color: @bijiben;
|
||||||
|
}
|
||||||
|
|
||||||
|
BjbWindowBase GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@bijiben, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
BjbWindowBase .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
BjbWindowBase .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@bijiben, 0.9);
|
||||||
|
}
|
@ -21,6 +21,142 @@
|
|||||||
* Budgie *
|
* Budgie *
|
||||||
**********/
|
**********/
|
||||||
|
|
||||||
.budgie-panel *:active {
|
.budgie-panel {
|
||||||
background-color: transparent;
|
background-color: alpha(black, 0.0);
|
||||||
|
background-image: none;
|
||||||
|
border-top: 1px solid alpha(white, 0.0);
|
||||||
|
border-bottom: 2px solid black;
|
||||||
|
transition: 100ms ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.max-budgie-panel {
|
||||||
|
background-color: alpha(black, 0.7);
|
||||||
|
border-top: 1px solid alpha(white, 0.2);
|
||||||
|
border-bottom: 2px solid black;
|
||||||
|
transition: 100ms ease-in;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* top panel */
|
||||||
|
.budgie-panel.top {
|
||||||
|
border: 1px solid alpha(white, 0.0);
|
||||||
|
border-top: 2px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.max-budgie-panel.top {
|
||||||
|
border: 1px solid alpha(black, 0.7);
|
||||||
|
border-top: 2px solid black;
|
||||||
|
border-bottom: 1px solid alpha(white, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* left panel */
|
||||||
|
.budgie-panel.left {
|
||||||
|
border: 1px solid alpha(white, 0.0);
|
||||||
|
border-left: 2px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.max-budgie-panel.left {
|
||||||
|
border: 1px solid alpha(black, 0.7);
|
||||||
|
border-left: 2px solid black;
|
||||||
|
border-right: 1px solid alpha(white, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* right panel */
|
||||||
|
.budgie-panel.right {
|
||||||
|
border: 1px solid alpha(white, 0.0);
|
||||||
|
border-right: 2px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.max-budgie-panel.right {
|
||||||
|
border: 1px solid alpha(black, 0.7);
|
||||||
|
border-right: 2px solid black;
|
||||||
|
border-left: 1px solid alpha(white, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.budgie-panel .message-area {
|
||||||
|
background-color: alpha(black, 0.2);
|
||||||
|
border: 1px solid alpha(white, 0.06);
|
||||||
|
border-radius: 6px;
|
||||||
|
text-shadow: 1px 1px alpha(black, 0.5);
|
||||||
|
icon-shadow: 1px 1px alpha(black, 0.5);
|
||||||
|
transition: 100ms ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budgie-panel .max-message-area {
|
||||||
|
background-color: alpha(black, 0.36);
|
||||||
|
border: 1px solid alpha(white, 0.2);
|
||||||
|
transition: 100ms ease-in;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budgie-panel .launcher,
|
||||||
|
PanelToplevel .launcher {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
background-image: none;
|
||||||
|
transition: 100ms ease-in;
|
||||||
|
}
|
||||||
|
.budgie-panel .launcher:hover,
|
||||||
|
PanelToplevel .launcher:hover {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-bottom: 2px solid alpha(white, 0.5);
|
||||||
|
}
|
||||||
|
.budgie-panel .launcher:active,
|
||||||
|
PanelToplevel .launcher:active {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-bottom: 2px solid white;
|
||||||
|
}
|
||||||
|
/* Top launchers */
|
||||||
|
.top .launcher:hover {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-top: 2px solid alpha(white, 0.5);
|
||||||
|
}
|
||||||
|
.top .launcher:active {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-top: 2px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Left hand side launchers */
|
||||||
|
.left .launcher:hover {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-left: 2px solid alpha(white, 0.5);
|
||||||
|
}
|
||||||
|
.left .launcher:active {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-left: 2px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Right hand side launchers */
|
||||||
|
.right .launcher:hover {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-right: 2px solid alpha(white, 0.5);
|
||||||
|
}
|
||||||
|
.right .launcher:active {
|
||||||
|
border: 2px solid alpha(white, 0.0);
|
||||||
|
border-right: 2px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-applet {
|
||||||
|
background-image: none;
|
||||||
|
border-color: alpha(white, 0.12);
|
||||||
|
border-radius: 6px;
|
||||||
|
border: solid alpha(white, 0.1) 1px;
|
||||||
|
}
|
||||||
|
.budgie-panel .menu-icon,
|
||||||
|
.budgie-panel .menu-icon:active,
|
||||||
|
.budgie-panel .menu-icon:hover {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budgie-panel * {
|
||||||
|
color: white;
|
||||||
|
icon-shadow: 1px 1px alpha(black, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification .priority.low {
|
||||||
|
background-color: @info;
|
||||||
|
}
|
||||||
|
.notification .priority.high {
|
||||||
|
background-color: @warning;
|
||||||
|
}
|
||||||
|
.notification .priority.critical {
|
||||||
|
background-color: @error;
|
||||||
}
|
}
|
@ -52,21 +52,6 @@ MathWindow .button {
|
|||||||
font: Bold;
|
font: Bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
MathWindow .titlebar .button.text-button,
|
|
||||||
MathWindow .titlebar .button.image-button,
|
|
||||||
MathWindow .titlebar .button {
|
|
||||||
border: none;
|
|
||||||
color: @header_text;
|
|
||||||
font: Bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
MathWindow .titlebar .button.text-button:backdrop,
|
|
||||||
MathWindow .titlebar .button.image-button:backdrop,
|
|
||||||
MathWindow .titlebar .button:backdrop {
|
|
||||||
border: none;
|
|
||||||
color: @backdrop_header_text;
|
|
||||||
font: Bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
MathWindow GtkComboBox,
|
MathWindow GtkComboBox,
|
||||||
MathWindow GtkComboBox * {
|
MathWindow GtkComboBox * {
|
||||||
@ -120,18 +105,6 @@ MathWindow .button:hover {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*MathWindow .primary-toolbar .button .menu .menuitem:hover,
|
|
||||||
MathWindow .toolbar .menu .menuitem:hover,
|
|
||||||
MathWindow .toolbar .primary-toolbar .menu .menuitem:hover,
|
|
||||||
MathWindow .header-bar .menu .menuitem:hover,
|
|
||||||
MathWindow .header-bar .primary-toolbar .menu .menuitem:hover,
|
|
||||||
MathWindow .menu .menuitem:hover {
|
|
||||||
border: none;
|
|
||||||
background-color: @calculator;
|
|
||||||
color: @base;
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
MathWindow *:hover {
|
MathWindow *:hover {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @calculator;
|
background-color: @calculator;
|
||||||
@ -161,8 +134,3 @@ MathWindow .header-bar .button.separator {
|
|||||||
background-color: @calculator;
|
background-color: @calculator;
|
||||||
color: @calculator;
|
color: @calculator;
|
||||||
}
|
}
|
||||||
|
|
||||||
MathWindow .header-bar .button GtkImage:active,
|
|
||||||
MathWindow .header-bar .button GtkImage:active:hover {
|
|
||||||
color: @calculator;
|
|
||||||
}
|
|
52
Paper/gtk-3.0/apps/california.css
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
/* 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 california #e74c3c;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
CaliforniaHostMainWindow .titlebar,
|
||||||
|
CaliforniaHostMainWindow .header-bar {
|
||||||
|
background-color: @california;
|
||||||
|
}
|
||||||
|
|
||||||
|
CaliforniaHostMainWindow .titlebar:backdrop,
|
||||||
|
CaliforniaHostMainWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@california,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
CaliforniaHostMainWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @california;
|
||||||
|
}
|
||||||
|
|
||||||
|
CaliforniaHostMainWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@california, 0.8);
|
||||||
|
background-color: @california;
|
||||||
|
}
|
||||||
|
|
||||||
|
CaliforniaHostMainWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@california, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
CaliforniaHostMainWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
CaliforniaHostMainWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@california, 0.9);
|
||||||
|
}
|
83
Paper/gtk-3.0/apps/epiphany.css
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
/* 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 epiphany #92a4ef;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
EphyWindow .titlebar,
|
||||||
|
EphyWindow .header-bar {
|
||||||
|
background-color: @epiphany;
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow .titlebar.default-decoration,
|
||||||
|
EphyWindow .header-bar.default-decoration {
|
||||||
|
background-color: @epiphany;
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow .titlebar:backdrop,
|
||||||
|
EphyWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@epiphany,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
EphyWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @epiphany;
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@epiphany, 0.8);
|
||||||
|
background-color: @epiphany;
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@epiphany, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
EphyWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@epiphany, 0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/************
|
||||||
|
* Notebook *
|
||||||
|
************/
|
||||||
|
|
||||||
|
/* Active */
|
||||||
|
EphyWindow .notebook tab.top:active,
|
||||||
|
EphyWindow .dynamic-notebook tab.top:active {
|
||||||
|
box-shadow:inset 0 -3px 0 0 @epiphany;
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow .notebook tab.bottom:active,
|
||||||
|
EphyWindow .dynamic-notebook tab.bottom:active {
|
||||||
|
box-shadow:inset 0 3px 0 0 @epiphany;
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow .notebook tab.left:active,
|
||||||
|
EphyWindow .dynamic-notebook tab.left:active {
|
||||||
|
box-shadow:inset -3px 0 0 0 @epiphany;
|
||||||
|
}
|
||||||
|
|
||||||
|
EphyWindow .notebook tab.right:active,
|
||||||
|
EphyWindow .dynamic-notebook tab.right:active {
|
||||||
|
box-shadow:inset 3px 0 0 0 @epiphany;
|
||||||
|
}
|
78
Paper/gtk-3.0/apps/gedit.css
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
/* 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 gedit #e74c3c;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
GeditWindow .titlebar,
|
||||||
|
GeditWindow .header-bar {
|
||||||
|
background-color: @gedit;
|
||||||
|
}
|
||||||
|
|
||||||
|
GeditWindow .titlebar:backdrop,
|
||||||
|
GeditWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@gedit,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
GeditWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @gedit;
|
||||||
|
}
|
||||||
|
|
||||||
|
GeditWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@gedit, 0.8);
|
||||||
|
background-color: @gedit;
|
||||||
|
}
|
||||||
|
|
||||||
|
GeditWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@gedit, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
GeditWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
GeditWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@gedit, 0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/************
|
||||||
|
* Notebook *
|
||||||
|
************/
|
||||||
|
|
||||||
|
/* Active */
|
||||||
|
GeditWindow .notebook tab.top:active,
|
||||||
|
GeditWindow .dynamic-notebook tab.top:active {
|
||||||
|
box-shadow:inset 0 -3px 0 0 @gedit;
|
||||||
|
}
|
||||||
|
|
||||||
|
GeditWindow .notebook tab.bottom:active,
|
||||||
|
GeditWindow .dynamic-notebook tab.bottom:active {
|
||||||
|
box-shadow:inset 0 3px 0 0 @gedit;
|
||||||
|
}
|
||||||
|
|
||||||
|
GeditWindow .notebook tab.left:active,
|
||||||
|
GeditWindow .dynamic-notebook tab.left:active {
|
||||||
|
box-shadow:inset -3px 0 0 0 @gedit;
|
||||||
|
}
|
||||||
|
|
||||||
|
GeditWindow .notebook tab.right:active,
|
||||||
|
GeditWindow .dynamic-notebook tab.right:active {
|
||||||
|
box-shadow:inset 3px 0 0 0 @gedit;
|
||||||
|
}
|
67
Paper/gtk-3.0/apps/gnome-clocks.css
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
/* 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 clocks #479f34;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
ClocksWindow .titlebar,
|
||||||
|
ClocksWindow .header-bar {
|
||||||
|
background-color: @clocks;
|
||||||
|
}
|
||||||
|
|
||||||
|
ClocksWindow .titlebar:backdrop,
|
||||||
|
ClocksWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@clocks,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
ClocksWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @clocks;
|
||||||
|
}
|
||||||
|
|
||||||
|
ClocksWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@clocks, 0.8);
|
||||||
|
background-color: @clocks;
|
||||||
|
}
|
||||||
|
|
||||||
|
ClocksWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@clocks, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
ClocksWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
ClocksWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@clocks, 0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Frame *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
ClocksWindow .frame {
|
||||||
|
background-color: @background;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ClocksWindow .frame:backdrop {
|
||||||
|
background-color: @backdrop_background;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
52
Paper/gtk-3.0/apps/gnome-contacts.css
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
/* 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 contacts #4f5da6;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
ContactsWindow .titlebar,
|
||||||
|
ContactsWindow .header-bar {
|
||||||
|
background-color: @contacts;
|
||||||
|
}
|
||||||
|
|
||||||
|
ContactsWindow .titlebar:backdrop,
|
||||||
|
ContactsWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@contacts,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
ContactsWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @contacts;
|
||||||
|
}
|
||||||
|
|
||||||
|
ContactsWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@contacts, 0.8);
|
||||||
|
background-color: @contacts;
|
||||||
|
}
|
||||||
|
|
||||||
|
ContactsWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@contacts, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
ContactsWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
ContactsWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@contacts, 0.9);
|
||||||
|
}
|
@ -16,10 +16,37 @@
|
|||||||
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
|
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@define-color disks #7c4182;
|
||||||
|
|
||||||
/**********
|
/**********
|
||||||
* Colors *
|
* Header *
|
||||||
**********/
|
**********/
|
||||||
|
|
||||||
/* Base colors */
|
GduWindow .titlebar,
|
||||||
@define-color calculator #9F347D;/* Calc color */
|
GduWindow .header-bar {
|
||||||
|
background-color: @disks;
|
||||||
|
}
|
||||||
|
|
||||||
|
GduWindow .titlebar:backdrop,
|
||||||
|
GduWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@disks,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
GduWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @disks;
|
||||||
|
}
|
||||||
|
|
||||||
|
GduWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@disks, 0.8);
|
||||||
|
background-color: @disks;
|
||||||
|
}
|
||||||
|
|
||||||
|
GduWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@disks, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
GduWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
GduWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@disks, 0.9);
|
||||||
|
}
|
@ -16,7 +16,11 @@
|
|||||||
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
|
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@define-color music_topbar_selection_bg_color #f56e2c;
|
|
||||||
|
|
||||||
|
@define-color music #eb8e4d;
|
||||||
|
|
||||||
|
@define-color music_topbar_selection_bg_color #eb8e4d;
|
||||||
|
|
||||||
@define-color music_selection_box_a #8e9c80;
|
@define-color music_selection_box_a #8e9c80;
|
||||||
@define-color music_selection_box_b #4f6838;
|
@define-color music_selection_box_b #4f6838;
|
||||||
|
83
Paper/gtk-3.0/apps/gnome-terminal.css
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
/* 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 terminal #2D5364;
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
|
TerminalWindow .titlebar,
|
||||||
|
TerminalWindow .header-bar {
|
||||||
|
background-color: @terminal;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow .titlebar.default-decoration,
|
||||||
|
TerminalWindow .header-bar.default-decoration {
|
||||||
|
background-color: @terminal;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow .titlebar:backdrop,
|
||||||
|
TerminalWindow .header-bar:backdrop {
|
||||||
|
background-color: shade(@terminal,0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Switch */
|
||||||
|
TerminalWindow .header-bar GtkSwitch.trough:active {
|
||||||
|
background-color: @terminal;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow GtkSwitch.trough:active {
|
||||||
|
border: 1px solid shade(@terminal, 0.8);
|
||||||
|
background-color: @terminal;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow GtkSwitch.slider:active {
|
||||||
|
border: 1px solid shade(@terminal, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow .header-bar GtkSwitch.slider:active:backdrop,
|
||||||
|
TerminalWindow .header-bar GtkSwitch.slider:backdrop {
|
||||||
|
background-color: shade(@terminal, 0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/************
|
||||||
|
* Notebook *
|
||||||
|
************/
|
||||||
|
|
||||||
|
/* Active */
|
||||||
|
TerminalWindow .notebook tab.top:active,
|
||||||
|
TerminalWindow .dynamic-notebook tab.top:active {
|
||||||
|
box-shadow:inset 0 -3px 0 0 @terminal;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow .notebook tab.bottom:active,
|
||||||
|
TerminalWindow .dynamic-notebook tab.bottom:active {
|
||||||
|
box-shadow:inset 0 3px 0 0 @terminal;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow .notebook tab.left:active,
|
||||||
|
TerminalWindow .dynamic-notebook tab.left:active {
|
||||||
|
box-shadow:inset -3px 0 0 0 @terminal;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalWindow .notebook tab.right:active,
|
||||||
|
TerminalWindow .dynamic-notebook tab.right:active {
|
||||||
|
box-shadow:inset 3px 0 0 0 @terminal;
|
||||||
|
}
|
@ -24,6 +24,31 @@ SushiFontWidget {
|
|||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**************
|
||||||
|
* tweak-tool *
|
||||||
|
**************/
|
||||||
|
.tweak-startup {
|
||||||
|
border:1px solid #cccccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Sudoku *
|
||||||
|
**********/
|
||||||
|
SudokuView SudokuCellView {
|
||||||
|
border: inherit;
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
SudokuView SudokuCellView:backdrop {
|
||||||
|
border: inherit;
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
SudokuView {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*************
|
/*************
|
||||||
* gucharmap *
|
* gucharmap *
|
||||||
*************/
|
*************/
|
||||||
|
@ -16,39 +16,26 @@
|
|||||||
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
|
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*@define-color nautilus #8B8B8B;*/
|
@define-color nautilus #349F8C;
|
||||||
|
|
||||||
/************
|
|
||||||
* Colours *
|
|
||||||
************
|
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Header *
|
||||||
|
**********/
|
||||||
|
|
||||||
NautilusWindow .header-bar,
|
NautilusWindow .header-bar,
|
||||||
NautilusWindow .header-bar.toolbar {
|
NautilusWindow .header-bar.toolbar {
|
||||||
background-color: @nautilus;
|
background-color: @nautilus;
|
||||||
color:
|
}
|
||||||
|
|
||||||
|
NautilusWindow .header-bar:backdrop,
|
||||||
|
NautilusWindow .header-bar.toolbar:backdrop {
|
||||||
|
background-color: shade(@nautilus,0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
NautilusWindow .maximized .header-bar {
|
NautilusWindow .maximized .header-bar {
|
||||||
background-color: @nautilus;
|
background-color: @nautilus;
|
||||||
}
|
}
|
||||||
|
|
||||||
NautilusWindow .header-bar > GtkBox > .separator.vertical {
|
|
||||||
background-color: @nautilus;
|
|
||||||
}
|
|
||||||
|
|
||||||
NautilusWindow .header-bar .separator,
|
|
||||||
NautilusWindow .header-bar .button .separator,
|
|
||||||
NautilusWindow .header-bar .button.separator {
|
|
||||||
background-color: @nautilus;
|
|
||||||
color: @nautilus;
|
|
||||||
}
|
|
||||||
|
|
||||||
NautilusWindow .header-bar .button GtkImage:active,
|
|
||||||
NautilusWindow .header-bar .button GtkImage:active:hover {
|
|
||||||
color: @nautilus;
|
|
||||||
}
|
|
||||||
|
|
||||||
NautilusWindow .header-bar GtkSwitch.trough:active {
|
NautilusWindow .header-bar GtkSwitch.trough:active {
|
||||||
background-color: @nautilus;
|
background-color: @nautilus;
|
||||||
}
|
}
|
||||||
@ -60,10 +47,35 @@ NautilusWindow GtkSwitch.trough:active {
|
|||||||
|
|
||||||
NautilusWindow GtkSwitch.slider:active {
|
NautilusWindow GtkSwitch.slider:active {
|
||||||
border: 1px solid shade(@nautilus, 0.8);
|
border: 1px solid shade(@nautilus, 0.8);
|
||||||
} */
|
}
|
||||||
|
|
||||||
|
/************
|
||||||
|
* Notebook *
|
||||||
|
************/
|
||||||
|
|
||||||
|
/* Active */
|
||||||
|
NautilusWindow .notebook tab.top:active,
|
||||||
|
NautilusWindow .dynamic-notebook tab.top:active {
|
||||||
|
box-shadow:inset 0 -3px 0 0 @nautilus;
|
||||||
|
}
|
||||||
|
|
||||||
|
NautilusWindow .notebook tab.bottom:active,
|
||||||
|
NautilusWindow .dynamic-notebook tab.bottom:active {
|
||||||
|
box-shadow:inset 0 3px 0 0 @nautilus;
|
||||||
|
}
|
||||||
|
|
||||||
|
NautilusWindow .notebook tab.left:active,
|
||||||
|
NautilusWindow .dynamic-notebook tab.left:active {
|
||||||
|
box-shadow:inset -3px 0 0 0 @nautilus;
|
||||||
|
}
|
||||||
|
|
||||||
|
NautilusWindow .notebook tab.right:active,
|
||||||
|
NautilusWindow .dynamic-notebook tab.right:active {
|
||||||
|
box-shadow:inset 3px 0 0 0 @nautilus;
|
||||||
|
}
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Widgets *
|
* Desktop *
|
||||||
***********/
|
***********/
|
||||||
|
|
||||||
.nautilus-canvas-item {
|
.nautilus-canvas-item {
|
||||||
@ -126,14 +138,6 @@ NautilusWindow > GtkGrid > .pane-separator:hover:backdrop {
|
|||||||
background-color: @backdrop_background;
|
background-color: @backdrop_background;
|
||||||
}
|
}
|
||||||
|
|
||||||
NautilusNotebook .notebook {
|
|
||||||
border-width: 0 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
NautilusNotebook .frame {
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
|
@ -17,9 +17,41 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@define-color settings #2c6b89;
|
@define-color settings #3889B0;
|
||||||
@define-color backdrop_settings shade(@settings, 0.9);
|
@define-color backdrop_settings shade(@settings, 0.9);
|
||||||
|
|
||||||
|
/***********
|
||||||
|
* Widgets *
|
||||||
|
***********/
|
||||||
|
|
||||||
|
CcShellItemView {
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
CcShellItemView .button {
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/************
|
||||||
|
* Iconview *
|
||||||
|
************/
|
||||||
|
|
||||||
|
CcWindow GtkIconView.view.cell {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
CcWindow GtkIconView.view.cell:hover {
|
||||||
|
border: 1px solid @settings;
|
||||||
|
background-color: alpha(@settings,0.4);
|
||||||
|
color: @settings;
|
||||||
|
}
|
||||||
|
|
||||||
|
CcWindow GtkIconView.view.cell:selected,
|
||||||
|
CcWindow GtkIconView.view.cell:selected:focus {
|
||||||
|
border: 1px solid @settings;
|
||||||
|
background-color: @settings;
|
||||||
|
}
|
||||||
|
|
||||||
/**********
|
/**********
|
||||||
* Colors *
|
* Colors *
|
||||||
**********/
|
**********/
|
||||||
@ -29,7 +61,8 @@ CcWindow.background {
|
|||||||
color: @settings;
|
color: @settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
CcWindow .titlebar {
|
CcWindow .titlebar,
|
||||||
|
CcWindow .header-bar {
|
||||||
background-color: @settings;
|
background-color: @settings;
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
@ -39,11 +72,46 @@ CcWindow.background:backdrop {
|
|||||||
color: alpha(@settings, 0.5);
|
color: alpha(@settings, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
CcWindow .titlebar:backdrop {
|
CcWindow .titlebar:backdrop,
|
||||||
|
CcWindow .header-bar:backdrop {
|
||||||
background-color: shade(@settings, 0.9);
|
background-color: shade(@settings, 0.9);
|
||||||
color: alpha(@base, 0.5);
|
color: alpha(@base, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CcWindow .maximized .header-bar {
|
||||||
|
background-color: @settings;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/************
|
||||||
|
* Notebook *
|
||||||
|
************/
|
||||||
|
|
||||||
|
/* Active */
|
||||||
|
CcWindow .notebook tab.top:active,
|
||||||
|
CcWindow .dynamic-notebook tab.top:active {
|
||||||
|
box-shadow:inset 0 -3px 0 0 @settings;
|
||||||
|
}
|
||||||
|
|
||||||
|
CcWindow .notebook tab.bottom:active,
|
||||||
|
CcWindow .dynamic-notebook tab.bottom:active {
|
||||||
|
box-shadow:inset 0 3px 0 0 @settings;
|
||||||
|
}
|
||||||
|
|
||||||
|
CcWindow .notebook tab.left:active,
|
||||||
|
CcWindow .dynamic-notebook tab.left:active {
|
||||||
|
box-shadow:inset -3px 0 0 0 @settings;
|
||||||
|
}
|
||||||
|
|
||||||
|
CcWindow .notebook tab.right:active,
|
||||||
|
CcWindow .dynamic-notebook tab.right:active {
|
||||||
|
box-shadow:inset 3px 0 0 0 @settings;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***********
|
||||||
|
* Buttons *
|
||||||
|
***********/
|
||||||
|
|
||||||
CcWindow .button.text-button,
|
CcWindow .button.text-button,
|
||||||
CcWindow .button.image-button,
|
CcWindow .button.image-button,
|
||||||
CcWindow .button {
|
CcWindow .button {
|
||||||
@ -55,6 +123,7 @@ CcWindow GtkComboBox * {
|
|||||||
color: @settings;
|
color: @settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
CcWindow GtkComboBox:focus,
|
CcWindow GtkComboBox:focus,
|
||||||
CcWindow GtkComboBox *:focus,
|
CcWindow GtkComboBox *:focus,
|
||||||
CcWindow .button.text-button:focus,
|
CcWindow .button.text-button:focus,
|
||||||
@ -82,7 +151,7 @@ CcWindow .button.text-button:backdrop,
|
|||||||
CcWindow .button.image-button:backdrop,
|
CcWindow .button.image-button:backdrop,
|
||||||
CcWindow .button:backdrop {
|
CcWindow .button:backdrop {
|
||||||
color: alpha(@settings, 0.7);
|
color: alpha(@settings, 0.7);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
CcWindow GtkComboBox:hover,
|
CcWindow GtkComboBox:hover,
|
||||||
CcWindow GtkComboBox *:hover,
|
CcWindow GtkComboBox *:hover,
|
||||||
@ -92,48 +161,14 @@ CcWindow .button:hover {
|
|||||||
background-color: @settings;
|
background-color: @settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
CcWindow .primary-toolbar .button .menu .menuitem:hover,
|
|
||||||
CcWindow .toolbar .menu .menuitem:hover,
|
|
||||||
CcWindow .toolbar .primary-toolbar .menu .menuitem:hover,
|
|
||||||
CcWindow .header-bar .menu .menuitem:hover,
|
|
||||||
CcWindow .header-bar .primary-toolbar .menu .menuitem:hover,
|
|
||||||
CcWindow .menu .menuitem:hover {
|
|
||||||
background-color: @settings;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Header Bar */
|
|
||||||
|
|
||||||
CcWindow .header-bar,
|
/* Switch */
|
||||||
CcWindow .header-bar.toolbar {
|
|
||||||
background-color: @settings;
|
|
||||||
}
|
|
||||||
|
|
||||||
CcWindow .maximized .header-bar {
|
|
||||||
background-color: @settings;
|
|
||||||
}
|
|
||||||
|
|
||||||
CcWindow .header-bar > GtkBox > .separator.vertical {
|
|
||||||
background-color: @settings;
|
|
||||||
}
|
|
||||||
|
|
||||||
CcWindow .header-bar .separator,
|
|
||||||
CcWindow .header-bar .button .separator,
|
|
||||||
CcWindow .header-bar .button.separator {
|
|
||||||
background-color: @settings;
|
|
||||||
color: @settings;
|
|
||||||
}
|
|
||||||
|
|
||||||
CcWindow .header-bar .button GtkImage:active,
|
|
||||||
CcWindow .header-bar .button GtkImage:active:hover {
|
|
||||||
color: @settings;
|
|
||||||
}
|
|
||||||
|
|
||||||
CcWindow .header-bar GtkSwitch.trough:active {
|
CcWindow .header-bar GtkSwitch.trough:active {
|
||||||
background-color: @settings;
|
background-color: @settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Switch */
|
|
||||||
|
|
||||||
CcWindow GtkSwitch.trough:active {
|
CcWindow GtkSwitch.trough:active {
|
||||||
border: 1px solid shade(@settings, 0.8);
|
border: 1px solid shade(@settings, 0.8);
|
||||||
background-color: @settings;
|
background-color: @settings;
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop-dark.png
|
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop.png
|
1
Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop@2.png
|
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 947 B |
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop-dark.png
|
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop.png
|
1
Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-unchecked-backdrop@2.png
|
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 986 B After Width: | Height: | Size: 921 B |
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop-dark.png
|
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop.png
|
1
Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop@2.png
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 510 B |
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop-dark.png
|
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop.png
|
1
Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
checkbox-mixed-backdrop@2.png
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 533 B After Width: | Height: | Size: 484 B |
1
Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-unchecked-backdrop-dark.png
|
@ -0,0 +1 @@
|
|||||||
|
radio-unchecked-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-unchecked-backdrop.png
|
1
Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-unchecked-backdrop@2.png
|
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 646 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.0 KiB |
1
Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop-dark.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-unchecked-backdrop-dark.png
|
@ -0,0 +1 @@
|
|||||||
|
radio-unchecked-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-unchecked-backdrop.png
|
1
Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-checked-backdrop@2.png
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
1
Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop-dark.png
|
1
Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop.png
|
1
Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop@2.png
|
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 579 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 874 B |
1
Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop-dark.png
|
1
Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop-dark@2.png
|
1
Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop.png
|
1
Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop@2.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
radio-mixed-backdrop@2.png
|
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 968 B After Width: | Height: | Size: 968 B |
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 835 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 433 B |
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 731 B |
Before Width: | Height: | Size: 683 B After Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 683 B After Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 388 B |
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 388 B |
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 486 B |