Mercurial > dotfiles
annotate dot_config/kitty/kitty.conf.tmpl @ 454:3614ad1b085c
Enable x11 window decorations on linux
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 14 Sep 2021 17:23:34 +0200 |
parents | 3339d673ee5e |
children | 5c1146abe8e7 |
rev | line source |
---|---|
434 | 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 | |
454
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
54 |
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
55 linux_display_server x11 |