Colors have been slightly modified

This commit is contained in:
Hukasx0 2023-04-30 21:31:40 +02:00
parent 3526040b5d
commit e29fe84078
2 changed files with 6 additions and 4 deletions

View File

@ -8,8 +8,8 @@
--button-bg: #343b58;
--special-result-border: border 0;
--special-text-background: #1b1b18;
--special-text-color: #f2efd3;
--special-text-background: #1a1b26;
--special-text-color: #c0caf5;
--search-container-text-color: #f2efd3;
--search-container-background-color: #565f89;

View File

@ -8,8 +8,8 @@
--button-bg: #5E2750;
--special-result-border: border 0;
--special-text-background: #1b1b18;
--special-text-color: #f2efd3;
--special-text-background: #333333;
--special-text-color: #FFFFFF;
--search-container-text-color: #f2efd3;
--search-container-background-color: #77216F;
@ -21,4 +21,6 @@
--footer-fg: #f2efd3;
--footer-bg: #5E2750;
color-scheme: dark;
}