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/everforest-soft | |
| parent | ea73642a3c82b5e58f6f7f42878bc695e7189efe (diff) | |
| download | dotfiles-93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb.tar.bz2 dotfiles-93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb.zip | |
Add foot config
Diffstat (limited to '.config/foot/themes/everforest-soft')
| -rw-r--r-- | .config/foot/themes/everforest-soft | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/foot/themes/everforest-soft b/.config/foot/themes/everforest-soft new file mode 100644 index 0000000..46545e5 --- /dev/null +++ b/.config/foot/themes/everforest-soft @@ -0,0 +1,45 @@ +[colors-light] +alpha=1.0 +background=f8f0dc +foreground=5c6a72 + +regular0=5c6a72 # black +regular1=f85552 # red +regular2=8da101 # green +regular3=dfa000 # yellow +regular4=3a94c5 # blue +regular5=df69ba # magenta +regular6=35a77c # cyan +regular7=dfddc8 # white + +bright0=5c6a72 # black +bright1=f85552 # red +bright2=8da101 # green +bright3=dfa000 # yellow +bright4=3a94c5 # blue +bright5=df69ba # magenta +bright6=35a77c # cyan +bright7=dfddc8 # white + +[colors-dark] +alpha=1.0 +background=323d43 +foreground=d3c6aa + +regular0=4b565c # black +regular1=e67e80 # red +regular2=a7c080 # green +regular3=dbbc7f # yellow +regular4=7fbbb3 # blue +regular5=d699b6 # magenta +regular6=83c092 # cyan +regular7=d3c6aa # white + +bright0=4b565c # black +bright1=e67e80 # red +bright2=a7c080 # green +bright3=dbbc7f # yellow +bright4=7fbbb3 # blue +bright5=d699b6 # magenta +bright6=83c092 # cyan +bright7=d3c6aa # white |
