@@ -109,26 +109,26 @@ impl Theme {
109109 } ,
110110 // Terminal.app fallback colors
111111 ( ThemeVariant :: EverforestDark , true ) => ColorPalette {
112- background : Color :: Reset , // Use terminal's default background
112+ background : Color :: Reset , // Use terminal's default background
113113 foreground : Color :: White ,
114114 accent : Color :: Green ,
115115 secondary : Color :: Red ,
116116 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
119119 cursor : Color :: White ,
120120 warning : Color :: Yellow ,
121121 } ,
122122 ( ThemeVariant :: EverforestLight , true ) => ColorPalette {
123- background : Color :: Reset , // Use terminal's default background
123+ background : Color :: Reset , // Use terminal's default background
124124 foreground : Color :: Black ,
125125 accent : Color :: Green ,
126126 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
130130 cursor : Color :: Black ,
131- warning : Color :: Magenta , // Magenta for warnings to stand out
131+ warning : Color :: Magenta , // Magenta for warnings to stand out
132132 } ,
133133 } ;
134134
0 commit comments