Make text selected from search bar easily distinguishable

This commit is contained in:
asforest 2022-04-08 19:57:45 +08:00 committed by GitHub
parent 227201e16b
commit b73dc3ea5c
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;