From 93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Mon, 18 May 2026 10:46:54 -0700 Subject: Add foot config --- .config/foot/themes/rose-pine-dawn | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/foot/themes/rose-pine-dawn (limited to '.config/foot/themes/rose-pine-dawn') diff --git a/.config/foot/themes/rose-pine-dawn b/.config/foot/themes/rose-pine-dawn new file mode 100644 index 0000000..f7b8a03 --- /dev/null +++ b/.config/foot/themes/rose-pine-dawn @@ -0,0 +1,31 @@ +# -*- conf -*- +# Rosé Pine Dawn + +[main] +initial-color-theme=light + +[colors-light] +background=faf4ed +foreground=575279 + +regular0=f2e9e1 # black (Overlay) +regular1=b4637a # red (Love) +regular2=56949f # green (Foam) +regular3=ea9d34 # yellow (Gold) +regular4=286983 # blue (Pine) +regular5=907aa9 # magenta (Iris) +regular6=d7827e # cyan (Rose) +regular7=575279 # white (Text) + +bright0=fffdf5 # bright black (lighter Overlay) +bright1=df8aa0 # bright red (lighter Love) +bright2=7ebcc7 # bright green (lighter Foam) +bright3=ffc55c # bright yellow (lighter Gold) +bright4=538faa # bright blue (lighter Pine) +bright5=b8a1d2 # bright magenta (lighter Iris) +bright6=ffaaa5 # bright cyan (lighter Rose) +bright7=7c76a0 # bright white (lighter Text) + +flash=ea9d34 # yellow (Gold) + +cursor=faf4ed 575279 -- cgit v1.3.1