@@ -109,26 +109,26 @@ impl Theme {
109
109
} ,
110
110
// Terminal.app fallback colors
111
111
( ThemeVariant :: EverforestDark , true ) => ColorPalette {
112
- background : Color :: Reset , // Use terminal's default background
112
+ background : Color :: Reset , // Use terminal's default background
113
113
foreground : Color :: White ,
114
114
accent : Color :: Green ,
115
115
secondary : Color :: Red ,
116
116
info : Color :: Cyan ,
117
- border : Color :: Gray , // Gray instead of DarkGray for visibility
118
- selection : Color :: Blue , // Blue selection for better visibility
117
+ border : Color :: Gray , // Gray instead of DarkGray for visibility
118
+ selection : Color :: Blue , // Blue selection for better visibility
119
119
cursor : Color :: White ,
120
120
warning : Color :: Yellow ,
121
121
} ,
122
122
( ThemeVariant :: EverforestLight , true ) => ColorPalette {
123
- background : Color :: Reset , // Use terminal's default background
123
+ background : Color :: Reset , // Use terminal's default background
124
124
foreground : Color :: Black ,
125
125
accent : Color :: Green ,
126
126
secondary : Color :: Red ,
127
- info : Color :: Blue , // Blue instead of Cyan for better contrast
128
- border : Color :: DarkGray , // DarkGray for better contrast
129
- selection : Color :: Yellow , // Yellow instead of LightYellow
127
+ info : Color :: Blue , // Blue instead of Cyan for better contrast
128
+ border : Color :: DarkGray , // DarkGray for better contrast
129
+ selection : Color :: Yellow , // Yellow instead of LightYellow
130
130
cursor : Color :: Black ,
131
- warning : Color :: Magenta , // Magenta for warnings to stand out
131
+ warning : Color :: Magenta , // Magenta for warnings to stand out
132
132
} ,
133
133
} ;
134
134
0 commit comments