updated to latest solaryzed theme choice

This commit is contained in:
Yann Esposito (Yogsototh) 2019-10-23 21:02:55 +02:00
parent 380c1a38f1
commit 449b777380
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -266,26 +266,26 @@ navigation > a {
/* colors theme */
:root {
color-scheme: light dark; /* support color scheme */
--base03: #202631;
--base02: #2B313C;
--base01: #656B74;
--base00: #727781;
--base0: #8B919B;
--base1: #989EA8;
--base2: #E5E8ED;
--base3: #F4F7FC;
--yellow: #A98D50;
--orange: #aa6550;
--red: #b85a64;
--magenta: #af53b0;
--violet: #846f93;
--blue: #5679a4;
--cyan: #4c8493;
--green: #728b5c;
--base03: #242933;
--base02: #2D333F;
--base01: #6C727F;
--base00: #848A96;
--base0: #9CA1AC;
--base1: #B4B9C3;
--base2: #E5E9F0;
--base3: #F7F8F9;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
--magenta: #d33682;
--violet: #6c71c4;
--blue: #268bd2;
--cyan: #2aa198;
--green: #859900;
--transparent: ; rgba(255,255,255,0);
--transparent: rgba(255,255,255,0);
/* Solaryzed accented colors */
--main-background: var(--base03);
--main-foreground: var(--base0);
--second-foreground: var(--base01);
@ -307,8 +307,8 @@ navigation > a {
@media (prefers-color-scheme: light) {
:root {
--main-background: var(--base3);
--main-foreground: var(--base01);
--second-foreground: var(--base00);
--main-foreground: var(--base00);
--second-foreground: var(--base1);
--reveal-foreground: var(--base01);
--reveal-background: var(--base2);
--soft-foreground: var(--base1);