Skip to content

Commit 1e0c31f

Browse files
Inline colors in code blocks
1 parent ea1ba4f commit 1e0c31f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

hub/powertoys/dsc-configure.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This command installs the latest version of PowerToys and uses the PowerToysConf
7979
| Hotkey | KeyboardKeys | Customize the shortcut to pin or unpin an app window. ||
8080
| FrameEnabled | Bool | Show a border around the pinned window. ||
8181
| FrameThickness | Int | Border thickness in pixels. ||
82-
| FrameColor | String | Specify a color in a #FFFFFFFF format. ||
82+
| FrameColor | String | Specify a color in a `#FFFFFFFF` format. ||
8383
| FrameOpacity | Int | Border opacity in percentage. ||
8484
| FrameAccentColor | Bool | Whether to use a custom FrameColor value. ||
8585
| SoundEnabled | Bool | Play a sound when pinning a window. ||
@@ -152,16 +152,16 @@ This command installs the latest version of PowerToys and uses the PowerToysConf
152152
| FancyzonesMakeDraggedWindowTransparent | Bool | Make dragged window transparent. ||
153153
| FancyzonesAllowChildWindowSnap | Bool | Allow child windows snapping. ||
154154
| FancyzonesDisableRoundCornersOnSnap | Bool | Disable round corners when window is snapped. ||
155-
| FancyzonesZoneHighlightColor | String | If not using FancyzonesSystemTheme, highlight color to use in #FFFFFFFF format. ||
155+
| FancyzonesZoneHighlightColor | String | If not using FancyzonesSystemTheme, highlight color to use in `#FFFFFFFF` format. ||
156156
| FancyzonesHighlightOpacity | Int | Zone opacity in percentage. ||
157157
| FancyzonesEditorHotkey | KeyboardKeys | Customize the shortcut to activate this module. ||
158158
| FancyzonesWindowSwitching | Bool | Switch between windows in the current zone. ||
159159
| FancyzonesNextTabHotkey | KeyboardKeys | Next window shortcut. ||
160160
| FancyzonesPrevTabHotkey | KeyboardKeys | Previous window shortcut. ||
161161
| FancyzonesExcludedApps | String | '\r'-separated list of executable names to exclude from snapping. ||
162-
| FancyzonesBorderColor | String | If not using FancyzonesSystemTheme, border color to use in #FFFFFFFF format. ||
163-
| FancyzonesInActiveColor | String | If not using FancyzonesSystemTheme, inactive color to use in #FFFFFFFF format. ||
164-
| FancyzonesNumberColor | String | If not using FancyzonesSystemTheme, number color to use in #FFFFFFFF format. ||
162+
| FancyzonesBorderColor | String | If not using FancyzonesSystemTheme, border color to use in `#FFFFFFFF` format. ||
163+
| FancyzonesInActiveColor | String | If not using FancyzonesSystemTheme, inactive color to use in `#FFFFFFFF` format. ||
164+
| FancyzonesNumberColor | String | If not using FancyzonesSystemTheme, number color to use in `#FFFFFFFF` format. ||
165165
| FancyzonesSystemTheme | Bool | Whether to use system theme for zone appearance. ||
166166
| FancyzonesShowZoneNumber | Bool | Whether to show zone number. ||
167167

@@ -183,8 +183,8 @@ This command installs the latest version of PowerToys and uses the PowerToysConf
183183
| ActivationMethod | Int | Activation method index. ||
184184
| ActivationShortcut | HotkeySettings | Custom activation shortcut when using Custom for ActivationMethod. ||
185185
| DoNotActivateOnGameMode | Bool | Disable activation shortcut when Game Mode is on. ||
186-
| BackgroundColor | String | Background color in #FFFFFFFF format. ||
187-
| SpotlightColor | String | Spotlight color in #FFFFFFFF format. ||
186+
| BackgroundColor | String | Background color in `#FFFFFFFF` format. ||
187+
| SpotlightColor | String | Spotlight color in `#FFFFFFFF` format. ||
188188
| OverlayOpacity | Int | Overlay opacity in percentage. ||
189189
| SpotlightRadius | Int | Spotlight radius in px. ||
190190
| AnimationDurationMs | Int | Animation duration in milliseconds. ||
@@ -247,7 +247,7 @@ Measure Tool is the internal name for Screen Ruler.
247247
| DrawFeetOnCross | Boolean | Adds feet to the end of cross lines. ||
248248
| PerColorChannelEdgeDetection | Boolean | Enable a different edge detection algorithm. ||
249249
| PixelTolerance | Int | Pixel Tolerance for edge detection. ||
250-
| MeasureCrossColor | String | Line color in #FFFFFFFF format. ||
250+
| MeasureCrossColor | String | Line color in `#FFFFFFFF` format. ||
251251
| DefaultMeasureStyle | Int | Default measure style index. ||
252252

