Mercurial > dotfiles
comparison dot_config/kitty/kitty.conf @ 259:81e00b8647b9
Fix colors
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 21 May 2020 22:24:46 +0200 |
parents | e76bb97c0099 |
children | 5fd0a7044f9f |
comparison
equal
deleted
inserted
replaced
258:e76bb97c0099 | 259:81e00b8647b9 |
---|---|
1 # vim:fileencoding=utf-8:ft=conf | 1 # vim:fileencoding=utf-8:ft=conf |
2 | 2 |
3 font_family Fira Code Retina | 3 font_family Fira Code Retina |
4 | 4 |
5 cursor white | 5 cursor #eeeeee |
6 | 6 |
7 window_margin_width 4 | 7 window_margin_width 4 |
8 window_padding_width 4 | 8 window_padding_width 4 |
9 | 9 |
10 foreground #eeeeee | 10 foreground #eeeeee |
32 color14 #73cef4 | 32 color14 #73cef4 |
33 | 33 |
34 color7 #eeeeee | 34 color7 #eeeeee |
35 color15 #ffffff | 35 color15 #ffffff |
36 | 36 |
37 scrollback_lines 10000 | |
38 | |
39 selection_background #f43753 | |
40 |