diff options
| author | Nate Cox <nate@natecox.dev> | 2026-05-18 10:46:54 -0700 |
|---|---|---|
| committer | Nate Cox <nate@natecox.dev> | 2026-05-18 10:46:54 -0700 |
| commit | 93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb (patch) | |
| tree | 03953272b576fb06136c7cbe98d99ac2792fcdc8 /.config/foot/themes/rose-pine-moon | |
| parent | ea73642a3c82b5e58f6f7f42878bc695e7189efe (diff) | |
| download | dotfiles-93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb.tar.bz2 dotfiles-93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb.zip | |
Add foot config
Diffstat (limited to '.config/foot/themes/rose-pine-moon')
| -rw-r--r-- | .config/foot/themes/rose-pine-moon | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/foot/themes/rose-pine-moon b/.config/foot/themes/rose-pine-moon new file mode 100644 index 0000000..5651a47 --- /dev/null +++ b/.config/foot/themes/rose-pine-moon @@ -0,0 +1,28 @@ +# -*- conf -*- +# Rosé Pine Moon + +[colors-dark] +background=232136 +foreground=e0def4 + +regular0=393552 # black (Overlay) +regular1=eb6f92 # red (Love) +regular2=9ccfd8 # green (Foam) +regular3=f6c177 # yellow (Gold) +regular4=3e8fb0 # blue (Pine) +regular5=c4a7e7 # magenta (Iris) +regular6=ea9a97 # cyan (Rose) +regular7=e0def4 # white (Text) + +bright0=5c5776 # bright black (lighter Overlay) +bright1=ff98ba # bright red (lighter Love) +bright2=c5f9ff # bright green (lighter Foam) +bright3=ffeb9e # bright yellow (lighter Gold) +bright4=6ab7d9 # bright blue (lighter Pine) +bright5=eed0ff # bright magenta (lighter Iris) +bright6=ffc3bf # bright cyan (lighter Rose) +bright7=fefcff # bright white (lighter Text) + +flash=f6c177 # yellow (Gold) + +cursor=232136 e0def4 |
