Mercurial > dotfiles
comparison dot_config/kitty/kitty.conf.tmpl @ 434:3339d673ee5e
Make kitty font_size a template
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 14 Aug 2021 11:49:44 +0200 |
parents | |
children | 3614ad1b085c |
comparison
equal
deleted
inserted
replaced
433:4a539353bd54 | 434:3339d673ee5e |
---|---|
1 # vim:fileencoding=utf-8:ft=conf | |
2 | |
3 font_family Fira Code Retina | |
4 italic_font Iosevka Term Italic | |
5 font_size {{ .font_size }} | |
6 | |
7 symbol_map U+F100-U+F2FF nonicons | |
8 | |
9 cursor #eeeeee | |
10 | |
11 window_margin_width 4 | |
12 window_padding_width 4 | |
13 | |
14 foreground #abb2bf | |
15 background #282c34 | |
16 | |
17 color0 #393e48 | |
18 color8 #393e48 | |
19 | |
20 color1 #f43753 | |
21 color9 #f43753 | |
22 | |
23 color2 #c9d05c | |
24 color10 #c9d05c | |
25 | |
26 color3 #ffc24b | |
27 color11 #ffc24b | |
28 | |
29 color4 #b3deef | |
30 color12 #b3deef | |
31 | |
32 color5 #c678dd | |
33 color13 #c678dd | |
34 | |
35 color6 #73cef4 | |
36 color14 #73cef4 | |
37 | |
38 color7 #eeeeee | |
39 color15 #ffffff | |
40 | |
41 scrollback_lines 10000 | |
42 | |
43 selection_background #ffc24b | |
44 | |
45 clipboard_control write-primary write-clipboard no-append | |
46 | |
47 draw_minimal_borders yes | |
48 active_border_color #b3deef | |
49 inactive_border_color #282c34 | |
50 | |
51 mark1_foreground white | |
52 mark1_background #f43753 | |
53 map f1 toggle_marker iregex 1 \berror\b |