From bbdecd8491acb3db7b0f48e09888d7d266b485a0 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Mon, 8 Jun 2026 19:14:21 -0400 Subject: new foot dark-mode theme. --- foot/foot.ini | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/foot/foot.ini b/foot/foot.ini index 0e48ae5..3262b7d 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -3,26 +3,26 @@ font=Iosevka:size=10 initial-color-theme=light [colors-dark] -background=171D23 -foreground=FFFFFF +background=181818 +foreground=e4e4ef -regular0=333F4A -regular1=D95468 -regular2=8BD49C -regular3=539AFC -regular4=EBBF83 -regular5=B62D65 -regular6=70E1E8 -regular7=B7C5D3 +regular0=000000 +regular1=f43841 +regular2=73c936 +regular3=ffdd33 +regular4=96a6c8 +regular5=9e95c7 +regular6=95a99f +regular7=ffffff -bright0=41505E -bright1=D95468 -bright2=8BD49C -bright3=EBBF83 -bright4=5EC4FF -bright5=E27E8D -bright6=70E1E8 -bright7=FFFFFF +bright0=999957 +bright1=E28C88 +bright2=7AB877 +bright3=9E9477 +bright4=7EC6EB +bright5=A9ABDA +bright6=7AD0D1 +bright7=D6D687 [colors-light] background=FFFFEC -- cgit v1.2.3