diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 16:18:59 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 16:18:59 +0200 |
| commit | 3440aedb1a87e427c1428429471368d46b8f6d79 (patch) | |
| tree | fb4ccbf88f497ac29397e1884583c7f734f6de5c | |
| parent | 3bf9573491863bb047f723f35004d33a4efac3b1 (diff) | |
| download | dotfiles-3440aedb1a87e427c1428429471368d46b8f6d79.tar.gz dotfiles-3440aedb1a87e427c1428429471368d46b8f6d79.zip | |
misc(foot): use shipped theme
| -rw-r--r-- | .config/foot/foot.ini | 48 |
1 files changed, 8 insertions, 40 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index b364106..43da9e4 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -14,7 +14,6 @@ font=Hack Nerd Font Mono:style=Regular:size=9 initial-color-theme=dark initial-window-size-chars=130x40 initial-window-mode=windowed -include=~/.config/foot/local.ini [scrollback] lines=1000 @@ -27,43 +26,12 @@ fullscreen=F11 color-theme-toggle=F10 clipboard-paste=Alt+v -# Tokyo Night — https://github.com/folke/tokyonight.nvim -[colors-dark] -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 +# Tokyo Night — shipped themes (see /usr/share/foot/themes) +[main] +include=/usr/share/foot/themes/tokyonight-night +include=/usr/share/foot/themes/tokyonight-light +# tokyonight-light sets initial-color-theme=light; restore our dark default +initial-color-theme=dark -[colors-light] -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 +# Keep this last so that it overrides previous settings +include=~/.config/foot/local.ini |
