Mercurial > dotfiles
annotate dot_config/kitty/kitty.conf @ 383:536cd19a8c6e
Clean up unused config
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 18 Apr 2021 10:22:38 +0200 |
parents | db80c8ac727d |
children | 7004867c436c |
rev | line source |
---|---|
258 | 1 # vim:fileencoding=utf-8:ft=conf |
2 | |
3 font_family Fira Code Retina | |
282 | 4 italic_font Iosevka Term Italic |
258 | 5 |
363
db80c8ac727d
Add nonicons for nicer status lines
zegervdv <zegervdv@me.com>
parents:
359
diff
changeset
|
6 symbol_map U+F100-U+F2FF nonicon |
db80c8ac727d
Add nonicons for nicer status lines
zegervdv <zegervdv@me.com>
parents:
359
diff
changeset
|
7 |
259 | 8 cursor #eeeeee |
258 | 9 |
10 window_margin_width 4 | |
11 window_padding_width 4 | |
12 | |
283 | 13 foreground #abb2bf |
282 | 14 background #282c34 |
258 | 15 |
347
a128f9c0f02e
Set dark font to other color then terminal background
zegervdv <zegervdv@me.com>
parents:
289
diff
changeset
|
16 color0 #393e48 |
a128f9c0f02e
Set dark font to other color then terminal background
zegervdv <zegervdv@me.com>
parents:
289
diff
changeset
|
17 color8 #393e48 |
258 | 18 |
19 color1 #f43753 | |
20 color9 #f43753 | |
21 | |
22 color2 #c9d05c | |
23 color10 #c9d05c | |
24 | |
25 color3 #ffc24b | |
26 color11 #ffc24b | |
27 | |
28 color4 #b3deef | |
29 color12 #b3deef | |
30 | |
263 | 31 color5 #c678dd |
32 color13 #c678dd | |
258 | 33 |
34 color6 #73cef4 | |
35 color14 #73cef4 | |
36 | |
37 color7 #eeeeee | |
38 color15 #ffffff | |
39 | |
259 | 40 scrollback_lines 10000 |
41 | |
260 | 42 selection_background #ffc24b |
261 | 43 |
44 clipboard_control write-primary write-clipboard no-append | |
285 | 45 |
46 draw_minimal_borders yes | |
47 active_border_color #b3deef | |
289 | 48 inactive_border_color #282c34 |
359 | 49 |
50 mark1_foreground white | |
51 mark1_background #f43753 | |
52 map f1 toggle_marker iregex 1 \berror\b |