opt mac sciter dark theme (#6824)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-01-08 11:35:55 +08:00
committed by GitHub
parent 159c883bf3
commit a2d08fa40d
3 changed files with 8 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ html {
var(light-green): #D4EAB7;
var(dark-green): #5CB85C;
var(blood-red): #F82600;
var(gray-bg-osx): rgba(238, 238, 238, 0.75);
}
html.darktheme {
@@ -31,6 +32,7 @@ html.darktheme {
var(light-text): #999;
var(lighter-text): #777;
var(placeholder): #555;
var(gray-bg-osx): rgba(37, 37, 37, 0.75);
}
body {