all repos

dotfiles @ e268665220f7af0dff0650924f60f2d1b9136138

my dotfiles

config/kitty/kitty.conf (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
font_family   Jetbrains Mono
font_size     11
repaint_delay 10

# Cursor
cursor                     #dfdfdf
cursor_text_color          #7d7d7d
cursor_shape               underline
cursor_underline_thickness 1.3
cursor_blink_interval 0

# Bell
enable_audio_bell    no
window_alert_on_bell no
bell_on_tab          no

# Keyboard Shortcuts
clear_all_shortcuts yes
open_url_modifiers  ctrl
map ctrl+shift+c    copy_to_clipboard
map ctrl+shift+v    paste_from_clipboard
map ctrl+shift+u    kitten unicode_input
map alt+k           scroll_line_up
map alt+j           scroll_line_down
map ctrl+equal      change_font_size all +2.0
map ctrl+minus      change_font_size all -2.0
map ctrl+backspace  change_font_size all 0

# Theming
background_opacity 0.85
background #262a2b
foreground #ffffff
selection_background #1F2324
color0   #002731
color8   #001e26
color1   #d01b24
color9   #bd3612
color2   #728905
color10  #465a61
color3   #a57705
color11  #52676f
color4   #2075c7
color12  #708183
color5   #c61b6e
color13  #5856b9
color6   #0fbcf9
color14  #4bcffa
color7   #e9e2cb
color15  #fcf4dc