An icy blue and purple terminal theme.
- Ghostty
- Bat
curl -o ~/.config/ghostty/themes/winterblues https://raw.githubusercontent.com/kachunl/winterblues/master/ghostty/winterblues
Then add to ~/.config/ghostty/config: theme = winterblues
mkdir -p ~/.config/bat/themes curl -o ~/.config/bat/themes/winterblues.tmTheme https://raw.githubusercontent.com/kachunl/winterblues/master/bat/winterblues.tmTheme bat cache --build
Then add to ~/.config/bat/config: --theme="winterblues"
| Role | Hex |
|---|---|
| Background | #0d1117 |
| Foreground | #a9d4e8 |
| Keywords | #6c63ff |
| Strings | #80deea |
| Functions | #4fc3f7 |
| Types | #4dd0e1 |
| Variables | #9b8fff |
| Comments | #4a6b7a |
| Numbers | #b2ebf2 |