diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-15 17:44:42 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-15 17:44:42 +0100 |
| commit | ab7370869b0cbe71854725d6b01092d524097098 (patch) | |
| tree | 9be0cc6989a261409616844dbb0da3b18b63a8ca /src | |
| parent | c64f59e47841e953a6452644f0cf087032768b4b (diff) | |
[conf/kitty] added 040 config
Diffstat (limited to 'src')
| -rw-r--r-- | src/kitty/040_kitty.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/src/kitty/040_kitty.conf b/src/kitty/040_kitty.conf new file mode 100644 index 0000000..ccf5d25 --- /dev/null +++ b/src/kitty/040_kitty.conf @@ -0,0 +1,50 @@ +# +# ~~~ kitty config +# + +# +# ~~~ system + +# window title +macos_show_window_title_in window +macos_titlebar_color background + +# +# ~~~ theming + +# font +font_size 11.0 +font_family family="mononoki" + +# main colors +background #18191b +foreground #e0e1e4 + +# normal colors +color0 #4a4b4d +color1 #eb4056 +color2 #82d2ce +color3 #fad075 +color4 #4b8dec +color5 #eb83e2 +color6 #2ccce6 +color7 #e0e1e4 + +# bright colors +color8 #4a4b4d +color9 #c7001b +color10 #009e6f +color11 #e09119 +color12 #0067e6 +color13 #eb4dde +color14 #00bad6 +color15 #9d9d9f + +# cursor +cursor_shape beam + +# tab bar +tab_bar_edge top +tab_bar_style separator +tab_separator "|" +tab_title_template " {fmt.fg.tab}{title} " |
