hugo-theme/static/css/colorschemes/gruvbox.css
2024-02-02 06:31:53 -05:00

17 lines
249 B
CSS

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