diff --git a/Paper/gtk-2.0/gtkrc b/Paper/gtk-2.0/gtkrc index d6db2b4..f40e307 100644 --- a/Paper/gtk-2.0/gtkrc +++ b/Paper/gtk-2.0/gtkrc @@ -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 diff --git a/Paper/gtk-3.0/apps.css b/Paper/gtk-3.0/apps.css new file mode 100644 index 0000000..1d6a58f --- /dev/null +++ b/Paper/gtk-3.0/apps.css @@ -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"); \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/archive-manager.css b/Paper/gtk-3.0/apps/archive-manager.css new file mode 100644 index 0000000..bf8fab3 --- /dev/null +++ b/Paper/gtk-3.0/apps/archive-manager.css @@ -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); +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/bijiben.css b/Paper/gtk-3.0/apps/bijiben.css new file mode 100644 index 0000000..88eb3bf --- /dev/null +++ b/Paper/gtk-3.0/apps/bijiben.css @@ -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); +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/budgie.css b/Paper/gtk-3.0/apps/budgie.css index 3b535ad..30e54de 100644 --- a/Paper/gtk-3.0/apps/budgie.css +++ b/Paper/gtk-3.0/apps/budgie.css @@ -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; } \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/calculator.css b/Paper/gtk-3.0/apps/calculator.css index bad5091..55ddb5a 100644 --- a/Paper/gtk-3.0/apps/calculator.css +++ b/Paper/gtk-3.0/apps/calculator.css @@ -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; -} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/california.css b/Paper/gtk-3.0/apps/california.css new file mode 100644 index 0000000..5efe170 --- /dev/null +++ b/Paper/gtk-3.0/apps/california.css @@ -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); +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/epiphany.css b/Paper/gtk-3.0/apps/epiphany.css new file mode 100644 index 0000000..f393f0b --- /dev/null +++ b/Paper/gtk-3.0/apps/epiphany.css @@ -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; +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/gedit.css b/Paper/gtk-3.0/apps/gedit.css new file mode 100644 index 0000000..0f80701 --- /dev/null +++ b/Paper/gtk-3.0/apps/gedit.css @@ -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; +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/gnome-clocks.css b/Paper/gtk-3.0/apps/gnome-clocks.css new file mode 100644 index 0000000..7225e93 --- /dev/null +++ b/Paper/gtk-3.0/apps/gnome-clocks.css @@ -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; +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/gnome-contacts.css b/Paper/gtk-3.0/apps/gnome-contacts.css new file mode 100644 index 0000000..72dc851 --- /dev/null +++ b/Paper/gtk-3.0/apps/gnome-contacts.css @@ -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); +} \ No newline at end of file diff --git a/Paper/gtk-3.0/colors.css b/Paper/gtk-3.0/apps/gnome-disks.css similarity index 53% rename from Paper/gtk-3.0/colors.css rename to Paper/gtk-3.0/apps/gnome-disks.css index 61fde9c..51e3ed1 100644 --- a/Paper/gtk-3.0/colors.css +++ b/Paper/gtk-3.0/apps/gnome-disks.css @@ -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); +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/gnome-music.css b/Paper/gtk-3.0/apps/gnome-music.css index 6341a60..7cc1096 100644 --- a/Paper/gtk-3.0/apps/gnome-music.css +++ b/Paper/gtk-3.0/apps/gnome-music.css @@ -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; diff --git a/Paper/gtk-3.0/apps/gnome-terminal.css b/Paper/gtk-3.0/apps/gnome-terminal.css new file mode 100644 index 0000000..ceb3e8b --- /dev/null +++ b/Paper/gtk-3.0/apps/gnome-terminal.css @@ -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; +} \ No newline at end of file diff --git a/Paper/gtk-3.0/apps/gnome.css b/Paper/gtk-3.0/apps/gnome.css index 9ef7808..602f015 100644 --- a/Paper/gtk-3.0/apps/gnome.css +++ b/Paper/gtk-3.0/apps/gnome.css @@ -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 * *************/ diff --git a/Paper/gtk-3.0/apps/nautilus.css b/Paper/gtk-3.0/apps/nautilus.css index ea6d8d8..d536ae9 100644 --- a/Paper/gtk-3.0/apps/nautilus.css +++ b/Paper/gtk-3.0/apps/nautilus.css @@ -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; diff --git a/Paper/gtk-3.0/apps/settings.css b/Paper/gtk-3.0/apps/settings.css index 2488799..ec5a667 100644 --- a/Paper/gtk-3.0/apps/settings.css +++ b/Paper/gtk-3.0/apps/settings.css @@ -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; diff --git a/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png new file mode 120000 index 0000000..a606d5a --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png new file mode 120000 index 0000000..d10daf0 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive-dark@2.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png new file mode 120000 index 0000000..362147e --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png new file mode 120000 index 0000000..34446c0 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-backdrop-insensitive@2.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked-hover.png b/Paper/gtk-3.0/assets/checkbox-checked-hover.png index 6531208..6248cd3 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-checked-hover.png and b/Paper/gtk-3.0/assets/checkbox-checked-hover.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-checked-hover@2.png b/Paper/gtk-3.0/assets/checkbox-checked-hover@2.png index a8b072e..1bb5704 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-checked-hover@2.png and b/Paper/gtk-3.0/assets/checkbox-checked-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop-dark.png b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop-dark.png new file mode 120000 index 0000000..a606d5a --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop-dark.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop-dark@2.png b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop-dark@2.png new file mode 120000 index 0000000..d10daf0 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop-dark@2.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop.png b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop.png new file mode 120000 index 0000000..362147e --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop@2.png b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop@2.png new file mode 120000 index 0000000..34446c0 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-checked-insensitive-backdrop@2.png @@ -0,0 +1 @@ +checkbox-unchecked-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-checked.png b/Paper/gtk-3.0/assets/checkbox-checked.png index 538d64d..51896c2 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-checked.png and b/Paper/gtk-3.0/assets/checkbox-checked.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-checked@2.png b/Paper/gtk-3.0/assets/checkbox-checked@2.png index 450d07a..2fbb066 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-checked@2.png and b/Paper/gtk-3.0/assets/checkbox-checked@2.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png new file mode 120000 index 0000000..3f57137 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png new file mode 120000 index 0000000..c995602 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive-dark@2.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png new file mode 120000 index 0000000..ec68672 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png new file mode 120000 index 0000000..796a1ba --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-backdrop-insensitive@2.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-hover.png b/Paper/gtk-3.0/assets/checkbox-mixed-hover.png index 0f6b9a7..dc3c357 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-mixed-hover.png and b/Paper/gtk-3.0/assets/checkbox-mixed-hover.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-hover@2.png b/Paper/gtk-3.0/assets/checkbox-mixed-hover@2.png index b10a05b..e5b6f94 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-mixed-hover@2.png and b/Paper/gtk-3.0/assets/checkbox-mixed-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop-dark.png b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop-dark.png new file mode 120000 index 0000000..3f57137 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop-dark.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop-dark@2.png b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop-dark@2.png new file mode 120000 index 0000000..c995602 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop-dark@2.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop.png b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop.png new file mode 120000 index 0000000..ec68672 --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop@2.png b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop@2.png new file mode 120000 index 0000000..796a1ba --- /dev/null +++ b/Paper/gtk-3.0/assets/checkbox-mixed-insensitive-backdrop@2.png @@ -0,0 +1 @@ +checkbox-mixed-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/checkbox-mixed.png b/Paper/gtk-3.0/assets/checkbox-mixed.png index 6a13cf3..7bfb14e 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-mixed.png and b/Paper/gtk-3.0/assets/checkbox-mixed.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-mixed@2.png b/Paper/gtk-3.0/assets/checkbox-mixed@2.png index 69dc931..2d0529c 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-mixed@2.png and b/Paper/gtk-3.0/assets/checkbox-mixed@2.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-unchecked-hover.png b/Paper/gtk-3.0/assets/checkbox-unchecked-hover.png index ecff73f..204c4b0 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-unchecked-hover.png and b/Paper/gtk-3.0/assets/checkbox-unchecked-hover.png differ diff --git a/Paper/gtk-3.0/assets/checkbox-unchecked-hover@2.png b/Paper/gtk-3.0/assets/checkbox-unchecked-hover@2.png index 9cee172..c65eda1 100644 Binary files a/Paper/gtk-3.0/assets/checkbox-unchecked-hover@2.png and b/Paper/gtk-3.0/assets/checkbox-unchecked-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png new file mode 120000 index 0000000..2911616 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark.png @@ -0,0 +1 @@ +radio-unchecked-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png new file mode 120000 index 0000000..1f5e890 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive-dark@2.png @@ -0,0 +1 @@ +radio-unchecked-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive.png b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive.png new file mode 120000 index 0000000..46fab40 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive.png @@ -0,0 +1 @@ +radio-unchecked-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png new file mode 120000 index 0000000..9cc3329 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-backdrop-insensitive@2.png @@ -0,0 +1 @@ +radio-unchecked-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked-hover.png b/Paper/gtk-3.0/assets/radio-checked-hover.png index 06ba412..f3e500f 100644 Binary files a/Paper/gtk-3.0/assets/radio-checked-hover.png and b/Paper/gtk-3.0/assets/radio-checked-hover.png differ diff --git a/Paper/gtk-3.0/assets/radio-checked-hover@2.png b/Paper/gtk-3.0/assets/radio-checked-hover@2.png index 950deb2..e52a670 100644 Binary files a/Paper/gtk-3.0/assets/radio-checked-hover@2.png and b/Paper/gtk-3.0/assets/radio-checked-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop-dark.png b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop-dark.png new file mode 120000 index 0000000..2911616 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop-dark.png @@ -0,0 +1 @@ +radio-unchecked-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop-dark@2.png b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop-dark@2.png new file mode 120000 index 0000000..1f5e890 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop-dark@2.png @@ -0,0 +1 @@ +radio-unchecked-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop.png b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop.png new file mode 120000 index 0000000..46fab40 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop.png @@ -0,0 +1 @@ +radio-unchecked-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop@2.png b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop@2.png new file mode 120000 index 0000000..2a9c1ac --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-checked-insensitive-backdrop@2.png @@ -0,0 +1 @@ +radio-checked-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-checked.png b/Paper/gtk-3.0/assets/radio-checked.png index 099ec58..b6b46d6 100644 Binary files a/Paper/gtk-3.0/assets/radio-checked.png and b/Paper/gtk-3.0/assets/radio-checked.png differ diff --git a/Paper/gtk-3.0/assets/radio-checked@2.png b/Paper/gtk-3.0/assets/radio-checked@2.png index c1460ef..24ce61d 100644 Binary files a/Paper/gtk-3.0/assets/radio-checked@2.png and b/Paper/gtk-3.0/assets/radio-checked@2.png differ diff --git a/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png new file mode 120000 index 0000000..3055334 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark.png @@ -0,0 +1 @@ +radio-mixed-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png new file mode 120000 index 0000000..0b8f2a0 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive-dark@2.png @@ -0,0 +1 @@ +radio-mixed-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png new file mode 120000 index 0000000..720bf14 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive.png @@ -0,0 +1 @@ +radio-mixed-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png new file mode 120000 index 0000000..7ba2069 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-backdrop-insensitive@2.png @@ -0,0 +1 @@ +radio-mixed-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed-hover.png b/Paper/gtk-3.0/assets/radio-mixed-hover.png index e785985..a830cfb 100644 Binary files a/Paper/gtk-3.0/assets/radio-mixed-hover.png and b/Paper/gtk-3.0/assets/radio-mixed-hover.png differ diff --git a/Paper/gtk-3.0/assets/radio-mixed-hover@2.png b/Paper/gtk-3.0/assets/radio-mixed-hover@2.png index 4c9bd33..e17a100 100644 Binary files a/Paper/gtk-3.0/assets/radio-mixed-hover@2.png and b/Paper/gtk-3.0/assets/radio-mixed-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark.png b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark.png new file mode 120000 index 0000000..3055334 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark.png @@ -0,0 +1 @@ +radio-mixed-backdrop-dark.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark@2.png b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark@2.png new file mode 120000 index 0000000..0b8f2a0 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop-dark@2.png @@ -0,0 +1 @@ +radio-mixed-backdrop-dark@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop.png b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop.png new file mode 120000 index 0000000..720bf14 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop.png @@ -0,0 +1 @@ +radio-mixed-backdrop.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop@2.png b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop@2.png new file mode 120000 index 0000000..7ba2069 --- /dev/null +++ b/Paper/gtk-3.0/assets/radio-mixed-insensitive-backdrop@2.png @@ -0,0 +1 @@ +radio-mixed-backdrop@2.png \ No newline at end of file diff --git a/Paper/gtk-3.0/assets/radio-mixed.png b/Paper/gtk-3.0/assets/radio-mixed.png index 5a2be8e..4bb354a 100644 Binary files a/Paper/gtk-3.0/assets/radio-mixed.png and b/Paper/gtk-3.0/assets/radio-mixed.png differ diff --git a/Paper/gtk-3.0/assets/radio-mixed@2.png b/Paper/gtk-3.0/assets/radio-mixed@2.png index 33f4672..3bcdefd 100644 Binary files a/Paper/gtk-3.0/assets/radio-mixed@2.png and b/Paper/gtk-3.0/assets/radio-mixed@2.png differ diff --git a/Paper/gtk-3.0/assets/radio-unchecked-hover.png b/Paper/gtk-3.0/assets/radio-unchecked-hover.png index 3227917..74db045 100644 Binary files a/Paper/gtk-3.0/assets/radio-unchecked-hover.png and b/Paper/gtk-3.0/assets/radio-unchecked-hover.png differ diff --git a/Paper/gtk-3.0/assets/radio-unchecked-hover@2.png b/Paper/gtk-3.0/assets/radio-unchecked-hover@2.png index d268c47..671564b 100644 Binary files a/Paper/gtk-3.0/assets/radio-unchecked-hover@2.png and b/Paper/gtk-3.0/assets/radio-unchecked-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-down-active.png b/Paper/gtk-3.0/assets/scale-slider-down-active.png index 872f543..8b05725 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-down-active.png and b/Paper/gtk-3.0/assets/scale-slider-down-active.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-down-active@2.png b/Paper/gtk-3.0/assets/scale-slider-down-active@2.png index e8d9e91..a4abc53 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-down-active@2.png and b/Paper/gtk-3.0/assets/scale-slider-down-active@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-down-hover.png b/Paper/gtk-3.0/assets/scale-slider-down-hover.png index 6c684b7..cdd2ae5 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-down-hover.png and b/Paper/gtk-3.0/assets/scale-slider-down-hover.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-down-hover@2.png b/Paper/gtk-3.0/assets/scale-slider-down-hover@2.png index 3701264..3c6a477 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-down-hover@2.png and b/Paper/gtk-3.0/assets/scale-slider-down-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-down.png b/Paper/gtk-3.0/assets/scale-slider-down.png index 6c684b7..cdd2ae5 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-down.png and b/Paper/gtk-3.0/assets/scale-slider-down.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-down@2.png b/Paper/gtk-3.0/assets/scale-slider-down@2.png index 3701264..3c6a477 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-down@2.png and b/Paper/gtk-3.0/assets/scale-slider-down@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-horz-active.png b/Paper/gtk-3.0/assets/scale-slider-horz-active.png index 0742bf2..78c49ee 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-horz-active.png and b/Paper/gtk-3.0/assets/scale-slider-horz-active.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-horz-active@2.png b/Paper/gtk-3.0/assets/scale-slider-horz-active@2.png index 2ee5f7d..2e3d24d 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-horz-active@2.png and b/Paper/gtk-3.0/assets/scale-slider-horz-active@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-horz-hover.png b/Paper/gtk-3.0/assets/scale-slider-horz-hover.png index 4ad6c08..af27ed3 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-horz-hover.png and b/Paper/gtk-3.0/assets/scale-slider-horz-hover.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-horz-hover@2.png b/Paper/gtk-3.0/assets/scale-slider-horz-hover@2.png index c35790a..8c2bb8a 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-horz-hover@2.png and b/Paper/gtk-3.0/assets/scale-slider-horz-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-horz.png b/Paper/gtk-3.0/assets/scale-slider-horz.png index 4ad6c08..af27ed3 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-horz.png and b/Paper/gtk-3.0/assets/scale-slider-horz.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-horz@2.png b/Paper/gtk-3.0/assets/scale-slider-horz@2.png index c35790a..8c2bb8a 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-horz@2.png and b/Paper/gtk-3.0/assets/scale-slider-horz@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-left-active.png b/Paper/gtk-3.0/assets/scale-slider-left-active.png index 508552e..aff3a92 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-left-active.png and b/Paper/gtk-3.0/assets/scale-slider-left-active.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-left-active@2.png b/Paper/gtk-3.0/assets/scale-slider-left-active@2.png index a7a179b..b3b114d 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-left-active@2.png and b/Paper/gtk-3.0/assets/scale-slider-left-active@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-left-hover.png b/Paper/gtk-3.0/assets/scale-slider-left-hover.png index 0d1b0e4..ceda5d8 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-left-hover.png and b/Paper/gtk-3.0/assets/scale-slider-left-hover.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-left-hover@2.png b/Paper/gtk-3.0/assets/scale-slider-left-hover@2.png index b9c2717..77d4c72 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-left-hover@2.png and b/Paper/gtk-3.0/assets/scale-slider-left-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-left.png b/Paper/gtk-3.0/assets/scale-slider-left.png index 0d1b0e4..ceda5d8 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-left.png and b/Paper/gtk-3.0/assets/scale-slider-left.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-left@2.png b/Paper/gtk-3.0/assets/scale-slider-left@2.png index b9c2717..77d4c72 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-left@2.png and b/Paper/gtk-3.0/assets/scale-slider-left@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-right-active.png b/Paper/gtk-3.0/assets/scale-slider-right-active.png index 5af8c2e..76cb6a2 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-right-active.png and b/Paper/gtk-3.0/assets/scale-slider-right-active.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-right-active@2.png b/Paper/gtk-3.0/assets/scale-slider-right-active@2.png index c96f9d0..05757b4 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-right-active@2.png and b/Paper/gtk-3.0/assets/scale-slider-right-active@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-right-hover.png b/Paper/gtk-3.0/assets/scale-slider-right-hover.png index 186b1ee..d2a6e3b 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-right-hover.png and b/Paper/gtk-3.0/assets/scale-slider-right-hover.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-right-hover@2.png b/Paper/gtk-3.0/assets/scale-slider-right-hover@2.png index 746dc3e..f204621 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-right-hover@2.png and b/Paper/gtk-3.0/assets/scale-slider-right-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-right.png b/Paper/gtk-3.0/assets/scale-slider-right.png index 186b1ee..d2a6e3b 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-right.png and b/Paper/gtk-3.0/assets/scale-slider-right.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-right@2.png b/Paper/gtk-3.0/assets/scale-slider-right@2.png index 746dc3e..f204621 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-right@2.png and b/Paper/gtk-3.0/assets/scale-slider-right@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-up-active.png b/Paper/gtk-3.0/assets/scale-slider-up-active.png index 68586e2..51ddcc3 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-up-active.png and b/Paper/gtk-3.0/assets/scale-slider-up-active.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-up-active@2.png b/Paper/gtk-3.0/assets/scale-slider-up-active@2.png index 956c74c..c5142c3 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-up-active@2.png and b/Paper/gtk-3.0/assets/scale-slider-up-active@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-up-hover.png b/Paper/gtk-3.0/assets/scale-slider-up-hover.png index 5e472ce..f1d4105 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-up-hover.png and b/Paper/gtk-3.0/assets/scale-slider-up-hover.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-up-hover@2.png b/Paper/gtk-3.0/assets/scale-slider-up-hover@2.png index b02e321..2f03292 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-up-hover@2.png and b/Paper/gtk-3.0/assets/scale-slider-up-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-up.png b/Paper/gtk-3.0/assets/scale-slider-up.png index 5e472ce..f1d4105 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-up.png and b/Paper/gtk-3.0/assets/scale-slider-up.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-up@2.png b/Paper/gtk-3.0/assets/scale-slider-up@2.png index b02e321..2f03292 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-up@2.png and b/Paper/gtk-3.0/assets/scale-slider-up@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-vert-active.png b/Paper/gtk-3.0/assets/scale-slider-vert-active.png index 0742bf2..78c49ee 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-vert-active.png and b/Paper/gtk-3.0/assets/scale-slider-vert-active.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-vert-active@2.png b/Paper/gtk-3.0/assets/scale-slider-vert-active@2.png index 2ee5f7d..2e3d24d 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-vert-active@2.png and b/Paper/gtk-3.0/assets/scale-slider-vert-active@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-vert-hover.png b/Paper/gtk-3.0/assets/scale-slider-vert-hover.png index 4ad6c08..af27ed3 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-vert-hover.png and b/Paper/gtk-3.0/assets/scale-slider-vert-hover.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-vert-hover@2.png b/Paper/gtk-3.0/assets/scale-slider-vert-hover@2.png index c35790a..8c2bb8a 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-vert-hover@2.png and b/Paper/gtk-3.0/assets/scale-slider-vert-hover@2.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-vert.png b/Paper/gtk-3.0/assets/scale-slider-vert.png index 4ad6c08..af27ed3 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-vert.png and b/Paper/gtk-3.0/assets/scale-slider-vert.png differ diff --git a/Paper/gtk-3.0/assets/scale-slider-vert@2.png b/Paper/gtk-3.0/assets/scale-slider-vert@2.png index c35790a..8c2bb8a 100644 Binary files a/Paper/gtk-3.0/assets/scale-slider-vert@2.png and b/Paper/gtk-3.0/assets/scale-slider-vert@2.png differ diff --git a/Paper/gtk-3.0/gtk-common.css b/Paper/gtk-3.0/gtk-common.css index aa5707c..b3d3576 100644 --- a/Paper/gtk-3.0/gtk-common.css +++ b/Paper/gtk-3.0/gtk-common.css @@ -27,7 +27,7 @@ @define-color insensitive_border shade(@border, 1.1); @define-color insensitive_button @insensitive_background; @define-color insensitive_separator shade(@separator, 1.05); -@define-color insensitive_text @insensitive_foreground; +@define-color insensitive_text alpha(#000, 0.4); @define-color insensitive_selection shade(@selection, 1.05); /* Backdrop colors */ @@ -43,7 +43,7 @@ @define-color backdrop_insensitive_border mix(@backdrop_background, @backdrop_border, 0.5); @define-color backdrop_insensitive_foreground mix(@backdrop_background, @backdrop_foreground, 0.5); @define-color backdrop_insensitive_background mix(@backdrop_background, @backdrop_base, 0.5); -@define-color backdrop_insensitive_text alpha(@foreground, 0.4); +@define-color backdrop_insensitive_text mix(@backdrop_text, @insensitive_text, 0.5); /* Backdrop-selected colors */ @define-color backdrop_selected_background shade(@selection, 1.3); @@ -148,10 +148,10 @@ @define-color infobar_foreground white; @define-color link @selection; -@define-color question #60ade8; -@define-color warning #f49f25; -@define-color error #e50e0e; -@define-color success #36c1d4; +@define-color question #4ab3e4; +@define-color warning #f67d42; +@define-color error #e74c3c; +@define-color success #349F8C; @define-color info #f5f697; /* Info colors */ @@ -184,14 +184,4 @@ ***********/ /* Import App-Specific CSS */ -@import url("apps/budgie.css"); -@import url("apps/calculator.css"); -@import url("apps/fallback.css"); -@import url("apps/gnome.css"); -@import url("apps/gnome-software.css"); -/*@import url("apps/gnome-music.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"); \ No newline at end of file +@import url("apps.css"); \ No newline at end of file diff --git a/Paper/gtk-3.0/gtk-dark.css b/Paper/gtk-3.0/gtk-dark.css index b091812..3f38eed 100644 --- a/Paper/gtk-3.0/gtk-dark.css +++ b/Paper/gtk-3.0/gtk-dark.css @@ -32,7 +32,6 @@ @define-color text #A8B5BA;/* Text color */ @define-color panel #263238;/* Panel color */ @define-color header #263238;/* Header color */ -@define-color toolbar @header;/* Toolbar color */ @define-color header_text #A8B5BA;/* Header text color */ @define-color selection #2D5364;/* Selection color */ @define-color view_background #555;/* View background */ diff --git a/Paper/gtk-3.0/gtk-widgets-assets-dark.css b/Paper/gtk-3.0/gtk-widgets-assets-dark.css index f1a2822..75fb8e3 100644 --- a/Paper/gtk-3.0/gtk-widgets-assets-dark.css +++ b/Paper/gtk-3.0/gtk-widgets-assets-dark.css @@ -843,17 +843,18 @@ GtkCalendar.check:backdrop:checked:insensitive:selected, .menu .menuitem.check { -gtk-icon-source: -gtk-icontheme("checkbox-symbolic"); - color: #7a7e7f; icon-shadow: none; } .menu .menuitem.check:active, .menu .menuitem.check:checked { -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); + icon-shadow: none; } .menu .menuitem.check:inconsistent { -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); + icon-shadow: none; } .menu .menuitem.check:hover { diff --git a/Paper/gtk-3.0/gtk-widgets-assets.css b/Paper/gtk-3.0/gtk-widgets-assets.css index af37496..c329664 100644 --- a/Paper/gtk-3.0/gtk-widgets-assets.css +++ b/Paper/gtk-3.0/gtk-widgets-assets.css @@ -852,10 +852,12 @@ GtkCalendar.check:backdrop:checked:insensitive:selected, .menu .menuitem.check:active, .menu .menuitem.check:checked { -gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); + icon-shadow: none; } .menu .menuitem.check:inconsistent { -gtk-icon-source: -gtk-icontheme("checkbox-mixed-symbolic"); + icon-shadow: none; } .menu .menuitem.check:hover { diff --git a/Paper/gtk-3.0/gtk-widgets.css b/Paper/gtk-3.0/gtk-widgets.css index 3bf3ba6..90e110c 100644 --- a/Paper/gtk-3.0/gtk-widgets.css +++ b/Paper/gtk-3.0/gtk-widgets.css @@ -62,9 +62,6 @@ /*color: inherit;*/ } -/* Import Common CSS */ -@import url("widgets-assets/gtk-widget-assets-common.css"); - /* Import Widget CSS */ @import url("widgets/action-bar.css"); @import url("widgets/base-states.css"); diff --git a/Paper/gtk-3.0/gtk.css b/Paper/gtk-3.0/gtk.css index ef74fe3..b8ffa85 100644 --- a/Paper/gtk-3.0/gtk.css +++ b/Paper/gtk-3.0/gtk.css @@ -22,18 +22,18 @@ **********/ /* Base colors */ -@define-color base #ffffff;/* Base color */ -@define-color background #ffffff;/* Background color */ -@define-color foreground #555555;/* Foreground color */ -@define-color border #cccccc;/* Borders color */ -@define-color button #cccccc;/* Button color */ +@define-color base #fff;/* Base color */ +@define-color background #fff;/* Background color */ +@define-color foreground #777;/* Foreground color */ +@define-color border #ccc;/* Borders color */ +@define-color button #ccc;/* Button color */ @define-color separator alpha(#000, 0.2);/* Separator color */ @define-color menu_separator @separator;/* Separator color */ -@define-color text #555555;/* Text color */ -@define-color panel #333333;/* Panel color */ -@define-color header #349F8C;/* Header color */ -@define-color header_text #ffffff;/* Header text color */ -@define-color selection shade(#349F8C, 1.05);/* Selection color */ +@define-color text @foreground;/* Text color */ +@define-color panel #636E73;/* Panel color */ +@define-color header #636E73;/* Header color */ +@define-color header_text #fff;/* Header text color */ +@define-color selection #ccc;/* Selection color */ @define-color view_background #ffffff;/* View background */ @define-color inactive_frame @border;/* Inactive frame color */ @define-color panel_text #ffffff;/* Panel text color */ diff --git a/Paper/gtk-3.0/widgets/buttons.css b/Paper/gtk-3.0/widgets/buttons.css index 8068e8e..38aadfb 100644 --- a/Paper/gtk-3.0/widgets/buttons.css +++ b/Paper/gtk-3.0/widgets/buttons.css @@ -34,6 +34,13 @@ border: 1px solid @border; } +.button GtkImage, +.button .flat GtkImage, +* .image-button { + color: @text; +} + + .button.flat, .button.flat:backdrop, .button.flat:backdrop:insensitive, @@ -64,7 +71,6 @@ GtkCalendar.button:backdrop:hover, background-image: none; text-shadow: none; icon-shadow: none; - box-shadow: none; padding: 4px 9px; } diff --git a/Paper/gtk-3.0/widgets/dynamic-notebook.css b/Paper/gtk-3.0/widgets/dynamic-notebook.css index 4c5696d..1ba015e 100644 --- a/Paper/gtk-3.0/widgets/dynamic-notebook.css +++ b/Paper/gtk-3.0/widgets/dynamic-notebook.css @@ -255,16 +255,16 @@ /*----- In-tab padding -----*/ .dynamic-notebook tab.top { - padding-top: 2px; + padding-top: 4px; padding-left: 8px; - padding-bottom: 1px; + padding-bottom: 6px; padding-right: 8px; } .dynamic-notebook tab.bottom { - padding-top: 1px; + padding-top: 6px; padding-left: 8px; - padding-bottom: 2px; + padding-bottom: 4px; padding-right: 8px; } diff --git a/Paper/gtk-3.0/widgets/header-bar.css b/Paper/gtk-3.0/widgets/header-bar.css index e47e0b3..fedf80a 100644 --- a/Paper/gtk-3.0/widgets/header-bar.css +++ b/Paper/gtk-3.0/widgets/header-bar.css @@ -29,8 +29,7 @@ * Header Bar * **************/ -.header-bar, -.header-bar.toolbar { +.header-bar { padding: 6px; padding-top: 0px; padding-bottom: 0px; @@ -48,8 +47,7 @@ box-shadow: inset 0 -3px 3px -4px alpha(#000, 0.7); } -.header-bar:backdrop, -.header-bar.toolbar:backdrop { +.header-bar:backdrop { background-color: @backdrop_header; color: @backdrop_header_text; box-shadow: none; @@ -70,118 +68,162 @@ font: 9; } -/* Buttons */ -.header-bar GtkComboBox, + +/*********************** + * Header bar buttons * + ***********************/ + .header-bar .button, +.header-bar .title .button { + padding: 13px; +} + +.header-bar .text-button, +.header-bar .button .text-button { + padding: 13px; +} + +.header-bar .image-button +.header-bar .image-button .button { + padding: 13px; +} + +/* Normal Button */ +.header-bar .button GtkImage, +.header-bar .text-button, +.header-bar .button .text-button, .header-bar .button .flat, -.header-bar .linked .button { - padding-top: 4px; - padding-bottom: 4px; +.header-bar .image-button .button, +.header-bar .image-button, +.header-bar .button, +.header-bar .linked .button, +.header-bar GtkComboBox { border-radius: 0px; background: none; border: none; color: @header_text; } -.header-bar .button.text-button { +/* Active Button */ +.header-bar .button GtkImage:active, +.header-bar .text-button:active, +.header-bar .button .text-button:active, +.header-bar .button .flat:active, +.header-bar .image-button .button:active, +.header-bar .image-button:active, +.header-bar .button:active, +.header-bar .linked .button:active, +.header-bar GtkComboBox:active { border-radius: 0px; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 16px; - padding-right: 16px; -} - -.header-bar GtkComboBox:active, -.header-bar .button:active { - background: none; - border: none; background: alpha(#000, 0.2); + font: Bold; + border: none; color: @header_text; box-shadow: inset 0 -2px 0 0 @header_text; } -/*Image button*/ -.header-bar .button.image-button { +/* Focus Button */ +.header-bar .button GtkImage:focus, +.header-bar .text-button:focus, +.header-bar .button .text-button:focus, +.header-bar .button .flat:focus, +.header-bar .image-button .button:focus, +.header-bar .image-button:focus, +.header-bar .button:focus, +.header-bar .linked .button:focus, +.header-bar GtkComboBox:focus { + border-radius: 0px; + background: none; + font: Bold; + border: none; + color: @header_text; + box-shadow: inset 0 -2px 0 0 @header_text; +} + +/* Hover Button */ +.header-bar .button GtkImage:hover, +.header-bar .text-button:hover, +.header-bar .button .text-button:hover, +.header-bar .button .flat:hover, +.header-bar .image-button:hover, +.header-bar .image-button .button:hover, +.header-bar .button:hover, +.header-bar .linked .button:hover, +.header-bar GtkComboBox:hover { + border-radius: 0px; + background: alpha(#000, 0.1); + border: none; + color: @header_text; +} + +/* Backdrop Button */ +.header-bar .button GtkImage:backdrop, +.header-bar .text-button:backdrop, +.header-bar .button .text-button:backdrop, +.header-bar .button .flat:backdrop, +.header-bar .image-button .button:backdrop, +.header-bar .image-button:backdrop, +.header-bar .button:backdrop, +.header-bar .linked .button:backdrop, +.header-bar GtkComboBox:backdrop { border-radius: 0px; - background: none; - border: none; - color: @header_text; - padding: 13px; -} - -.header-bar .button.image-button:active { - padding: 13px; - background: none; - border: none; - color: @header_text; - box-shadow: none; - box-shadow: inset 0 -2px 0 0 @header_text; -} - -.header-bar .button.image-button:backdrop { background: none; border: none; color: @backdrop_header_text; } -.header-bar .button.image-button:insensitive { - background: none; - border: none; - color: @insensitive_header_text; -} - -.header-bar .button.image-button:hover { - border: none; - background: alpha(#000, 0.1); -} - -/*Text button*/ -.header-bar .button.text-button:active { -} - -.header-bar GtkComboBox:active:hover, -.header-bar .button:active:hover { - box-shadow: inset 0 -2px 0 0 @header_text; -} - -.header-bar GtkComboBox:active:hover, -.header-bar .button:active:hover, -.header-bar GtkComboBox:hover, -.header-bar .button:hover { - background: alpha(#000, 0.1); - border: none; - color: @header_text; -} - -.header-bar GtkComboBox:backdrop, -.header-bar .button:backdrop { - background: none; - border: none; - color: @backdrop_header_text; -} - -.header-bar GtkComboBox:active:backdrop, -.header-bar .button:active:backdrop { - background: none; +/* Active:Backdrop Button */ +.header-bar .button GtkImage:active:backdrop, +.header-bar .button .text-button:active:backdrop, +.header-bar .text-button:active:backdrop, +.header-bar .button .flat:active:backdrop, +.header-bar .image-button .button:active:backdrop, +.header-bar .image-button:active:backdrop, +.header-bar .button:active:backdrop, +.header-bar .linked .button:active:backdrop, +.header-bar GtkComboBox:active:backdrop { + border-radius: 0px; + background: alpha(#000, 0.2); + font: Bold; border: none; color: @backdrop_header_text; box-shadow: inset 0 -2px 0 0 @backdrop_header_text; } -.header-bar .button:backdrop:hover { +/* Backdrop:Hover; Button */ +.header-bar .button GtkImage:backdrop:hover, +.header-bar .button .text-button:backdrop:hover, +.header-bar .text-button:backdrop:hover, +.header-bar .button .flat:backdrop:hover, +.header-bar .image-button .button:backdrop:hover, +.header-bar .image-button:backdrop:hover, +.header-bar .button:backdrop:hover, +.header-bar .linked .button:backdrop:hover, +.header-bar GtkComboBox:backdrop:hover { + border-radius: 0px; + background: alpha(#000, 0.1); + border: none; + color: @backdrop_header_text; + box-shadow: inset 0 -2px 0 0 @backdrop_header_text; } -.header-bar GtkComboBox:insensitive, -.header-bar .button:insensitive { +/* Insensitive Button */ +.header-bar .button GtkImage:insensitive, +.header-bar .button .text-button:insensitive, +.header-bar .text-button:insensitive, +.header-bar .button .flat:insensitive, +.header-bar .image-button .button:insensitive, +.header-bar .image-button:insensitive, +.header-bar .button:insensitive, +.header-bar .linked .button:insensitive, +.header-bar GtkComboBox:insensitive { + border-radius: 0px; background: none; + font: Bold; border: none; color: @insensitive_header_text; - box-shadow: none; } -.header-bar .button GtkImage:insensitive { - color: @insensitive_header_text; -} /************************* @@ -191,51 +233,20 @@ .header-bar > GtkBox > .separator.vertical { -GtkWidget-wide-separators: 1; -GtkWidget-separator-width: 0; - background-color: @header; - background: transparent; + background-color: @border; + color: @border; border:none; } -/* Separator */ +/* Separator .header-bar .separator, .header-bar .button .separator, .header-bar .button.separator { - background-color: @header; - color: @header; + background-color: @border; + color: transparent; border:none; -} +} */ -/* Close button */ -.header-bar .button GtkImage { - border: none; - color: @header_text; - border: 1px solid transparent; - icon-shadow:none; - box-shadow: none; -} - -.header-bar .button GtkImage:hover { - color: @header_text; - border:none; -} - -.header-bar .button GtkImage:active, -.header-bar .button GtkImage:active:hover { - background-color: @base; - color: @selection; - icon-shadow: none; - text-shadow: none; - box-shadow: none; -} - -.header-bar .button GtkImage:backdrop { - color: @backdrop_header_text; - icon-shadow: none; -} - -.header-bar .button GtkImage:backdrop:hover { - color: @foreground; -} /******************** * Header bar entry * diff --git a/Paper/gtk-3.0/widgets/lists.css b/Paper/gtk-3.0/widgets/lists.css index 3bf70f5..743e048 100644 --- a/Paper/gtk-3.0/widgets/lists.css +++ b/Paper/gtk-3.0/widgets/lists.css @@ -73,31 +73,23 @@ } .button.list-row:hover { - outline: none; - border: none; background-color: alpha(@selection, 0.2); color: @selection; } .button.list-row:active, .button.list-row:selected { - outline: none; - border: none; background-color: alpha(@selection, 0.4); color: @selection; } .button.list-row:active:selected, .button.list-row:active:selected:hover { - outline: none; - border: none; background-color: alpha(@selection, 0.2); color: @selection; } .button.list-row:hover:selected { - outline: none; - border: none; background-color: alpha(@selection, 0.2); color: @selection; } \ No newline at end of file diff --git a/Paper/gtk-3.0/widgets/notebook.css b/Paper/gtk-3.0/widgets/notebook.css index 42abc39..5b39669 100644 --- a/Paper/gtk-3.0/widgets/notebook.css +++ b/Paper/gtk-3.0/widgets/notebook.css @@ -175,16 +175,16 @@ /*----- In-tab padding -----*/ .notebook tab.top { - padding-top: 2px; + padding-top: 4px; padding-left: 8px; - padding-bottom: 3px; + padding-bottom: 6px; padding-right: 8px; } .notebook tab.bottom { - padding-top: 3px; + padding-top: 6px; padding-left: 8px; - padding-bottom: 2px; + padding-bottom: 4px; padding-right: 8px; } @@ -275,26 +275,24 @@ .notebook tab .button:active, .notebook tab .button:hover { color: @backdrop_text; - border-image: none; + border: none; background-image: none; background-color: transparent; - border-radius: 3px; - border: 1px solid transparent; - padding: 2px; + border-radius: 16px; + padding: 0; box-shadow: none; + icon-shadow: none; } .notebook tab .button:hover { color: @foreground; - border-color: alpha(#000, 0.1); + background: alpha(#000, 0.1); } .notebook tab .button:active, .notebook tab .button:active:hover { - background-color: alpha(#000, 0.08); - box-shadow: inset 0 1px alpha(#000, 0.05); - color: @button_active_text; - border-color: @border; + color: @selection_foreground; + background: @selection; } .notebook tab .button:backdrop { diff --git a/Paper/gtk-3.0/widgets/titlebar.css b/Paper/gtk-3.0/widgets/titlebar.css index d2051c3..ef289f8 100644 --- a/Paper/gtk-3.0/widgets/titlebar.css +++ b/Paper/gtk-3.0/widgets/titlebar.css @@ -22,8 +22,7 @@ .titlebar { border-width: 0px; - padding-left: 6px; - padding-right: 6px; + padding: 6px; padding-bottom: 0px; padding-top: 0px; icon-shadow: none; @@ -32,9 +31,13 @@ color: @header_text; } +.titlebar:backdrop { + background-color: @backdrop_header; + color: @backdrop_header_text; +} + .titlebar.default-decoration { padding: 6px; - padding-top: 0px; padding-bottom: 0px; padding-top: 0px; background-color: @header; @@ -52,44 +55,193 @@ color: @backdrop_header_text; } -/* Buttons */ +/********************* + * Titlebar buttons * + *********************/ .titlebar .button { - border: none; - border-radius: 0px; - padding: 12px; + padding: 13px; } +.titlebar .text-button, +.titlebar .button .text-button { + padding: 13px; +} + +.titlebar .image-button, +.titlebar .button.image-button { + padding: 13px; +} + +/* Normal Button */ .titlebar .titlebutton, -.titlebar .button.image-button GtkImage { +.titlebar .titlebutton GtkImage, +.titlebar .titlebutton .button, +.titlebar .titlebutton .button GtkImage, +.titlebar .button GtkImage, +.titlebar .text-button, +.titlebar .button .text-button, +.titlebar .button .flat, +.titlebar .button.image-button, +.titlebar .image-button, +.titlebar .button, +.titlebar .linked .button, +.titlebar GtkComboBox { + border-radius: 0px; + background: none; border: none; color: @header_text; } -.titlebar .button:backdrop, +/* Active Button */ +.titlebar .titlebutton:active, +.titlebar .titlebutton GtkImage:active, +.titlebar .titlebutton .button:active, +.titlebar .titlebutton .button GtkImage:active, +.titlebar .button GtkImage:active, +.titlebar .text-button:active, +.titlebar .button .text-button:active, +.titlebar .button .flat:active, +.titlebar .button.image-button:active, +.titlebar .image-button:active, +.titlebar .button:active, +.titlebar .linked .button:active, +.titlebar GtkComboBox:active { + border-radius: 0px; + background: alpha(#000, 0.2); + font: Bold; + border: none; + color: @header_text; + box-shadow: inset 0 -2px 0 0 @header_text; +} + +/* Focus Button */ +.titlebar .titlebutton:focus, +.titlebar .titlebutton GtkImage:focus, +.titlebar .titlebutton .button:focus, +.titlebar .titlebutton .button GtkImage:focus, +.titlebar .button GtkImage:focus, +.titlebar .text-button:focus, +.titlebar .button .text-button:focus, +.titlebar .button .flat:focus, +.titlebar .button.image-button:focus, +.titlebar .image-button:focus, +.titlebar .button:focus, +.titlebar .linked .button:active, +.titlebar GtkComboBox:active { + border-radius: 0px; + background: none; + font: Bold; + border: none; + color: @header_text; + box-shadow: inset 0 -2px 0 0 @header_text; +} + +/* Hover Button */ +.titlebar .titlebutton:hover, +.titlebar .titlebutton GtkImage:hover, +.titlebar .titlebutton .button:hover, +.titlebar .titlebutton .button GtkImage:hover, +.titlebar .button GtkImage:hover, +.titlebar .text-button:hover, +.titlebar .button .text-button:hover, +.titlebar .button .flat:hover, +.titlebar .image-button:hover, +.titlebar .button.image-button:hover, +.titlebar .button:hover, +.titlebar .linked .button:hover, +.titlebar GtkComboBox:hover { + border-radius: 0px; + background: alpha(#000, 0.1); + border: none; + color: @header_text; +} + +/* Backdrop Button */ .titlebar .titlebutton:backdrop, -.titlebar .button.image-button GtkImage:backdrop { +.titlebar .titlebutton GtkImage:backdrop, +.titlebar .titlebutton .button:backdrop, +.titlebar .titlebutton .button GtkImage:backdrop, +.titlebar .button GtkImage:backdrop, +.titlebar .text-button:backdrop, +.titlebar .button .text-button:backdrop, +.titlebar .button .flat:backdrop, +.titlebar .button.image-button:backdrop, +.titlebar .image-button:backdrop, +.titlebar .button:backdrop, +.titlebar .linked .button:backdrop, +.titlebar GtkComboBox:backdrop { + border-radius: 0px; + background: none; border: none; color: @backdrop_header_text; } -.titlebar .button:hover, -.titlebar .titlebutton:hover, -.titlebar .button.image-button GtkImage:hover { +/* Active:Backdrop Button */ +.titlebar .titlebutton:active:backdrop, +.titlebar .titlebutton GtkImage:active:backdrop, +.titlebar .titlebutton .button:active:backdrop, +.titlebar .titlebutton .button GtkImage:active:backdrop, +.titlebar .button GtkImage:active:backdrop, +.titlebar .button .text-button:active:backdrop, +.titlebar .text-button:active:backdrop, +.titlebar .button .flat:active:backdrop, +.titlebar .button.image-button:active:backdrop, +.titlebar .image-button:active:backdrop, +.titlebar .button:active:backdrop, +.titlebar .linked .button:active:backdrop, +.titlebar GtkComboBox:active:backdrop { + border-radius: 0px; + background: alpha(#000, 0.2); + font: Bold; border: none; - background-color: alpha(#000, 0.1); - color: @header_text; + color: @backdrop_header_text; + box-shadow: inset 0 -2px 0 0 @backdrop_header_text; } -.titlebar .button:active, -.titlebar .titlebutton:active, -.titlebar .button.image-button GtkImage:active { +/* Backdrop:Hover Button */ +.titlebar .titlebutton:backdrop:hover, +.titlebar .titlebutton GtkImage:backdrop:hover, +.titlebar .titlebutton .button:backdrop:hover, +.titlebar .titlebutton .button GtkImage:backdrop:hover, +.titlebar .button GtkImage:backdrop:hover, +.titlebar .button .text-button:backdrop:hover, +.titlebar .text-button:backdrop:hover, +.titlebar .button .flat:backdrop:hover, +.titlebar .button.image-button:backdrop:hover, +.titlebar .image-button:backdrop:hover, +.titlebar .button:backdrop:hover, +.titlebar .linked .button:backdrop:hover, +.titlebar GtkComboBox:backdrop:hover { + border-radius: 0px; + background: alpha(#000, 0.1); border: none; - background-color: alpha(#000, 0.2); - color: @header_text; - box-shadow: inset 0 -2px 0 0 @header_text; + color: @backdrop_header_text; + box-shadow: inset 0 -2px 0 0 @backdrop_header_text; } +/* Insensitive Button */ +.titlebar .titlebutton:insensitive, +.titlebar .titlebutton GtkImage:insensitive, +.titlebar .titlebutton .button:insensitive, +.titlebar .titlebutton .button GtkImage:insensitive, +.titlebar .button GtkImage:insensitive, +.titlebar .button .text-button:insensitive, +.titlebar .text-button:insensitive, +.titlebar .button .flat:insensitive, +.titlebar .button.image-button:insensitive, +.titlebar .image-button:insensitive, +.titlebar .button:insensitive, +.titlebar .linked .button:insensitive, +.titlebar GtkComboBox:insensitive { + border-radius: 0px; + background: none; + font: Bold; + border: none; + color: @insensitive_header_text; +} + + .titlebar .right .button:first-child, .titlebar .right .titlebutton:first-child { border: none; @@ -108,4 +260,5 @@ .titlebar .left .button:first-child, .titlebar .left .titlebutton:first-child { border: none; -} \ No newline at end of file +} + diff --git a/Paper/gtk-3.0/widgets/views.css b/Paper/gtk-3.0/widgets/views.css index 184ef98..bb47c6f 100644 --- a/Paper/gtk-3.0/widgets/views.css +++ b/Paper/gtk-3.0/widgets/views.css @@ -272,10 +272,18 @@ GtkIconView.view { color: @foreground; } +GtkIconView.view.cell:hover { + border: 1px solid @selection; + border-radius: 8px; + background:none; + background-color: alpha(@selection,0.4); + color: @selection; +} + GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { border: 1px solid @selection; - border-radius: 4px; + border-radius: 8px; background:none; background-color: @selection; color: @selected_foreground; diff --git a/Paper/gtk-3.0/widgets/windows.css b/Paper/gtk-3.0/widgets/windows.css index faa2de1..e630b08 100644 --- a/Paper/gtk-3.0/widgets/windows.css +++ b/Paper/gtk-3.0/widgets/windows.css @@ -24,10 +24,12 @@ @define-color backdrop_window_shadow alpha(#000, 0.4); .window-frame { + border-radius: 0px; box-shadow: 0 2px 6px 3px @window_shadow; margin: 10px; /* this is used for the resize cursor area */ } .window-frame:backdrop { + border-radius: 0px; box-shadow: 0 2px 5px 1px @backdrop_window_shadow; } diff --git a/Paper/metacity-1/metacity-theme-2.xml b/Paper/metacity-1/metacity-theme-2.xml index 3de85c8..7602eda 100644 --- a/Paper/metacity-1/metacity-theme-2.xml +++ b/Paper/metacity-1/metacity-theme-2.xml @@ -28,21 +28,21 @@ - - - + + + - + - + - - + + @@ -50,12 +50,12 @@ - + - - + + @@ -65,8 +65,8 @@ - - + + @@ -83,7 +83,7 @@ - + diff --git a/Paper/metacity-1/metacity-theme-3.xml b/Paper/metacity-1/metacity-theme-3.xml index 2e49112..7839171 100644 --- a/Paper/metacity-1/metacity-theme-3.xml +++ b/Paper/metacity-1/metacity-theme-3.xml @@ -28,21 +28,21 @@ - - - + + + - + - + - - + + @@ -50,12 +50,12 @@ - + - - + + @@ -65,8 +65,8 @@ - - + + @@ -83,7 +83,7 @@ - + diff --git a/install.sh b/install.sh index f69b0e8..a1310ab 100755 --- a/install.sh +++ b/install.sh @@ -104,7 +104,7 @@ if [ "$UID" -ne "$ROOT_UID" ]; then continue else echo - echo "Paper GTK Theme will be installed in '/usr/share/icons'" + echo "Paper GTK Theme will be installed in '/usr/share/themes'" echo "It will be available to all users." continue fi \ No newline at end of file diff --git a/src/gtk3/gtk3-assets.svg b/src/gtk3/gtk3-assets.svg index 5d9172e..b1f330c 100644 --- a/src/gtk3/gtk3-assets.svg +++ b/src/gtk3/gtk3-assets.svg @@ -16,7 +16,7 @@ height="300" id="svg11300" sodipodi:version="0.32" - inkscape:version="0.48.4 r9939" + inkscape:version="0.48.5 r10040" sodipodi:docname="gtk3-assets.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.0" @@ -34,17 +34,17 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="1" - inkscape:cx="100.59835" - inkscape:cy="49.958274" - inkscape:current-layer="g4637" + inkscape:cx="26.48448" + inkscape:cy="91.229948" + inkscape:current-layer="layer6" showgrid="false" inkscape:grid-bbox="true" inkscape:document-units="px" inkscape:showpageshadow="false" inkscape:window-width="1364" - inkscape:window-height="709" + inkscape:window-height="710" inkscape:window-x="0" - inkscape:window-y="28" + inkscape:window-y="27" width="400px" height="300px" inkscape:snap-nodes="true" @@ -84,17 +84,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1498,345 +105,6 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1860,29 +128,6 @@ y1="272" x2="366" y2="272" /> - - - - @@ -1906,15 +151,6 @@ y1="270" x2="306" y2="270" /> - @@ -2177,13 +413,13 @@ d="m 24,236 c -1.108,0 -2,0.892 -2,2 l 0,8 c 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 l 0,-8 c 0,-1.108 -0.892,-2 -2,-2 z m 0,1 8,0 c 0.554,0 1,0.446 1,1 l 0,8 c 0,0.554 -0.446,1 -1,1 l -8,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-8 c 0,-0.554 0.446,-1 1,-1 z" style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> @@ -2421,7 +657,7 @@ d="m 54,236 c -1.108,0 -2,0.892 -2,2 l 0,8 c 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 l 0,-8 c 0,-1.108 -0.892,-2 -2,-2 z m 0,1 8,0 c 0.554,0 1,0.446 1,1 l 0,8 c 0,0.554 -0.446,1 -1,1 l -8,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-8 c 0,-0.554 0.446,-1 1,-1 z" style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> @@ -3152,7 +1388,7 @@ sodipodi:nodetypes="sssss" /> @@ -3370,7 +1606,7 @@ sodipodi:nodetypes="sssss" /> + style="fill:#8B8B8B;fill-opacity:1;stroke:none;display:inline;enable-background:new;opacity:1" /> + style="fill:#8B8B8B;fill-opacity:1;stroke:none;display:inline;enable-background:new;opacity:1" /> + style="fill:#8B8B8B;fill-opacity:1;stroke:none;display:inline;enable-background:new;opacity:1" />