From 5c898ca1f2fb512e26d22aaac4e409e0627bbf2b Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 17 May 2025 22:10:25 +0100 Subject: Update foot font size & colours --- dot-config/foot/foot.ini | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'dot-config/foot') diff --git a/dot-config/foot/foot.ini b/dot-config/foot/foot.ini index 616bd39..68df844 100644 --- a/dot-config/foot/foot.ini +++ b/dot-config/foot/foot.ini @@ -5,15 +5,12 @@ # font=hack-nerd:size=10 -line-height=14 +line-height=12 pad=10x10 # Rose-Piné - -[cursor] -color=191724 e0def4 - [colors] +cursor=191724 e0def4 background=191724 foreground=e0def4 regular0=26233a # black @@ -22,14 +19,14 @@ regular2=31748f # green regular3=f6c177 # yellow regular4=9ccfd8 # blue regular5=c4a7e7 # magenta -regular6=ebbcba # cyan +regular6=09eeaa # cyan regular7=e0def4 # white bright0=6e6a86 # bright black -bright1=eb6f92 # bright red +bright1=dd4455 # bright red bright2=31748f # bright green bright3=f6c177 # bright yellow bright4=9ccfd8 # bright blue bright5=c4a7e7 # bright magenta -bright6=ebbcba # bright cyan +bright6=00ffff # bright cyan bright7=e0def4 # bright white -- cgit