Mercurial > dotfiles
annotate dot_config/kitty/kitty.conf @ 418:14492409db21
Add macOS-specific settings
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 27 Jul 2021 15:51:52 +0200 |
parents | 7004867c436c |
children | d4373e768165 |
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 |
418 | 5 font_size 13.0 |
258 | 6 |
363
db80c8ac727d
Add nonicons for nicer status lines
zegervdv <zegervdv@me.com>
parents:
359
diff
changeset
|
7 symbol_map U+F100-U+F2FF nonicon |
414 | 8 |
259 | 9 cursor #eeeeee |
258 | 10 |
11 window_margin_width 4 | |
12 window_padding_width 4 | |
13 | |
283 | 14 foreground #abb2bf |
282 | 15 background #282c34 |
258 | 16 |
347
a128f9c0f02e
Set dark font to other color then terminal background
zegervdv <zegervdv@me.com>
parents:
289
diff
changeset
|
17 color0 #393e48 |
a128f9c0f02e
Set dark font to other color then terminal background
zegervdv <zegervdv@me.com>
parents:
289
diff
changeset
|
18 color8 #393e48 |
258 | 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 | |
263 | 32 color5 #c678dd |
33 color13 #c678dd | |
258 | 34 |
35 color6 #73cef4 | |
36 color14 #73cef4 | |
37 | |
38 color7 #eeeeee | |
39 color15 #ffffff | |
40 | |
259 | 41 scrollback_lines 10000 |
42 | |
260 | 43 selection_background #ffc24b |
261 | 44 |
45 clipboard_control write-primary write-clipboard no-append | |
285 | 46 |
47 draw_minimal_borders yes | |
48 active_border_color #b3deef | |
289 | 49 inactive_border_color #282c34 |
359 | 50 |
51 mark1_foreground white | |
52 mark1_background #f43753 | |
53 map f1 toggle_marker iregex 1 \berror\b |