aboutsummaryrefslogtreecommitdiff
path: root/conf/kitty.conf
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-04-25 20:55:52 +0200
committerAdrian Kummerlaender2018-04-25 20:58:30 +0200
commit15ff116abccb521ec84763725cd013aa4fcb4ad3 (patch)
tree1558aa13ba1a7fae545f30657e4da9b39258029f /conf/kitty.conf
parentf5db61e34dde4cc36b0cdaa33ed1b6e23e9ad776 (diff)
downloadnixos_home-15ff116abccb521ec84763725cd013aa4fcb4ad3.tar
nixos_home-15ff116abccb521ec84763725cd013aa4fcb4ad3.tar.gz
nixos_home-15ff116abccb521ec84763725cd013aa4fcb4ad3.tar.bz2
nixos_home-15ff116abccb521ec84763725cd013aa4fcb4ad3.tar.lz
nixos_home-15ff116abccb521ec84763725cd013aa4fcb4ad3.tar.xz
nixos_home-15ff116abccb521ec84763725cd013aa4fcb4ad3.tar.zst
nixos_home-15ff116abccb521ec84763725cd013aa4fcb4ad3.zip
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.
Diffstat (limited to 'conf/kitty.conf')
-rw-r--r--conf/kitty.conf31
1 files changed, 31 insertions, 0 deletions
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