2 font_family InputMonoCondensed-Thin
3 bold_font InputMonoCondensed-Medium
4 italic_font InputMonoCondensed-ThinItalic
5 bold_italic_font InputMonoCondensed-MediumItalic
10 cursor_text_color #3e3937
17 background_opacity 0.95
19 # Color Scheme - Ruben Tranquil
24 selection_foreground #0F261F
26 selection_background #DAE6E3
28 active_border_color #80FFCC
30 inactive_border_color #DAE6E3
33 active_tab_foreground #0F261F
35 active_tab_background #80FFCC
37 inactive_tab_foreground #B5D1CC
39 inactive_tab_background #0F261F
41 # Regular Colors - Ruben Tranquil
49 # Light Porcelain Green
87 # Color Scheme - Ruben Primary
90 # selection_foreground #000000
91 # selection_background #c1ddff
92 # active_border_color #55ff55
93 # inactive_border_color #c1ddff
95 # active_tab_foreground #000000
96 # active_tab_background #00FFFF
97 # inactive_tab_foreground #00FFFF
98 # inactive_tab_background #000000
100 # Regular Colors - Ruben Primary
136 hide_window_decorations titlebar-only
137 window_margin_width 10 5 5
138 tab_bar_style separator
139 tab_bar_margin_width 5.0
142 macos_option_as_alt left
144 # Splits and Navigation, Tmux Style
145 map ctrl+a>- launch --location=hsplit
146 map ctrl+a>| launch --location=vsplit
147 # map f7 layout_action rotate
149 # Switch focus to the neighboring window in the indicated direction
150 map ctrl+a>h neighboring_window left
151 map ctrl+a>l neighboring_window right
152 map ctrl+a>k neighboring_window up
153 map ctrl+a>j neighboring_window down
155 # Move the active window in the indicated direction
156 map shift+up move_window up
157 map shift+left move_window left
158 map shift+right move_window right
159 map shift+down move_window down
161 # Move the active window to the indicated screen edge
162 map ctrl+shift+up layout_action move_to_screen_edge top
163 map ctrl+shift+left layout_action move_to_screen_edge left
164 map ctrl+shift+right layout_action move_to_screen_edge right
165 map ctrl+shift+down layout_action move_to_screen_edge bottom