summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-06 20:52:49 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-06 20:52:49 -0400
commit569c706f1f0ad52a1dd502c3a9f72f0c5bb844c3 (patch)
tree20c341c0a6440ee43e2c4c036f034eef05845a77
parentupdate nvim config (diff)
downloaddotfiles-nix-569c706f1f0ad52a1dd502c3a9f72f0c5bb844c3.tar.gz
dotfiles-nix-569c706f1f0ad52a1dd502c3a9f72f0c5bb844c3.tar.bz2
dotfiles-nix-569c706f1f0ad52a1dd502c3a9f72f0c5bb844c3.zip
update tricolorHEADmain
-rw-r--r--themes/tricolors.nix41
1 files changed, 21 insertions, 20 deletions
diff --git a/themes/tricolors.nix b/themes/tricolors.nix
index 4f8f551..42c99c0 100644
--- a/themes/tricolors.nix
+++ b/themes/tricolors.nix
@@ -2,41 +2,42 @@ rec {
name = "tricolors";
author = "https://trimill.xyz";
- text = bright.white;
- subtext = normal.white;
+ text = normal.white;
+ subtext = "ada2a8";
base = normal.black;
- surface = "2c2b3b";
+ surface = "302f3e";
overlay = bright.black;
primary = bright.blue;
+ secondary = bright.pink;
success = bright.green;
warning = bright.yellow;
error = bright.red;
normal = {
black = "14171d";
- blue = "3d67a2";
- cyan = "578c7c";
- green = "759438";
- magenta = "7b5687";
- red = "a63a3a";
- white = "ada0a8";
- yellow = "de7e54";
+ blue = "4d75ab";
+ cyan = "5c9183";
+ green = "769d61";
+ magenta = "855f91";
+ red = "ab4353";
+ white = "d5d2cc";
+ yellow = "dcac52";
pink = normal.magenta;
- orange = normal.yellow;
+ orange = "d1764f";
};
bright = {
- black = "4d4754";
- blue = "789ebf";
- cyan = "82bfb3";
- green = "97bd5e";
- magenta = "a97fb3";
- red = "cc5c5c";
- white = "c7c6c3";
- yellow = "f0c767";
+ black = "514b5f";
+ blue = "7ea1c0";
+ cyan = "87c4b8";
+ green = "9dc265";
+ magenta = "ac84b6";
+ red = "ce6363";
+ white = "f6f4e9";
+ yellow = "f0c96c";
pink = bright.magenta;
- orange = bright.yellow;
+ orange = "edad80";
};
}