-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty.conf
74 lines (67 loc) · 4.6 KB
/
kitty.conf
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
# Base16 Classic Dark - kitty color config
# Scheme by Jason Heeris (http://heeris.id.au)
background #151515
foreground #D0D0D0
selection_background #D0D0D0
selection_foreground #151515
url_color #B0B0B0
cursor #D0D0D0
active_border_color #505050
inactive_border_color #202020
active_tab_background #151515
active_tab_foreground #D0D0D0
inactive_tab_background #202020
inactive_tab_foreground #B0B0B0
tab_bar_background #202020
# normal
color0 #151515
color1 #AC4142
color2 #90A959
color3 #F4BF75
color4 #6A9FB5
color5 #AA759F
color6 #75B5AA
color7 #D0D0D0
# bright
color8 #505050
color9 #D28445
color10 #202020
color11 #303030
color12 #B0B0B0
color13 #E0E0E0
color14 #8F5536
color15 #F5F5F5
font_family JetBrains Mono Bold Nerd Font Complete Mono
bold_font JetBrains Mono ExtraBold Nerd Font Complete
italic_font JetBrains Mono Bold Italic Nerd Font Complete
bold_italic_font JetBrains Mono ExtraBold Italic Nerd Font Complete
# font_family Fira Code Medium Nerd Font Complete
# bold_font Fisa Code Bold
# italic_font Fisa Code Bold Italic
# bold_italic_font Fisa Code Bold Italic
window_padding_width 8
background_opacity 1
adjust_line_height 125%
# modify_font cell_height 14px
# --[ keymaps ] --------------------------------------------------------------- {{{
map ctrl+shift+t new_tab_with_cwd
#}}}
# --[ tabs ] --------------------------------------------------------------- {{{
# fade, slant, separator, powerline (slanted, angled, round), custom
tab_bar_style custom
tab_separator ""
# REF: https://github.com/kovidgoyal/kitty/discussions/4447
tab_fade 0 0 0 0
tab_title_template "{fmt.fg._415c6d}{fmt.bg.default} {index}:{f'{title[:6]}…{title[-6:]}' if title.rindex(title[-1]) + 1 > 25 else title}{' []' if layout_name == 'stack' else ''} "
active_tab_title_template "{fmt.fg._83b6af}{fmt.bg.default} {index}:{f'{title[:6]}…{title[-6:]}' if title.rindex(title[-1]) + 1 > 25 else title}{' []' if layout_name == 'stack' else ''} "
tab_bar_edge bottom
tab_bar_align center
tab_bar_margin_width 0.0
tab_bar_margin_height 10.0 0.0
active_tab_font_style bold-italic
inactive_tab_font_style normal
tab_bar_min_tabs 2
tab_activity_symbol "🔔"
bell_on_tab no
# or "🔔 "
#}}}