jakubb-hugo/static/css/colorschemes/gruvbox.css

24 lines
338 B
CSS

:root {
--bg: #f9f5d7;
--fg: #3c3836;
--alt-bg: #d5c4a1;
--acc-1: #076678;
--shadow: #504945;
--table: #fbf1c7;
--table-alt: #d5c4a1;
}
@media (prefers-color-scheme: dark) {
:root {
--bg: #1d2021;
--fg: #ebdbb2;
--alt-bg: #504945;
--acc-1: #83a598;
--shadow: #1d2021;
--table: #282828;
--table-alt: #504945;
}
}