diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
index 58243a3c36..f9faea3bad 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
@@ -837,7 +837,7 @@
Activation behavior
- Color formats
+ Picker behavior
Learn more about remapping limitations
@@ -928,4 +928,7 @@
https://aka.ms/PowerToysOverview_ShortcutGuide
URL. Do not loc
-
+
+ Editor
+
+
\ No newline at end of file
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
index 671f200771..65f04d7759 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
@@ -133,15 +133,20 @@
SelectedValuePath="Key" />
+ IsChecked="{Binding ShowColorName, Mode=TwoWay}"
+ Margin="{StaticResource SmallTopMargin}"
+ IsEnabled="{Binding IsEnabled}"/>
+
+
-
+ Foreground="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled, Converter={StaticResource ModuleEnabledToForegroundConverter}}"
+ Margin="{StaticResource SmallTopMargin}"/>
+