diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 23:46:49 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-17 14:19:50 -0400 |
| commit | 25b4f61512a76d75aa94b44bb666fd899cf8bf5e (patch) | |
| tree | b97a4dd9190cf57b2c0c6408bf292b6e214505b7 /themes | |
| parent | update commits (diff) | |
| download | dotfiles-nix-25b4f61512a76d75aa94b44bb666fd899cf8bf5e.tar.gz dotfiles-nix-25b4f61512a76d75aa94b44bb666fd899cf8bf5e.tar.bz2 dotfiles-nix-25b4f61512a76d75aa94b44bb666fd899cf8bf5e.zip | |
update caelestia and its theming
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/catppuccin/mocha.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/catppuccin/mocha.nix b/themes/catppuccin/mocha.nix index 57ef7e8..837768b 100644 --- a/themes/catppuccin/mocha.nix +++ b/themes/catppuccin/mocha.nix @@ -10,8 +10,7 @@ rec { overlay = "6c7086"; primary = normal.blue; - secondary = subtext; - tertiary = normal.pink; + secondary = normal.pink; success = normal.green; warning = normal.yellow; error = normal.red; |