From 47fcf38d7af801eda65e53bc645ae90db497298c Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Sat, 4 Jan 2025 16:01:21 +0000 Subject: [PATCH] Add neon color palette from st --- foot.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/foot.ini b/foot.ini index 0b4941f..d7e5f6d 100644 --- a/foot.ini +++ b/foot.ini @@ -4,6 +4,26 @@ font = monospace:size=11 background=000000 foreground=ffffff +# Normal/regular colors (color palette 0-7) +regular0=111111 +regular1=e6193c +regular2=29a329 +regular3=c3c322 +regular4=3d62f5 +regular5=ad2bee +regular6=1999b3 +regular7=cfcfcf + +# Bright colors (color palette 8-15) +bright0=353535 +bright1=e6193c +bright2=29a329 +bright3=c3c322 +bright4=3d62f5 +bright5=ad2bee +bright6=1999b3 +bright7=f0fff0 + [cursor] style = block unfocused-style = hollow