diff --git a/basis/ui/theme/theme.factor b/basis/ui/theme/theme.factor index 6cd4b597f6..0066008a09 100644 --- a/basis/ui/theme/theme.factor +++ b/basis/ui/theme/theme.factor @@ -174,7 +174,7 @@ M: light-theme vocab-border-color color: FactorDarkTan ; M: light-theme field-border-color color: gray ; -M: light-theme editor-caret-color COLOR: red ; +M: light-theme editor-caret-color color: red ; M: light-theme selection-color T{ rgba f 0.8 0.8 1.0 1.0 } ; M: light-theme panel-background-color T{ rgba f 0.7843 0.7686 0.7176 1.0 } ; M: light-theme focus-border-color color: dark-gray ;