Mercurial > dotfiles
comparison dot_config/kitty/kitty.conf.tmpl @ 714:587765960227
feat: set global dark option
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 30 Nov 2022 18:11:07 +0100 |
parents | 5b726cb31ab5 |
children | 2edfa67bf4dd |
comparison
equal
deleted
inserted
replaced
713:45c34cfecc3e | 714:587765960227 |
---|---|
4 italic_font Iosevka Term Italic | 4 italic_font Iosevka Term Italic |
5 font_size {{ .font_size }} | 5 font_size {{ .font_size }} |
6 | 6 |
7 symbol_map U+F100-U+F2FF nonicons | 7 symbol_map U+F100-U+F2FF nonicons |
8 | 8 |
9 cursor #facbcb | |
10 | |
11 window_margin_width 4 | 9 window_margin_width 4 |
12 window_padding_width 4 | 10 window_padding_width 4 |
13 | 11 |
14 foreground #000000 | |
15 background #FBFAFC | |
16 | |
17 color0 #000000 | |
18 color8 #d1d1d1 | |
19 | |
20 color1 #d44950 | |
21 color9 #d44950 | |
22 | |
23 color2 #73b00a | |
24 color10 #73b00a | |
25 | |
26 color3 #faa500 | |
27 color11 #faa500 | |
28 | |
29 color4 #2f6f9f | |
30 color12 #2f6f9f | |
31 | |
32 color5 #3a1d72 | |
33 color13 #3a1d72 | |
34 | |
35 color6 #4f9fcf | |
36 color14 #4f9fcf | |
37 | |
38 color7 #ffffff | |
39 color15 #ffffff | |
40 | |
41 scrollback_lines 10000 | 12 scrollback_lines 10000 |
42 | |
43 selection_background #dbebff | |
44 | 13 |
45 clipboard_control write-primary write-clipboard no-append | 14 clipboard_control write-primary write-clipboard no-append |
46 | 15 |
47 draw_minimal_borders yes | 16 draw_minimal_borders yes |
48 active_border_color #b3deef | |
49 inactive_border_color #282c34 | |
50 | 17 |
51 mark1_foreground white | 18 mark1_foreground white |
52 mark1_background #f43753 | 19 mark1_background #f43753 |
53 map f1 toggle_marker iregex 1 \berror\b | 20 map f1 toggle_marker iregex 1 \berror\b |
54 | 21 |
56 editor nvim | 23 editor nvim |
57 | 24 |
58 map ctrl+g kitten hints --type=linenum nvim +{line} {path} | 25 map ctrl+g kitten hints --type=linenum nvim +{line} {path} |
59 | 26 |
60 confirm_os_window_close 0 | 27 confirm_os_window_close 0 |
28 | |
29 {{ if .dark }} | |
30 include colors/catppuccin.conf | |
31 {{ else }} | |
32 include colors/espresso-tutti.conf | |
33 {{ end }} |