# 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;
}
```