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