Mercurial > dotfiles
annotate dot_config/kitty/kitty.conf @ 347:a128f9c0f02e
Set dark font to other color then terminal background
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 05 Feb 2021 14:58:49 +0100 |
parents | 6744d7605e8b |
children | 01ed548d66b7 |
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 |
259 | 6 cursor #eeeeee |
258 | 7 |
8 window_margin_width 4 | |
9 window_padding_width 4 | |
10 | |
283 | 11 foreground #abb2bf |
282 | 12 background #282c34 |
258 | 13 |
347
a128f9c0f02e
Set dark font to other color then terminal background
zegervdv <zegervdv@me.com>
parents:
289
diff
changeset
|
14 color0 #393e48 |
a128f9c0f02e
Set dark font to other color then terminal background
zegervdv <zegervdv@me.com>
parents:
289
diff
changeset
|
15 color8 #393e48 |
258 | 16 |
17 color1 #f43753 | |
18 color9 #f43753 | |
19 | |
20 color2 #c9d05c | |
21 color10 #c9d05c | |
22 | |
23 color3 #ffc24b | |
24 color11 #ffc24b | |
25 | |
26 color4 #b3deef | |
27 color12 #b3deef | |
28 | |
263 | 29 color5 #c678dd |
30 color13 #c678dd | |
258 | 31 |
32 color6 #73cef4 | |
33 color14 #73cef4 | |
34 | |
35 color7 #eeeeee | |
36 color15 #ffffff | |
37 | |
259 | 38 scrollback_lines 10000 |
39 | |
260 | 40 selection_background #ffc24b |
261 | 41 |
42 clipboard_control write-primary write-clipboard no-append | |
285 | 43 |
44 draw_minimal_borders yes | |
45 active_border_color #b3deef | |
289 | 46 inactive_border_color #282c34 |