]> git.r.bdr.sh - rbdr/dotfiles/blame_incremental - config/kitty/kitty.conf
Update karabiner
[rbdr/dotfiles] / config / kitty / kitty.conf
... / ...
CommitLineData
1# Font
2font_family InputMonoCondensed-Thin
3bold_font InputMonoCondensed-Medium
4italic_font InputMonoCondensed-ThinItalic
5bold_italic_font InputMonoCondensed-MediumItalic
6font_size 14.0
7
8# Cursor
9cursor none
10cursor_text_color #3e3937
11cursor_shape block
12cursor_trail 1
13
14# Mouse
15mouse_hide_wait 0
16
17background_opacity 0.95
18
19# Color Scheme - Ruben Tranquil
20foreground #ffffff
21# Deep Slate Green
22background #0F261F
23# Deep Slate Green
24selection_foreground #0F261F
25# Light Neutral Gray
26selection_background #DAE6E3
27# Calamine Blue
28active_border_color #80FFCC
29# Light Neutral Gray
30inactive_border_color #DAE6E3
31
32# Deep Slate Green
33active_tab_foreground #0F261F
34# Calamine Blue
35active_tab_background #80FFCC
36# Neutral Gray
37inactive_tab_foreground #B5D1CC
38# Deep Slate Green
39inactive_tab_background #0F261F
40
41# Regular Colors - Ruben Tranquil
42# black
43# Dark Neutral Gray
44color0 #90A6A2
45# red
46# Jasper Red
47color1 #FA2B00
48# green
49# Light Porcelain Green
50color2 #23C17C
51# yellow
52# Naples Yellow
53color3 #FAED8F
54# blue
55# Olympic Blue
56color4 #4F8FE6
57# magenta
58# Hermosa Pink
59color5 #FFB4F0
60# cyan
61# Calamine Blue
62color6 #80FFCC
63# white
64# Light Neutral Gray
65color7 #DAE6E3
66
67# black
68# Neutral Gray
69color8 #B5D1CC
70# red
71# Grenadine Pink
72color9 #FF616B
73# green
74color10 #55ff55
75# yellow
76color11 #ffff55
77# blue
78color12 #5555ff
79# magenta
80# Seashell Pink
81color13 #FFCFC4
82# cyan
83color14 #55ffff
84# white
85color15 #ffffff
86
87# Color Scheme - Ruben Primary
88# foreground #ffffff
89# background #000000
90# selection_foreground #000000
91# selection_background #c1ddff
92# active_border_color #55ff55
93# inactive_border_color #c1ddff
94
95# active_tab_foreground #000000
96# active_tab_background #00FFFF
97# inactive_tab_foreground #00FFFF
98# inactive_tab_background #000000
99
100# Regular Colors - Ruben Primary
101# black
102# color0 #888888
103# red
104# color1 #ff0000
105# green
106# color2 #00ff00
107# yellow
108# color3 #ffff00
109# blue
110# color4 #0000ff
111# magenta
112# color5 #ff00ff
113# cyan
114# color6 #00ffff
115# white
116# color7 #c7c7c7
117
118# black
119# color8 #aaaaaa
120# red
121# color9 #ff5555
122# green
123# color10 #55ff55
124# yellow
125# color11 #ffff55
126# blue
127# color12 #5555ff
128# magenta
129# color13 #ff55ff
130# cyan
131# color14 #55ffff
132# white
133# color15 #ffffff
134
135# window
136hide_window_decorations titlebar-only
137window_margin_width 10 5 5
138tab_bar_style custom
139tab_bar_margin_width 5.0
140tab_bar_margin_height 5.0 0.0
141
142enabled_layouts splits,tall,fat,grid,stack
143
144# keyboard
145macos_option_as_alt left
146
147# Splits and Navigation, Tmux Style
148map cmd+a>- launch --location=hsplit
149map cmd+a>| launch --location=vsplit
150# map f7 layout_action rotate
151
152# Navigate Windows
153map cmd+a>h neighboring_window left
154map cmd+a>l neighboring_window right
155map cmd+a>k neighboring_window up
156map cmd+a>j neighboring_window down
157
158# Move the active window in the indicated direction
159map cmd+a>shift+h move_window left
160map cmd+a>shift+l move_window right
161map cmd+a>shift+k move_window up
162map cmd+a>shift+j move_window down
163
164map cmd+a>, set_tab_title
165map cmd+a>z toggle_layout stack