spacex / public /static /colorschemes /solarized-light.css
Trickshotblaster
Make searchbar text more readable in solarized themes
037befa
raw
history blame
No virus
249 Bytes
:root {
--background-color: #EEE8D5ff;
--foreground-color: #b1ab97;
--color-one: #fdf6e3;
--color-two: #DC322Fff;
--color-three: #586E75ff;
--color-four: #b58900;
--color-five: #268bd2;
--color-six: #d33682;
--color-seven: #fff;
}