From ff5f95434fdb3a17d51f423529acecce47ceaa14 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 29 Sep 2023 20:38:39 +0200 Subject: [PATCH] Adding kitty/kitty.conf --- kitty/kitty.conf | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 kitty/kitty.conf diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..4c0754f --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,46 @@ +font_family Hack Nerd Font Mono Regular +bold_font auto +italic_font auto +bold_italic_font auto +font_size 12.0 + +dim_opacity 0.4 + +# Colors + +foreground #f1f1f1 +background #282a33 +selection_foreground none +selection_background none + +# black +color0 #000 +color8 #000 + +# red +color1 #cc817f +color9 #cc817f + +# green +color2 #7ccfaf +color10 #7ccfaf + +# yellow +color3 #ffcc99 +color11 #ffcc99 + +# blue +color4 #8ac6f2 +color12 #8ac6f2 + +# magenta +color5 #9999cc +color13 #9999cc + +# cyan +color6 #8abeb7 +color14 #8abeb7 + +# white +color7 #f1f1f1 +color15 #f1f1f1