253253
### MouseHighlighter
@@ -256,9 +256,9 @@ Measure Tool is the internal name for Screen Ruler.
256256
| :--- | :--- | :--- | :--- |
257257
| Enabled | Bool | The enabled state for this utility. ||
258258
| ActivationShortcut | HotkeySettings | Customize the shortcut to turn on or off this mode. ||
259-
| LeftButtonClickColor | String | Primary button highlight color in #FFFFFFFF format. ||
260-
| RightButtonClickColor | String | Secondary button highlight color in #FFFFFFFF format. ||
261-
| AlwaysColor | String | Always highlight color in #FFFFFFFF format. ||
259+
| LeftButtonClickColor | String | Primary button highlight color in `#FFFFFFFF` format. ||
260+
| RightButtonClickColor | String | Secondary button highlight color in `#FFFFFFFF` format. ||
261+
| AlwaysColor | String | Always highlight color in `#FFFFFFFF` format. ||
262262
| HighlightRadius | Int | Highlight radius in pixels. ||
263263
| HighlightFadeDelayMs | Int | Fade delay in milliseconds. ||
264264
| HighlightFadeDurationMs | Int | Fade duration in milliseconds. ||
@@ -278,11 +278,11 @@ Measure Tool is the internal name for Screen Ruler.
278278
| :--- | :--- | :--- | :--- |
279279
| Enabled | Bool | The enabled state for this utility. ||
280280
| ActivationShortcut | HotkeySettings | Customize the shortcut to show/hide the crosshairs. ||
281-
| CrosshairsColor | String | Crosshairs color in #FFFFFFFF. ||
281+
| CrosshairsColor | String | Crosshairs color in `#FFFFFFFF`. ||
282282
| CrosshairsOpacity | Int | Crosshairs opacity in percentage. ||
283283
| CrosshairsRadius | Int | Crosshairs center radius in pixels. ||
284284
| CrosshairsThickness | Int | Crosshairs thickness in pixels. ||
285-
| CrosshairsBorderColor | String | Crosshairs border color in #FFFFFFFF format. ||
285+
| CrosshairsBorderColor | String | Crosshairs border color in `#FFFFFFFF` format. ||
286286
| CrosshairsBorderSize | Int | Crosshairs border size in pixels. ||
287287
| CrosshairsAutoHide | Bool | Automatically hide crosshairs when the mouse pointer is hidden. ||
288288
| CrosshairsIsFixedLengthEnabled | Bool | Fix crosshairs length. ||
@@ -404,7 +404,7 @@ PowerOcr is the internal name for Text Extractor.
404404
| :--- | :--- | :--- | :--- |
405405
| EnableSvgPreview | Boolean | Scalable Vector Graphics Preview Handler Enabled state. ||
406406
| SvgBackgroundColorMode | Int | Color mode index. ||
407-
| SvgBackgroundSolidColor | String | When using Solid color SvgBackgroundColorMode, specifies the color in #FFFFFFFF format. ||
407+
| SvgBackgroundSolidColor | String | When using Solid color SvgBackgroundColorMode, specifies the color in `#FFFFFFFF` format. ||
408408
| SvgBackgroundCheckeredShade | Int | When using Checkered pattern SvgBackgroundColorMode, specifies the shade index. ||
409409
| EnableSvgThumbnail | Boolean | Scalable Vector Graphics Thumbnail Generator Enabled state. ||
410410
| EnableMdPreview | Boolean | Markdown Preview Handler Enabled state. ||
@@ -417,7 +417,7 @@ PowerOcr is the internal name for Text Extractor.
417417
| EnableGcodePreview | Boolean | Geometric Code Preview Handler Enabled state. ||
418418
| EnableGcodeThumbnail | Boolean | Geometric Code Thumbnail Generator Enabled state. ||
419419
| EnableStlThumbnail | Boolean | Stereolithography Thumbnail Generator Enabled state. ||
420-
| StlThumbnailColor | String | Thumbnail color in #FFFFFFFF format . ||
420+
| StlThumbnailColor | String | Thumbnail color in `#FFFFFFFF` format . ||
421421
| EnableQoiPreview | Boolean | Quite OK Image Preview Handler Enabled state. ||
422422
| EnableQoiThumbnail | Boolean | Quite OK Image Thumbnail Generator Enabled state. ||
423423

0 commit comments

Comments
 (0)