Author: Kyle Fuller <kyle@fuller.li> 2020-08-26 12:11:33 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2020-08-26 12:14:47 +0100 +0100
Commit: f6ad052ea0ef9b22d765425391dd3dfde96a8ca4
Parent: dfce5d24afc32723f11e3c53b2cf1c13e59eff10
feat(kitty): style tabs
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 97a2426defa6ca9bb3cec13f72dda2fdccbbd000..0e1dbe458d43df718f923fa00d2b894dc4c4d6e1 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -4,6 +4,16 @@
include themes/jellybeans.conf
window_margin_width 2
+tab_bar_edge top
+tab_bar_style separator
+tab_separator " "
+tab_title_template "{title} ({index})"
+active_tab_foreground #111
+active_tab_background #dedede
+inactive_tab_foreground #dedede
+inactive_tab_background #111
+inactive_tab_font_style normal
+
map super+c copy_to_clipboard
map super+v paste_from_clipboard