Many revision.

This commit is contained in:
Sam Hewitt 2014-12-14 22:19:51 -05:00
parent 0d395d77fd
commit 7b76eba89b
123 changed files with 1321 additions and 2133 deletions

View File

@ -17,7 +17,7 @@
# 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-primary-button-warps-slider = 1

41
Paper/gtk-3.0/apps.css Normal file
View 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");

View 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);
}

View 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);
}

View File

@ -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;
}

View File

@ -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;
}

View 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);
}

View 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;
}

View 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;
}

View 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;
}

View 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);
}

View File

@ -16,10 +16,37 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
@define-color disks #7c4182;
/**********
* Colors *
* Header *
**********/
/* Base colors */
@define-color calculator #9F347D;/* Calc color */
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);
}

View File

@ -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;

View 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;
}

View File

@ -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 *
*************/

View File

@ -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;

View File

@ -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;

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop-dark.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop-dark@2.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop-dark.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop-dark@2.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop.png

View File

@ -0,0 +1 @@
checkbox-unchecked-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 986 B

After

Width:  |  Height:  |  Size: 921 B

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop-dark.png

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop-dark@2.png

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop.png

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 B

After

Width:  |  Height:  |  Size: 510 B

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop-dark.png

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop-dark@2.png

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop.png

View File

@ -0,0 +1 @@
checkbox-mixed-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 B

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 484 B

View File

@ -0,0 +1 @@
radio-unchecked-backdrop-dark.png

View File

@ -0,0 +1 @@
radio-unchecked-backdrop-dark@2.png

View File

@ -0,0 +1 @@
radio-unchecked-backdrop.png

View File

@ -0,0 +1 @@
radio-unchecked-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1 @@
radio-unchecked-backdrop-dark.png

View File

@ -0,0 +1 @@
radio-unchecked-backdrop-dark@2.png

View File

@ -0,0 +1 @@
radio-unchecked-backdrop.png

View File

@ -0,0 +1 @@
radio-checked-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1 @@
radio-mixed-backdrop-dark.png

View File

@ -0,0 +1 @@
radio-mixed-backdrop-dark@2.png

View File

@ -0,0 +1 @@
radio-mixed-backdrop.png

View File

@ -0,0 +1 @@
radio-mixed-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 874 B

View File

@ -0,0 +1 @@
radio-mixed-backdrop-dark.png

View File

@ -0,0 +1 @@
radio-mixed-backdrop-dark@2.png

View File

@ -0,0 +1 @@
radio-mixed-backdrop.png

View File

@ -0,0 +1 @@
radio-mixed-backdrop@2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 968 B

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 486 B

Some files were not shown because too many files have changed in this diff Show More