all repos

dotfiles @ 5c89b48ca5f6fb71592cca59e326fdcca9242687

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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
linux_display_server x11
sync_to_monitor      yes

## Font
font_size         13.0
font_family       Jetbrains Mono
bold_font         auto
italic_font       auto
bold_italic_font  auto
disable_ligatures never

## Tabs
tab_bar_style fade
tab_fade 1

## Bell
enable_audio_bell    no
visual_bell_duration 0

## Cursor
cursor_beam_thickness 0
cursor_shape underline
cursor_underline_thickness 1.3
cursor_blink_interval 0

## Mouse
mouse_hide_wait 3.0
focus_follows_mouse no

## Mappings
map alt+1 goto_tab 1
map alt+2 goto_tab 2
map alt+3 goto_tab 3
map alt+4 goto_tab 4
map alt+5 goto_tab 5
map alt+5 goto_tab 6
map alt+5 goto_tab 7
map ctrl+shift+t new_tab_with_cwd
map ctrl+equal change_font_size all +1
map ctrl+minus change_font_size all -1
map ctrl+backspace change_font_size all 0

## Colors
background #1F1F28
foreground #DCD7BA
selection_background #2D4F67
selection_foreground #C8C093
url_color #72A7BC
cursor #C8C093
active_tab_background #2D4F67
active_tab_foreground #DCD7BA
inactive_tab_background #223249
inactive_tab_foreground #727169
tab_bar_background #15161E
color0 #090618
color1 #C34043
color2 #76946A
color3 #C0A36E
color4 #7E9CD8
color5 #957FB8
color6 #6A9589
color7 #C8C093
color8  #727169
color9  #E82424
color10 #98BB6C
color11 #E6C384
color12 #7FB4CA
color13 #938AA9
color14 #7AA89F
color15 #DCD7BA
color16 #FFA066
color17 #FF5D62