From 568cae50eb3e2c7c3f21b47ea643f66dff7c1871 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 29 Dec 2021 19:36:24 +0530 Subject: [PATCH] kitty: Add the default color scheme used by foot We pick the same base 16 colors as in the default foot configuration but with the background set to complete black viz #000000. Might want to use this at a later date. --- kitty/.config/kitty/foot-default.conf | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 kitty/.config/kitty/foot-default.conf diff --git a/kitty/.config/kitty/foot-default.conf b/kitty/.config/kitty/foot-default.conf new file mode 100644 index 0000000..fcfec73 --- /dev/null +++ b/kitty/.config/kitty/foot-default.conf @@ -0,0 +1,35 @@ +# vim:ft=kitty + +foreground #dcdccc +background #000000 +selection_foreground #000000 +selection_background #fffacd + +cursor #dcdccc +cursor_text_color #111111 + +url_color #d0bf8f + +color0 #000000 +color8 #666666 + +color1 #cc9393 +color9 #dca3a3 + +color2 #7f9f7f +color10 #bfebbf + +color3 #d0bf8f +color11 #f0dfaf + +color4 #6ca0a3 +color12 #8cd0d3 + +color5 #dc8cc3 +color13 #fcace3 + +color6 #93e0e3 +color14 #b3ffff + +color7 #dcdccc +color15 #ffffff