From 15ff116abccb521ec84763725cd013aa4fcb4ad3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 25 Apr 2018 20:55:52 +0200 Subject: Use kitty as default terminal Wish I could completely disable the kitty-internal tiling features but even so it performs better than urxvt - especially when using vim-csexact color scheme conversion. --- conf/kitty.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 conf/kitty.conf (limited to 'conf/kitty.conf') diff --git a/conf/kitty.conf b/conf/kitty.conf new file mode 100644 index 0000000..29c1362 --- /dev/null +++ b/conf/kitty.conf @@ -0,0 +1,31 @@ +font_family iosevka +font_size 10 +font_size_delta 1 +adjust_line_height 110% + +background #161616 +foreground #F2F2F2 +# black +color0 #161616 +color8 #F2F2F2 +# red +color1 #8C3346 +color9 #ff0000 +# green +color2 #aadb0f +color10 #909636 +# yellow +color3 #E4E093 +color11 #ffff00 +# blue +color4 #352F6A +color12 #0000ff +# magenta +color5 #ce5c00 +color13 #f57900 +# cyan +color6 #89b6e2 +color14 #46a4ff +# white +color7 #F2F2F2 +color15 #ffffff -- cgit v1.2.3