diff --git a/basis/ui/gadgets/theme/theme.factor b/basis/ui/gadgets/theme/theme.factor index 0256140bb1..3a9ed46330 100644 --- a/basis/ui/gadgets/theme/theme.factor +++ b/basis/ui/gadgets/theme/theme.factor @@ -15,7 +15,7 @@ IN: ui.gadgets.theme : faint-boundary ( gadget -- gadget ) COLOR: gray solid-boundary ; inline -: selection-color ( -- color ) COLOR: lavender ; inline +: selection-color ( -- color ) T{ rgba f 0.8 0.8 1.0 1.0 } ; inline : focus-border-color ( -- color ) COLOR: dark-gray ; inline