fix(theme): remove trailing whitespace in safeLightTheme definition

This commit is contained in:
Mark McLaughlin
2026-03-24 15:09:20 -07:00
parent 37dd8798ee
commit aa48d824a5
+1 -1
View File
@@ -190,7 +190,7 @@ export const safeLightTheme: ColorsTheme = {
Foreground: '#1C1C1C',
Background: '#FFFFFF',
Comment: '#808080',
Gray: '#5F5F5F ',
Gray: '#5F5F5F',
DarkGray: '#4E4E4E',
LightBlue: '#D7E7FF', // ANSI 189