Many revision.
This commit is contained in:
52
Paper/gtk-3.0/apps/archive-manager.css
Normal file
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
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-panel *:active {
|
||||
background-color: transparent;
|
||||
.budgie-panel {
|
||||
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;
|
||||
}
|
||||
|
||||
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 * {
|
||||
@@ -120,18 +105,6 @@ MathWindow .button:hover {
|
||||
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 {
|
||||
border: none;
|
||||
background-color: @calculator;
|
||||
@@ -161,8 +134,3 @@ MathWindow .header-bar .button.separator {
|
||||
background-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
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
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
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
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
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);
|
||||
}
|
52
Paper/gtk-3.0/apps/gnome-disks.css
Normal file
52
Paper/gtk-3.0/apps/gnome-disks.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 disks #7c4182;
|
||||
|
||||
/**********
|
||||
* Header *
|
||||
**********/
|
||||
|
||||
GduWindow .titlebar,
|
||||
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/.
|
||||
*/
|
||||
|
||||
@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_b #4f6838;
|
||||
|
83
Paper/gtk-3.0/apps/gnome-terminal.css
Normal file
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;
|
||||
}
|
||||
|
||||
|
||||
/**************
|
||||
* 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 *
|
||||
*************/
|
||||
|
@@ -16,39 +16,26 @@
|
||||
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
|
||||
*/
|
||||
|
||||
/*@define-color nautilus #8B8B8B;*/
|
||||
|
||||
/************
|
||||
* Colours *
|
||||
************
|
||||
@define-color nautilus #349F8C;
|
||||
|
||||
/**********
|
||||
* Header *
|
||||
**********/
|
||||
|
||||
NautilusWindow .header-bar,
|
||||
NautilusWindow .header-bar.toolbar {
|
||||
background-color: @nautilus;
|
||||
color:
|
||||
}
|
||||
|
||||
NautilusWindow .header-bar:backdrop,
|
||||
NautilusWindow .header-bar.toolbar:backdrop {
|
||||
background-color: shade(@nautilus,0.9);
|
||||
}
|
||||
|
||||
NautilusWindow .maximized .header-bar {
|
||||
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 {
|
||||
background-color: @nautilus;
|
||||
}
|
||||
@@ -60,10 +47,35 @@ NautilusWindow GtkSwitch.trough:active {
|
||||
|
||||
NautilusWindow GtkSwitch.slider:active {
|
||||
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 {
|
||||
@@ -126,14 +138,6 @@ NautilusWindow > GtkGrid > .pane-separator:hover:backdrop {
|
||||
background-color: @backdrop_background;
|
||||
}
|
||||
|
||||
NautilusNotebook .notebook {
|
||||
border-width: 0 0 0 0;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
border-top-width: 0;
|
||||
|
@@ -17,9 +17,41 @@
|
||||
*/
|
||||
|
||||
|
||||
@define-color settings #2c6b89;
|
||||
@define-color settings #3889B0;
|
||||
@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 *
|
||||
**********/
|
||||
@@ -29,7 +61,8 @@ CcWindow.background {
|
||||
color: @settings;
|
||||
}
|
||||
|
||||
CcWindow .titlebar {
|
||||
CcWindow .titlebar,
|
||||
CcWindow .header-bar {
|
||||
background-color: @settings;
|
||||
color: @base;
|
||||
}
|
||||
@@ -39,11 +72,46 @@ CcWindow.background:backdrop {
|
||||
color: alpha(@settings, 0.5);
|
||||
}
|
||||
|
||||
CcWindow .titlebar:backdrop {
|
||||
CcWindow .titlebar:backdrop,
|
||||
CcWindow .header-bar:backdrop {
|
||||
background-color: shade(@settings, 0.9);
|
||||
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.image-button,
|
||||
CcWindow .button {
|
||||
@@ -55,6 +123,7 @@ CcWindow GtkComboBox * {
|
||||
color: @settings;
|
||||
}
|
||||
|
||||
/*
|
||||
CcWindow GtkComboBox:focus,
|
||||
CcWindow GtkComboBox *:focus,
|
||||
CcWindow .button.text-button:focus,
|
||||
@@ -82,7 +151,7 @@ CcWindow .button.text-button:backdrop,
|
||||
CcWindow .button.image-button:backdrop,
|
||||
CcWindow .button:backdrop {
|
||||
color: alpha(@settings, 0.7);
|
||||
}
|
||||
}*/
|
||||
|
||||
CcWindow GtkComboBox:hover,
|
||||
CcWindow GtkComboBox *:hover,
|
||||
@@ -92,48 +161,14 @@ CcWindow .button:hover {
|
||||
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,
|
||||
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;
|
||||
}
|
||||
/* Switch */
|
||||
|
||||
CcWindow .header-bar GtkSwitch.trough:active {
|
||||
background-color: @settings;
|
||||
}
|
||||
|
||||
/* Switch */
|
||||
|
||||
CcWindow GtkSwitch.trough:active {
|
||||
border: 1px solid shade(@settings, 0.8);
|
||||
background-color: @settings;
|
||||
|
Reference in New Issue
Block a user