dots

Dotfiles for Linux
Log | Files | Refs | README

commit 06a2ae3422aa7067b8229d56fa7bb0542a960079
parent 83f1ceb1c034b5516a725021b6cba7a9e32a36cb
Author: Chris Kiriakou <chris@kiriakou.net>
Date:   Wed, 19 Aug 2026 19:52:30 +0200

add dark theme

Diffstat:
Mfoot/dot-config/foot/foot.ini | 28++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/foot/dot-config/foot/foot.ini b/foot/dot-config/foot/foot.ini @@ -1,6 +1,6 @@ term=foot app-id=foot -font=monospace:size=12 +font=monospace:size=11 pad=0x0 center-when-maximized-and-fullscreen workers=2 @@ -31,8 +31,7 @@ hide-when-typing=yes [touch] long-press-delay=400 - -[colors-dark] +[colors-light] foreground=000000 background=ffffff regular0=000000 @@ -51,6 +50,23 @@ bright4=1166ff bright5=cc00cc bright6=00cccc bright7=ffffff -selection-foreground=000000 -selection-background=d3d3d3 -cursor=ffffff 000000 + +[colors-dark] +foreground=e5e5e5 +background=000000 +regular0=000000 # black +regular1=cd0000 # red +regular2=00cd00 # green +regular3=cdcd00 # yellow +regular4=5252ff # blue +regular5=cd00cd # magenta +regular6=00cdcd # cyan +regular7=e5e5e5 # white +bright0=7f7f7f # bright black +bright1=ff0000 # bright red +bright2=00ff00 # bright green +bright3=ffff00 # bright yellow +bright4=7c7cff # bright blue +bright5=ff00ff # bright magenta +bright6=00ffff # bright cyan +bright7=ffffff # bright white