add proper colors for the light variant, issue #2

This commit is contained in:
Sai Kurogetsu 2017-12-04 19:01:45 +00:00
parent 3faffd88d9
commit 12c8e06c16
2 changed files with 38 additions and 38 deletions

View File

@ -9,64 +9,64 @@
* override them. */ * override them. */
/* Browser area before a page starts loading */ /* Browser area before a page starts loading */
--gnome-browser-before-load-bgcolor: #2e3436; --gnome-browser-before-load-bgcolor: #d6d6d6;
/* Extra toolbars like the bookmark bar */ /* Extra toolbars like the bookmark bar */
--toolbar-bgcolor: #2f3434 !important; --toolbar-bgcolor: #d6d6d6 !important;
--toolbar-bgimage: none !important; --toolbar-bgimage: none !important;
/* Header bar */ /* Header bar */
--gnome-headerbar-bgimage: linear-gradient(rgb(67, 74, 74), rgb(57, 63, 63)); --gnome-headerbar-bgimage: linear-gradient(rgb(247, 247, 247), rgb(237, 237, 237));
--gnome-headerbar-border-bottom: 1px solid rgb(28, 31, 31); --gnome-headerbar-border-bottom: 1px solid rgb(161, 161, 161);
--gnome-headerbar-box-shadow: 0 -1px rgb(45, 50, 50) inset, 0 1px rgba(238, 238, 236, .1) inset; --gnome-headerbar-box-shadow: 0 -1px rgb(217, 217, 217) inset, 0 1px #fff inset;
--gnome-headerbar-button-bgimage: linear-gradient(rgb(69, 76, 76), rgb(57, 63, 63) 40%, rgb(45, 50, 50)); --gnome-headerbar-button-bgimage: linear-gradient(rgb(250, 250, 250), rgb(237, 237, 237) 40%, rgb(224, 224, 224));
--gnome-headerbar-button-border: 1px solid rgba(28, 31, 31); --gnome-headerbar-button-border: 1px solid rgba(161, 161, 161);
--gnome-headerbar-button-box-shadow: 0 1px rgba(255, 255, 255, .1) inset, 0 1px rgba(238, 238, 236, .1); --gnome-headerbar-button-box-shadow: 0 1px #fff inset, 0 1px #fff;
--gnome-headerbar-button-hover-bgimage: linear-gradient(rgb(91, 100, 100), rgb(67, 73, 73) 40%, rgb(55, 60, 60)); --gnome-headerbar-button-hover-bgimage: linear-gradient(#fff, rgb(247, 247, 247) 40%, rgb(237, 237, 237));
--gnome-headerbar-button-active-bgimage: linear-gradient(rgb(35, 39, 39), rgb(41, 45, 45) 40%, rgb(45, 50, 50)); --gnome-headerbar-button-active-bgimage: linear-gradient(rgb(214, 214, 214), rgb(220, 220, 220) 40%, rgb(224, 224, 224));
--gnome-headerbar-button-active-box-shadow: 0 1px rgba(0, 0, 0, .07) inset, 0 2px 1px -2px rgba(0, 0, 0, .6) inset, 0 1px rgba(238, 238, 236, .1); --gnome-headerbar-button-active-box-shadow: 0 1px rgba(0, 0, 0, .07) inset, 0 2px 0px -2px rgba(0, 0, 0, .6) inset, 0 1px #fff;
--gnome-headerbar-button-disabled-bgcolor: #323636; --gnome-headerbar-button-disabled-bgcolor: rgb(244, 244, 244);
--gnome-headerbar-button-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0) inset, 0 1px rgba(238, 238, 236, .1); --gnome-headerbar-button-disabled-box-shadow: 0 1px rgba(255, 255, 255, 0) inset, 0 1px rgba(255, 255, 255, 0);
/* URL bar */ /* URL bar */
--gnome-urlbar-bgcolor: #2c2c2c; --gnome-urlbar-bgcolor: #fff;
--gnome-urlbar-border: 1px solid #1e2222; --gnome-urlbar-border: 1px solid rgb(161, 161, 161);
--gnome-urlbar-box-shadow: none; --gnome-urlbar-box-shadow: 0 0 0 1px rgba(74, 144, 217, 0) inset, 0 1px #fff;
--gnome-urlbar-height: 32px; --gnome-urlbar-height: 32px;
/* Tab bar */ /* Tab bar */
--gnome-tabbar-bgcolor: #2f3434; --gnome-tabbar-bgcolor: #d6d6d6;
--gnome-tabbar-border-bottom: 1px solid #1e2222; --gnome-tabbar-border-bottom: 1px solid #a1a1a1;
--gnome-tabbar-tab-color: rgb(147, 150, 149); --gnome-tabbar-tab-color: rgb(141, 144, 145);
--gnome-tabbar-tab-hover-border-bottom: 3px solid #1c1f1f; --gnome-tabbar-tab-hover-border-bottom: 3px solid #a1a1a1;
--gnome-tabbar-tab-hover-border-sides: 1px solid #2a2f2f; --gnome-tabbar-tab-hover-border-sides: 1px solid #c9c9c9;
--gnome-tabbar-tab-hover-color: rgb(192, 194, 192); --gnome-tabbar-tab-hover-color: rgb(93, 98, 99);
--gnome-tabbar-tab-active-bgcolor: #343939; --gnome-tabbar-tab-active-bgcolor: #e1e1e1;
--gnome-tabbar-tab-active-border-bottom: 3px solid #215d9c; --gnome-tabbar-tab-active-border-bottom: 4px solid #4a90d9;
--gnome-tabbar-tab-active-border-color-sides: #282b2b; --gnome-tabbar-tab-active-border-color-sides: #c0c0c0;
--gnome-tabbar-tab-active-color: rgb(238, 238, 236); --gnome-tabbar-tab-active-color: rgb(46, 52, 54);
--gnome-tabbar-tab-active-hover-bgcolor: #363c3c; --gnome-tabbar-tab-active-hover-bgcolor: #e6e6e6;
--gnome-tabbar-tab-icon-filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%) brightness(85%); --gnome-tabbar-tab-icon-filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%) brightness(85%) invert(100%);
/* Bookmark bar */ /* Bookmark bar */
--gnome-bookmarkbar-border-bottom: 1px solid #1e2222; --gnome-bookmarkbar-border-bottom: 1px solid #a1a1a1;
--gnome-bookmarkbar-height: 38px; --gnome-bookmarkbar-height: 38px;
/* Burger menu */ /* Burger menu */
/*--arrowpanel-padding: 10px;*/ /*--arrowpanel-padding: 10px;*/
/*--arrowpanel-background: -moz-field;*/ /*--arrowpanel-background: -moz-field;*/
--arrowpanel-color: #d3d4d2 !important; /* applies to text and icons */ --arrowpanel-color: rgb(46, 52, 54) !important; /* applies to text and icons */
/*--arrowpanel-border-color: ThreeDShadow;*/ /*--arrowpanel-border-color: ThreeDShadow;*/
/* Dirty hack for replaced symbolic icons, they load from /* Dirty hack for replaced symbolic icons, they load from
* /usr/share/icons/<theme>/ and on some systems they need to be * /usr/share/icons/<theme>/ and on some systems they need to be
* inverted, on others they don't, adjusts the filters below to your * inverted, on others they don't, adjusts the filters below to your
* needs (you may also adjust icon brightness here). */ * needs (you may also adjust icon brightness here). */
--gnome-icons-hack-filter: invert(85%); /* without invert: none */ --gnome-icons-hack-filter: none ; /* with invert: invert(85%) */
--gnome-icons-hack-close-button-border: 1px solid #e3e0e0; /* without invert: 1px solid #1c1f1f */ --gnome-icons-hack-close-button-border: 1px solid #a1a1a1; /* with invert: 1px solid #5e5e5e */
--gnome-icons-hack-close-button-filter: invert(100%); /* without invert: none */ --gnome-icons-hack-close-button-filter: none; /* with invert: invert(100%) */
--gnome-icons-hack-close-button-active-bgimage: linear-gradient(rgb(220, 216, 216), rgb(214, 210, 210) 40%, rgb(210, 205, 205)); --gnome-icons-hack-close-button-active-bgimage: linear-gradient(rgb(214, 214, 214), rgb(220, 220, 220) 40%, rgb(224, 224, 224));
/* ^ without invert: linear-gradient(rgb(35, 39, 39), rgb(41, 45, 45) 40%, rgb(45, 50, 50)) */ /* ^ with invert: linear-gradient(rgb(41, 41, 41), rgb(35, 35, 35) 40%, rgb(31, 31, 31)) */
--gnome-icons-hack-close-button-active-box-shadow: 0 1px rgba(255, 255, 255, .07) inset, 0 2px 1px -2px rgba(255, 255, 255, .6) inset, 0 1px rgba(17, 17, 19, .1); --gnome-icons-hack-close-button-active-box-shadow: 0 1px rgba(0, 0, 0, .07) inset, 0 2px 1px -2px rgba(0, 0, 0, .6) inset;
/* ^ without invert: 0 1px rgba(0, 0, 0, .07) inset, 0 2px 1px -2px rgba(0, 0, 0, .6) inset, 0 1px rgba(238, 238, 236, .1) */ /* ^ with invert: 0 1px rgba(255, 255, 255, .07) inset, 0 2px 1px -2px rgba(255, 255, 255, .6) inset */
} }

View File

@ -3,5 +3,5 @@
/* Dark theme */ /* Dark theme */
@import "ui/theme-dark.css"; /**/ @import "ui/theme-dark.css"; /**/
/* Light theme - doesn't work yet */ /* Light theme */
/*@import "ui/theme-light.css"; /**/ /*@import "ui/theme-light.css"; /**/