@@ -78,82 +78,82 @@ debug.render_timer: false
78
78
# https://github.com/catppuccin/alacritty
79
79
colors :
80
80
primary :
81
- background : " #1E1E2E" # base
82
- foreground : " #CDD6F4" # text
81
+ background : ' #1E1E2E' # base
82
+ foreground : ' #CDD6F4' # text
83
83
# Bright and dim foreground colors
84
- dim_foreground : " #CDD6F4" # text
85
- bright_foreground : " #CDD6F4" # text
84
+ dim_foreground : ' #CDD6F4' # text
85
+ bright_foreground : ' #CDD6F4' # text
86
86
87
87
# Cursor colors
88
88
cursor :
89
- text : " #1E1E2E" # base
90
- cursor : " #F5E0DC" # rosewater
89
+ text : ' #1E1E2E' # base
90
+ cursor : ' #F5E0DC' # rosewater
91
91
vi_mode_cursor :
92
- text : " #1E1E2E" # base
93
- cursor : " #B4BEFE" # lavender
92
+ text : ' #1E1E2E' # base
93
+ cursor : ' #B4BEFE' # lavender
94
94
95
95
# Search colors
96
96
search :
97
97
matches :
98
- foreground : " #1E1E2E" # base
99
- background : " #A6ADC8" # subtext0
98
+ foreground : ' #1E1E2E' # base
99
+ background : ' #A6ADC8' # subtext0
100
100
focused_match :
101
- foreground : " #1E1E2E" # base
102
- background : " #A6E3A1" # green
101
+ foreground : ' #1E1E2E' # base
102
+ background : ' #A6E3A1' # green
103
103
footer_bar :
104
- foreground : " #1E1E2E" # base
105
- background : " #A6ADC8" # subtext0
104
+ foreground : ' #1E1E2E' # base
105
+ background : ' #A6ADC8' # subtext0
106
106
107
107
# Keyboard regex hints
108
108
hints :
109
109
start :
110
- foreground : " #1E1E2E" # base
111
- background : " #F9E2AF" # yellow
110
+ foreground : ' #1E1E2E' # base
111
+ background : ' #F9E2AF' # yellow
112
112
end :
113
- foreground : " #1E1E2E" # base
114
- background : " #A6ADC8" # subtext0
113
+ foreground : ' #1E1E2E' # base
114
+ background : ' #A6ADC8' # subtext0
115
115
116
116
# Selection colors
117
117
selection :
118
- text : " #1E1E2E" # base
119
- background : " #F5E0DC" # rosewater
118
+ text : ' #1E1E2E' # base
119
+ background : ' #F5E0DC' # rosewater
120
120
121
121
# Normal colors
122
122
normal :
123
- black : " #45475A" # surface1
124
- red : " #F38BA8" # red
125
- green : " #A6E3A1" # green
126
- yellow : " #F9E2AF" # yellow
127
- blue : " #89B4FA" # blue
128
- magenta : " #F5C2E7" # pink
129
- cyan : " #94E2D5" # teal
130
- white : " #BAC2DE" # subtext1
123
+ black : ' #45475A' # surface1
124
+ red : ' #F38BA8' # red
125
+ green : ' #A6E3A1' # green
126
+ yellow : ' #F9E2AF' # yellow
127
+ blue : ' #89B4FA' # blue
128
+ magenta : ' #F5C2E7' # pink
129
+ cyan : ' #94E2D5' # teal
130
+ white : ' #BAC2DE' # subtext1
131
131
132
132
# Bright colors
133
133
bright :
134
- black : " #585B70" # surface2
135
- red : " #F38BA8" # red
136
- green : " #A6E3A1" # green
137
- yellow : " #F9E2AF" # yellow
138
- blue : " #89B4FA" # blue
139
- magenta : " #F5C2E7" # pink
140
- cyan : " #94E2D5" # teal
141
- white : " #A6ADC8" # subtext0
134
+ black : ' #585B70' # surface2
135
+ red : ' #F38BA8' # red
136
+ green : ' #A6E3A1' # green
137
+ yellow : ' #F9E2AF' # yellow
138
+ blue : ' #89B4FA' # blue
139
+ magenta : ' #F5C2E7' # pink
140
+ cyan : ' #94E2D5' # teal
141
+ white : ' #A6ADC8' # subtext0
142
142
143
143
# Dim colors
144
144
dim :
145
- black : " #45475A" # surface1
146
- red : " #F38BA8" # red
147
- green : " #A6E3A1" # green
148
- yellow : " #F9E2AF" # yellow
149
- blue : " #89B4FA" # blue
150
- magenta : " #F5C2E7" # pink
151
- cyan : " #94E2D5" # teal
152
- white : " #BAC2DE" # subtext1
145
+ black : ' #45475A' # surface1
146
+ red : ' #F38BA8' # red
147
+ green : ' #A6E3A1' # green
148
+ yellow : ' #F9E2AF' # yellow
149
+ blue : ' #89B4FA' # blue
150
+ magenta : ' #F5C2E7' # pink
151
+ cyan : ' #94E2D5' # teal
152
+ white : ' #BAC2DE' # subtext1
153
153
154
154
indexed_colors :
155
- - { index: 16, color: " #FAB387" }
156
- - { index: 17, color: " #F5E0DC" }
155
+ - { index: 16, color: ' #FAB387' }
156
+ - { index: 17, color: ' #F5E0DC' }
157
157
158
158
# Visual Bell
159
159
#
@@ -262,7 +262,7 @@ key_bindings:
262
262
- { key: F10, chars: "\e[21~" }
263
263
- { key: F11, chars: "\e[23~" }
264
264
- { key: F12, chars: "\e[24~" }
265
- - { key: Back, chars: "" }
265
+ - { key: Back, chars: '' }
266
266
- { key: Back, mods: Alt, chars: "\e" }
267
267
- { key: Insert, chars: "\e[2~" }
268
268
- { key: Delete, chars: "\e[3~" }
0 commit comments