spacex / public /static /colorschemes /gruvbox-dark.css
aocosmic
πŸ’„ Improved visual fidelity for the `simple` theme (#426)
397a805 unverified
raw
history blame
268 Bytes
:root {
--background-color: #1d2021;
--foreground-color: #ebdbb2;
--logo-color: #ebdbb2;
--color-one: #282828;
--color-two: #98971a;
--color-three: #d79921;
--color-four: #458588;
--color-five: #b16286;
--color-six: #689d6a;
--color-seven: #fff;
}