-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkitty.conf
More file actions
93 lines (83 loc) · 2.21 KB
/
Copy pathkitty.conf
File metadata and controls
93 lines (83 loc) · 2.21 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Kitty Terminal Configuration,Nerd Font Installation & Setup
background_opacity 0.20
# Fonts
font_family Iosevka Nerd Font
bold_font Iosevka Nerd Font Bold
font_size 20.0
# Cursor
cursor #5ea1ff
cursor_text_color #0f1420
cursor_shape block
cursor_shape_unfocused hollow
cursor_blink_interval 0.5
cursor_stop_blinking_after 15.0
cursor_trail 2
cursor_trail_decay 0.15 0.35
# Scrollback
scrollback_lines 10000
scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
wheel_scroll_multiplier 5.0
# Scrollbar
scrollbar scrolled
scrollbar_interactive yes
scrollbar_width 0.5
scrollbar_hover_width 1.0
scrollbar_handle_opacity 0.4
scrollbar_handle_color #5ea1ff
scrollbar_track_color #121826
scrollbar_radius 0.4
# Tabs
tab_bar_edge bottom
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template "{index}: {title}"
tab_bar_background #0f1420
active_tab_foreground #ffffff
active_tab_background #5ea1ff
active_tab_font_style bold
inactive_tab_foreground #8a93a8
inactive_tab_background #1a2233
# Window
remember_window_size yes
initial_window_width 1200
initial_window_height 800
enabled_layouts splits,stack,tall,grid
window_border_width 1pt
window_padding_width 6
single_window_padding_width 8
active_border_color #5ea1ff
inactive_border_color #2a3448
inactive_text_alpha 0.9
# Mouse
mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_handle_click link
mouse_map shift+left press ungrabbed,grabbed mouse_selection normal
mouse_map shift+left doublepress ungrabbed,grabbed mouse_selection word
mouse_map shift+right press ungrabbed,grabbed mouse_selection extend
mouse_map ctrl+shift+alt+left press ungrabbed,grabbed mouse_selection rectangle
mouse_map middle release ungrabbed paste_from_selection
mouse_map shift+middle release ungrabbed,grabbed paste_selection
# Performance
repaint_delay 10
input_delay 3
sync_to_monitor yes
# Colors
background #0f1420
foreground #d6deeb
selection_background #1f3557
selection_foreground #ffffff
color0 #161b26
color8 #4f5b73
color1 #e05f65
color9 #ff7b84
color2 #5fb878
color10 #7fd69a
color3 #ff7a3d
color11 #ff9d6b
color4 #5ea1ff
color12 #82b8ff
color5 #a277ff
color13 #c4a7ff
color6 #4fd6be
color14 #7cead8
color7 #d6deeb
color15 #ffffff