From 3f245ac3625c9f2a4339e477f42ce2e0b77d4440 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 5 Jul 2023 09:16:20 +0530 Subject: [PATCH] foot: Use the default colour scheme foot switched to using Starlight as the default colour scheme. It seems good so let's just use that. https://github.com/CosmicToast/starlight --- foot/.config/foot/foot.ini | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index 7c959dc..070fac4 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -16,34 +16,12 @@ lines = 0 [cursor] style = underline -color = 111111 dcdccc +color = 181818 cdcdcd [mouse] hide-when-typing = no alternate-scroll-mode = no -[colors] -alpha = 0.8 -foreground = dddddd -background = 000000 - -regular0 = 000000 # black -regular1 = cc0403 # red -regular2 = 19cb00 # green -regular3 = cecb00 # yellow -regular4 = 0d73cc # blue -regular5 = cb1ed1 # magenta -regular6 = 0dcdcd # cyan -regular7 = dddddd # white -bright0 = 767676 # bright black -bright1 = f2201f # bright red -bright2 = 23fd00 # bright green -bright3 = fffd00 # bright yellow -bright4 = 1a8fff # bright blue -bright5 = fd28ff # bright magenta -bright6 = 14ffff # bright cyan -bright7 = ffffff # bright white - [key-bindings] scrollback-up-page = Page_Up scrollback-down-page = Page_Down