2022-03-09 13:18:24 +01:00
|
|
|
:root {
|
|
|
|
--main-bg: #3B4252;
|
|
|
|
--main-fg: #E5E9F0;
|
|
|
|
|
|
|
|
--result-link-fg: #88C0D0;
|
|
|
|
--result-fg: #D8DEE9;
|
|
|
|
|
|
|
|
--button-bg: #4C566A;
|
|
|
|
|
2022-11-07 07:04:59 +01:00
|
|
|
--special-result-border: opacity 0;
|
2022-09-03 20:33:51 -04:00
|
|
|
--special-text-background: #4C566A;
|
|
|
|
--special-text-color: #E5E9F0;
|
|
|
|
|
|
|
|
--search-container-text-color: #E5E9F0;
|
|
|
|
--search-container-background-color: #2E3440;
|
2022-11-07 07:04:59 +01:00
|
|
|
--search-container-background-border: opacity 0;
|
2022-09-03 20:33:51 -04:00
|
|
|
|
|
|
|
--search-form-background-color: #4C566A;
|
|
|
|
|
2022-11-07 07:04:59 +01:00
|
|
|
--border: opacity 0;
|
2022-03-09 13:18:24 +01:00
|
|
|
|
|
|
|
--footer-fg: #D8DEE9;
|
|
|
|
--footer-bg: #2E3440;
|
2022-09-14 18:37:20 -04:00
|
|
|
|
|
|
|
color-scheme: dark;
|
2022-06-27 23:00:22 +02:00
|
|
|
}
|