diff --git a/vue-dark.css b/vue-dark.css index aaf502a..4bff450 100755 --- a/vue-dark.css +++ b/vue-dark.css @@ -7,6 +7,8 @@ --active-file-bg-color: hsl(153, 47%, 40%); --select-text-font-color: #aaaaaa; --active-file-text-color: #eeeeee; + --search-select-bg-color: #13c172; + --search-select-text-color: #000; --bg-color: #1d1d1d; --item-hover-bg-color: var(--select-text-bg-color); --text-color: #aaaaaa;