Merge pull request #46 from asforest/patch-1

Improve some visual experience in dark mode
This commit is contained in:
闪烁之狐 (blinkfox) 2022-04-09 22:45:34 +08:00 committed by GitHub
commit 589efbb34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@
--active-file-bg-color: hsl(153, 47%, 40%); --active-file-bg-color: hsl(153, 47%, 40%);
--select-text-font-color: #aaaaaa; --select-text-font-color: #aaaaaa;
--active-file-text-color: #eeeeee; --active-file-text-color: #eeeeee;
--search-select-bg-color: #13c172;
--search-select-text-color: #000;
--bg-color: #1d1d1d; --bg-color: #1d1d1d;
--item-hover-bg-color: var(--select-text-bg-color); --item-hover-bg-color: var(--select-text-bg-color);
--text-color: #aaaaaa; --text-color: #aaaaaa;
@ -809,9 +811,9 @@ html{
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #ffffff5e; background: #ffffff35;
} }
::-webkit-scrollbar-thumb:active { ::-webkit-scrollbar-thumb:active {
background: #ffffff9c; background: #ffffff65;
} }