From b560d9259797a041ef0b1f753729f743753f52dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 25 Aug 2022 21:36:20 +0300 Subject: Comment foot terminal colors --- dotfiles/.config/foot/foot.ini | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'dotfiles/.config/foot') diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini index 7230d0e..39f2f93 100644 --- a/dotfiles/.config/foot/foot.ini +++ b/dotfiles/.config/foot/foot.ini @@ -3,26 +3,26 @@ font = monospace:size=10 [colors] -foreground = fcf8e2 -background = 151517 +foreground = fcf8e2 #white +background = 151517 #black -regular0 = 33333a -regular1 = b73030 -regular2 = 6d974b -regular3 = b2872f -regular4 = 3f6e90 -regular5 = 9c6992 -regular6 = 5b8277 -regular7 = b0afa8 +regular0 = 33333a #black +regular1 = b73030 #red +regular2 = 6d974b #green +regular3 = b2872f #yellow +regular4 = 3f6e90 #blue +regular5 = 9c6992 #magenta +regular6 = 5b8277 #cyan +regular7 = b0afa8 #white -bright0 = 676775 -bright1 = c45c5c -bright2 = 92b078 -bright3 = e2b55a -bright4 = 81acc1 -bright5 = b48ead -bright6 = 7fac96 -bright7 = faf6e5 +bright0 = 676775 #black +bright1 = c45c5c #red +bright2 = 92b078 #green +bright3 = e2b55a #yellow +bright4 = 81acc1 #blue +bright5 = b48ead #magenta +bright6 = 7fac96 #cyan +bright7 = faf6e5 #white [search-bindings] find-prev = Control+p -- cgit v1.2.3