From 76b8f2b2c6dca62c3bee2b057c58e9392299b85c Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sat, 21 Jan 2023 11:55:19 +0100 Subject: [PATCH] foot: Tweak color palette Signed-off-by: Christoph Heiss --- foot/foot.ini | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/foot/foot.ini b/foot/foot.ini index 738716b..e4637dd 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -14,4 +14,26 @@ underline-thickness=1 hide-when-typing=yes [colors] -background=1e1f27 +foreground=c0caf5 +background=1a1b26 + +regular0=15161E # black +regular1=f7768e # red +regular2=9ece6a # green +regular3=e0af68 # yellow +regular4=7aa2f7 # blue +regular5=bb9af7 # magenta +regular6=7dcfff # cyan +regular7=a9b1d6 # white + +bright0=414868 # bright black +bright1=f7768e # bright red +bright2=9ece6a # bright green +bright3=e0af68 # bright yellow +bright4=7aa2f7 # bright blue +bright5=bb9af7 # bright magenta +bright6=7dcfff # bright cyan +bright7=c0caf5 # bright white + +dim0=ff9e64 +dim1=db4b4b