Added GMK Fleuriste theme (#2366) by batsoup804

* created fleuriste.css

* updated colors

* updated menu children

* updated list with GMK fleuriste

* updated typo error

* updated caret color

* updated gibberish

afhhajsfhr nvruarnt anrutanf. afhruarnt tuenksdj jiseirnt!

* reverted funbox info change

Co-authored-by: Miodec <bartnikjack@gmail.com>
This commit is contained in:
glowy 2022-01-29 13:06:36 -08:00 committed by GitHub
parent 28b59945ee
commit b6cbabcaa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

View file

@ -704,4 +704,9 @@
"bgColor": "linear-gradient(to right, #002c39, #015061, #007a7f, #00e980, #00ffbb)",
"mainColor": "#ffffff"
}
,{
"name": "fleuriste",
"bgColor": "#c6b294",
"mainColor": "#405a52"
}
]

View file

@ -0,0 +1,20 @@
:root {
--bg-color: #c6b294;
--main-color: #405a52;
--caret-color: #8a785b;
--sub-color: #64374d;
--text-color: #091914;
--error-color: #990000;
--error-extra-color: #8a1414;
--colorful-error-color: #a63a3a;
--colorful-error-extra-color: #bd4c4c;
}
#menu .icon-button:nth-child(1, 3, 5) {
background: #405a52;
}
#menu .icon-button:nth-child(2, 4) {
background: #64374d;
}