diff options
| -rw-r--r-- | .config/foot/foot.ini | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index d84d74b..1714faf 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -24,16 +24,45 @@ lines=1000 fullscreen=F11 color-theme-toggle=F10 +# Tokyo Night — https://github.com/folke/tokyonight.nvim [colors-dark] -background=242424 -foreground=e6e6e6 -regular0=242424 -regular7=e6e6e6 +background=1a1b26 +foreground=c0caf5 +regular0=15161e +regular1=f7768e +regular2=9ece6a +regular3=e0af68 +regular4=7aa2f7 +regular5=bb9af7 +regular6=7dcfff +regular7=a9b1d6 +bright0=414868 +bright1=f7768e +bright2=9ece6a +bright3=e0af68 +bright4=7aa2f7 +bright5=bb9af7 +bright6=7dcfff +bright7=c0caf5 [colors-light] -background=e6e6e6 -foreground=242424 -regular0=e6e6e6 -regular7=242424 +background=e1e2e7 +foreground=3760bf +regular0=b4b5b9 +regular1=f52a65 +regular2=587539 +regular3=8c6c3e +regular4=2e7de9 +regular5=9854f1 +regular6=007197 +regular7=6172b0 +bright0=a1a6c5 +bright1=f52a65 +bright2=587539 +bright3=8c6c3e +bright4=2e7de9 +bright5=9854f1 +bright6=007197 +bright7=3760bf # vim: ft=dosini |
