color for menu

This commit is contained in:
AlphaX-Projects 2022-03-10 21:24:27 +01:00 committed by GitHub
parent 8f186ade70
commit 037ca2e45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,14 @@ html {
--switchbackground: #666666; --switchbackground: #666666;
--switchborder: #333333; --switchborder: #333333;
--sidetopbar: #ffffff; --sidetopbar: #ffffff;
--nav-selected-color: #dddddd;
--nav-selected-color-text: #333333;
--nav-color-active: #d1d1d1;
--nav-color-hover: #eeeeee;
--nav-text-color: #080808;
--nav-icon-color: #080808;
--nav-border-color: #eeeeee;
--nav-border-selected-color: #03a9f4;
} }
html[theme="dark"] { html[theme="dark"] {
@ -48,4 +56,12 @@ html[theme="dark"] {
--switchbackground: #eeeeee; --switchbackground: #eeeeee;
--switchborder: #03a9f4; --switchborder: #03a9f4;
--sidetopbar: #070d19; --sidetopbar: #070d19;
--nav-selected-color: #0f1a2e;
--nav-selected-color-text: #76c8f5;
--nav-color-active: #d1d1d1;
--nav-color-hover: #444444;
--nav-text-color: #008fd5;
--nav-icon-color: #008fd5;
--nav-border-color: #0b305e;
--nav-border-selected-color: #76c8f5;
} }