diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-25 21:36:20 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-25 21:36:20 +0300 |
commit | b560d9259797a041ef0b1f753729f743753f52dd (patch) | |
tree | 35b0bd2542d42aa4fa8eb584309d878db4abb351 | |
parent | 7fe7841557ae6c4127b90e72e80eb32a8968feb9 (diff) | |
download | swayrice-b560d9259797a041ef0b1f753729f743753f52dd.tar.gz swayrice-b560d9259797a041ef0b1f753729f743753f52dd.zip |
Comment foot terminal colors
-rw-r--r-- | dotfiles/.config/foot/foot.ini | 36 |
1 files changed, 18 insertions, 18 deletions
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 |