@@ -37,7 +37,7 @@ pub struct ThemeColor {
37
37
pub header_fg : Color ,
38
38
pub normal_row_color : Color ,
39
39
pub alt_row_color : Color ,
40
- pub highlight_color : Color ,
40
+ pub search_highlight_color : Color ,
41
41
pub selected_color : Color ,
42
42
pub done_state_color : Color ,
43
43
pub failure_state_color : Color ,
@@ -137,7 +137,7 @@ impl Theme {
137
137
header_fg : tailwind:: SLATE . c200 ,
138
138
normal_row_color : tailwind:: GRAY . c300 ,
139
139
alt_row_color : tailwind:: GRAY . c400 ,
140
- highlight_color : tailwind:: RED . c700 ,
140
+ search_highlight_color : tailwind:: RED . c700 ,
141
141
selected_color : tailwind:: BLACK ,
142
142
done_state_color : Color :: Blue ,
143
143
failure_state_color : tailwind:: RED . c700 ,
@@ -155,7 +155,7 @@ impl Theme {
155
155
header_fg : tailwind:: SLATE . c200 ,
156
156
normal_row_color : tailwind:: SLATE . c800 ,
157
157
alt_row_color : tailwind:: SLATE . c900 ,
158
- highlight_color : tailwind:: GREEN . c500 ,
158
+ search_highlight_color : tailwind:: GREEN . c500 ,
159
159
selected_color : tailwind:: SKY . c400 ,
160
160
done_state_color : Color :: LightCyan ,
161
161
failure_state_color : tailwind:: RED . c500 ,
@@ -173,7 +173,7 @@ impl Theme {
173
173
header_fg : tailwind:: SLATE . c200 ,
174
174
normal_row_color : tailwind:: SLATE . c900 ,
175
175
alt_row_color : tailwind:: BLACK ,
176
- highlight_color : tailwind:: GREEN . c500 ,
176
+ search_highlight_color : tailwind:: GREEN . c500 ,
177
177
selected_color : tailwind:: SKY . c400 ,
178
178
done_state_color : tailwind:: CYAN . c300 ,
179
179
failure_state_color : tailwind:: RED . c500 ,
@@ -191,7 +191,7 @@ impl Theme {
191
191
header_fg : tailwind:: SLATE . c200 ,
192
192
normal_row_color : tailwind:: INDIGO . c800 ,
193
193
alt_row_color : tailwind:: INDIGO . c900 ,
194
- highlight_color : tailwind:: GREEN . c500 ,
194
+ search_highlight_color : tailwind:: GREEN . c500 ,
195
195
selected_color : tailwind:: GREEN . c400 ,
196
196
done_state_color : tailwind:: WHITE ,
197
197
failure_state_color : tailwind:: RED . c700 ,
0 commit comments