1
1
Fork 0
nixos/options/custom/containers/freshrss/themes/Solarized/README.md

13 lines
337 B
Markdown

# Solarized
Dark/light theme built on top of [Alternative-Dark by Ghost](https://github.com/FreshRSS/FreshRSS/tree/edge/p/themes/Alternative-Dark)
Colors developed by [Ethan Schoonover](https://ethanschoonover.com/solarized/)
### Accent color can be modified via a custom CSS variable
```css
:root {
--accent-color: #d33682;
}
```