aboutsummaryrefslogtreecommitdiff
path: root/config/kitty/kitty.conf
blob: 4f736fcafe63491e5d7adac5506f491a05f66da0 (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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# Font
font_family InputMonoCondensed-Thin
bold_font InputMonoCondensed-Medium
italic_font InputMonoCondensed-ThinItalic
bold_italic_font InputMonoCondensed-MediumItalic
font_size 14.0

# Cursor
cursor none
cursor_text_color #3e3937
cursor_shape block
cursor_trail 1

# Mouse
mouse_hide_wait 0

background_opacity 0.95

# Color Scheme - Ruben Tranquil
foreground #ffffff
# Deep Slate Green
background #0F261F
# Deep Slate Green
selection_foreground #0F261F
# Light Neutral Gray
selection_background #DAE6E3
# Calamine Blue
active_border_color #80FFCC
# Light Neutral Gray
inactive_border_color #DAE6E3

# Deep Slate Green
active_tab_foreground #0F261F
# Calamine Blue
active_tab_background #80FFCC
# Neutral Gray
inactive_tab_foreground #B5D1CC
# Deep Slate Green (-5% brightness)
inactive_tab_background #0e241d

# Regular Colors - Ruben Tranquil
# black
# Dark Neutral Gray
color0 #90A6A2
# red
# Jasper Red
color1 #FA2B00
# green
# Light Porcelain Green
color2 #23C17C
# yellow
# Naples Yellow
color3 #FAED8F
# blue
# Olympic Blue
color4 #4F8FE6
# magenta
# Hermosa Pink
color5 #FFB4F0
# cyan
# Calamine Blue
color6 #80FFCC
# white
# Light Neutral Gray
color7 #DAE6E3

# black
# Neutral Gray
color8 #B5D1CC
# red
# Grenadine Pink
color9 #FF616B
# green
color10 #55ff55
# yellow
color11 #ffff55
# blue
color12 #5555ff
# magenta
# Seashell Pink
color13 #FFCFC4
# cyan
color14 #55ffff
# white
color15 #ffffff

# Color Scheme - Ruben Primary
# foreground #ffffff
# background #000000
# selection_foreground #000000
# selection_background #c1ddff
# active_border_color #55ff55
# inactive_border_color #c1ddff

# active_tab_foreground #000000
# active_tab_background #00FFFF
# inactive_tab_foreground #00FFFF
# inactive_tab_background #000000

# Regular Colors - Ruben Primary
# black
# color0 #888888
# red
# color1 #ff0000
# green
# color2 #00ff00
# yellow
# color3 #ffff00
# blue
# color4 #0000ff
# magenta
# color5 #ff00ff
# cyan
# color6 #00ffff
# white
# color7 #c7c7c7

# black
# color8 #aaaaaa
# red
# color9 #ff5555
# green
# color10 #55ff55
# yellow
# color11 #ffff55
# blue
# color12 #5555ff
# magenta
# color13 #ff55ff
# cyan
# color14 #55ffff
# white
# color15 #ffffff

# window
hide_window_decorations titlebar-only
window_margin_width 10 5 5
tab_bar_style custom
tab_bar_margin_width 5.0
tab_bar_margin_height 5.0 0.0

enabled_layouts splits,tall,fat,grid,stack

# keyboard
macos_option_as_alt left

# Splits and Navigation, Tmux Style
map cmd+a>- launch --location=hsplit
map cmd+a>| launch --location=vsplit
# map f7 layout_action rotate

# Navigate Windows
map cmd+a>h neighboring_window left
map cmd+a>l neighboring_window right
map cmd+a>k neighboring_window up
map cmd+a>j neighboring_window down

# Move the active window in the indicated direction
map cmd+a>shift+h move_window left
map cmd+a>shift+l move_window right
map cmd+a>shift+k move_window up
map cmd+a>shift+j move_window down

map cmd+a>, set_tab_title
map cmd+a>z toggle_layout stack