aboutsummaryrefslogtreecommitdiff
path: root/dot_config/kitty/kitty.conf.bak
blob: 9c0ab517b942311699f67b13abe1afa47633b0a1 (plain)
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
# BEGIN_KITTY_FONTS
font_family      family="FiraMono Nerd Font Mono"
font_size        11
bold_font        auto
italic_font      auto
bold_italic_font auto
disable_ligatures always
text_composition_strategy 1.8 15
# END_KITTY_FONTS

enable_audio_bell no
allow_remote_control yes

# Acme-ish colorscheme
# background #ffffea
# foreground #000000
# cursor #000000
# cursor_text_color #ffffea
cursor_shape beam
# selection_background  #eeee9e
# selection_foreground #000000
# color0 #000000
# color1 #c21d14
# color2 #0fcc0c
# color3 #a78300
# color4 #006dce
# color5 #c44392
# color6 #00978a
# color7 #3a4d53
# color8 #000000
# color9 #f4342a
# color10 #065905
# color11 #ad8900
# color12 #0072d4
# color13 #ca4898
# color14 #009c8f
# color15 #909995

# Maps
enabled_layouts tall:bias=50;full_size=1;mirrored=false
map ctrl+alt+c new_tab
map ctrl+alt+j next_tab
map ctrl+alt+k previous_tab

map ctrl+shift+n launch --cwd=current
map ctrl+j next_window
map ctrl+k previous_window
map ctrl+shift+j move_window_forward
map ctrl+shift+k move_window_backward
map ctrl+alt+x close_window


# BEGIN_KITTY_THEME
# Catppuccin-Latte
include current-theme.conf
# END_KITTY_THEME