From 6163a78d227f0ba15fb54e45717e08d84a9b7c3f Mon Sep 17 00:00:00 2001 From: Inhji Date: Fri, 20 Oct 2023 23:58:08 +0200 Subject: [PATCH] foot: fix config iguess --- config/foot/foot.ini | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 0f02cea..5314ed5 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -9,22 +9,3 @@ shell=/usr/bin/fish # adapted from https://github.com/imcarvalho/neonpurple # but tweaked background and regular0 -[colors] -background=1e1e2e -foreground=cdd6f4 -regular0=11111b # black -regular1=f38ba8 # red -regular2=a6e3a1 # green -regular3=fab387 # yellow -regular4=05BEFF # blue -regular5=cba6f7 # magenta -regular6=94e2d5 # cyan -regular7=9399b2 # white -bright0=181825 -bright1=eba0ac -bright2=00FFB7 -bright3=f9e2af -bright4=74c7ec -bright5=f5c2e7 -bright6=89dceb -bright7=a6adc8