diff --git a/Paper/gnome-shell/gnome-classic.css b/Paper/gnome-shell/gnome-classic.css index aee924f..ad7146d 100644 --- a/Paper/gnome-shell/gnome-classic.css +++ b/Paper/gnome-shell/gnome-classic.css @@ -1,3 +1,20 @@ +/* Copyright 2015 Sam Hewitt. +* +* This file is part of the Paper theme. +* +* Layout and code style adapted from the default GNOME Shell theme +* Copyright 2009 Red Hat, Inc. +* +* This program is free software; you can redistribute it and/or modify it +* under the terms and conditions of the GNU General Public License, +* version 3, as published by the Free Software Foundation. +* +* This program is distributed in the hope it will be useful, but WITHOUT ANY +* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for +* more details. +*/ + @import url("gnome-shell.css"); /* FIXME: @@ -6,38 +23,36 @@ */ #panel { - background-color: #e9e9e9 !important; - background-gradient-direction: vertical; - background-gradient-end: #d0d0d0; - border-top-color: #666; /* we don't support non-uniform border-colors and - use the top border color for any border, so we - need to set it even if all we want is a bottom - border */ + /*background-color: #454d50 !important;*/ + background-color: rgba(57, 64, 66, 0.95); + background-gradient-direction: none; + background-gradient-start: rgba(57, 64, 66, 0.95); + background-gradient-end: rgba(57, 64, 66, 0.95); + border-top-color: #666; border-bottom: 1px solid #666; app-icon-bottom-clip: 0px; + border:none; } /* hrm, still no multipoint gradients background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0)) !important;*/ -} + #panel:overview { - background-color: #000 !important; - background-gradient-end: #000 !important; - border-top-color: #000; - border-bottom: 1px solid #000 !important; -} + background-color: rgba(57, 64, 66, 0.95); + background-gradient-direction: none; + background-gradient-start: rgba(57, 64, 66, 0.95); + background-gradient-end: rgba(57, 64, 66, 0.95); + border: none; } #panel.lock-screen { background-color: rgba(0,0,0,0.3) !important; background-gradient-end: rgba(0,0,0,0.3) !important; - border-top-color: transparent; -} + border-top-color: transparent; } #panel.unlock-screen { background-color: transparent !important; background-gradient-end: transparent !important; - border-top-color: transparent; -} + border-top-color: transparent; } /* TOP BAR */ @@ -84,7 +99,7 @@ .panel-button:active, .panel-button:overview, .panel-button:focus { - background-color: #4a90d9 !important; /* FIXME */ + background-color: #9fb0b9 !important; /* FIXME */ color: #fff !important; border: none !important; border-image: none !important; @@ -130,7 +145,7 @@ } .popup-menu-item:active { - background-color: #4a90d9 !important; + background-color: #9fb0b9 !important; color: #fff !important; } @@ -183,7 +198,7 @@ } .popup-menu StScrollBar StButton#vhandle:active, .popup-menu StScrollBar StButton#hhandle:active { - background-color: #4a90d9; + background-color: #9fb0b9; } /* CALENDAR */ @@ -198,12 +213,12 @@ } .calendar-day-base:active { color: #fff !important; - background-color: #4a90d9 !important; + background-color: #9fb0b9 !important; background-image: none !important; border-image: none !important; } .calendar-today { - background-color: #4a90d9 !important; + background-color: #9fb0b9 !important; background-image: none !important; border-image: none !important; } @@ -233,7 +248,7 @@ .system-menu-action:focus, .system-menu-action:active { color: white; - background-color: #4a90d9; + background-color: #9fb0b9; border: none; } diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index d319c9c..9b8d212 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -85,7 +85,7 @@ StEntry { border-color: rgba(0,0,0,0); } StEntry:insensitive { color: rgba(219, 222, 224, 0.8); - border-color: #323636; + border-color: #394042; box-shadow: none; } StEntry StIcon.capslock-warning { icon-size: 16px; @@ -119,8 +119,8 @@ StScrollBar { .slider { height: 1.09em; -slider-height: 3px; - -slider-background-color: #323636; - -slider-border-color: #323636; + -slider-background-color: #394042; + -slider-border-color: #394042; -slider-active-background-color: #9fb0b9; -slider-active-border-color: #9fb0b9; -slider-border-width: 0px; @@ -400,21 +400,23 @@ StScrollBar { background-color: #394042; background-gradient-direction: none; border-width: 0px; + box-shadow: inset 1px 2px rgba(0,0,0,0.2); + padding: 6px 0; box-shadow: none;} .popup-menu .popup-menu-content { padding: 1em 0em; } .popup-menu .popup-menu-item { spacing: 12px; } .popup-menu .popup-menu-item:ltr { - padding: .4em 1.75em .4em 0em; } + padding: .5em 2em .5em 0em; } .popup-menu .popup-menu-item:rtl { - padding: .4em 0em .4em 1.75em; } + padding: .5em 0em .5em 2em; } .popup-menu .popup-menu-item:checked { background-color: #454d50; box-shadow: none; font-weight: bold; } .popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus { - background-color: rgba(255,255,255,0.1); + background-color: rgba(0,0,0,0.1); color: #dbdee0; } .popup-menu .popup-menu-item:active { background-color: #515a5e; @@ -478,7 +480,7 @@ StScrollBar { .osd-window .level { height: 0.6em; border-radius: 0.3em; - background-color: rgba(0, 0, 0, 0.2); + background-color: rgba(0,0,0,0.2); color: #dbdee0; } /* App Switcher */ @@ -1346,7 +1348,7 @@ StScrollBar { .notification StEntry:insensitive, .notification-banner StEntry:insensitive { color: #777; - border-color: #323636; + border-color: #394042; box-shadow: none; } .notification StEntry StIcon.capslock-warning, .notification-banner StEntry StIcon.capslock-warning { diff --git a/Paper/gtk-3.0/apps/nautilus.css b/Paper/gtk-3.0/apps/nautilus.css index 681e73b..1f2e18b 100644 --- a/Paper/gtk-3.0/apps/nautilus.css +++ b/Paper/gtk-3.0/apps/nautilus.css @@ -21,7 +21,6 @@ @define-color disk_space_used #9FB0B9; @define-color disk_space_free #D8D8D8; - /********** * Header * **********/