You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extensibility/ux-guidelines/color-value-reference-for-visual-studio.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ translation.priority.mt:
33
33
# Color value reference for Visual Studio
34
34
This topic is a reference for creating new color tokens. When you're creating new UI, you can use similar colors from existing UI to choose the colors for each main theme and the system color name for that element for High Contrast themes.
35
35
36
-
For implementation information about creating new color tokens, see [Color theming tools](../../extensibility/internals/color-theming-tools).
36
+
For implementation information about creating new color tokens, see [Color theming tools](../../extensibility/internals/color-theming-tools.md).
37
37
38
-
For color tokens to use with existing UI, see [Shared colors for Visual Studio](../../extensibility/ux-guidelines/shared-colors-for-visual-studio).
38
+
For color tokens to use with existing UI, see [Shared colors for Visual Studio](../../extensibility/ux-guidelines/shared-colors-for-visual-studio.md).
39
39
40
40
When using this reference guide, remember:
41
41
42
42
-**Always copy both foreground and background hues together.** Don't choose a foreground from one UI element and a background from another just because you like the hues.
43
43
44
-
-**These are hex codes, not color tokens.** You can't use the actual color token names of these UI elements because you can't control how the tokens might be changed in the future. Instead, create tokens within your own category and use the hue values shown in the tables. Color tokens for existing UI can be found in [Shared colors for Visual Studio](../../extensibility/ux-guidelines/shared-colors-for-visual-studio).
44
+
-**These are hex codes, not color tokens.** You can't use the actual color token names of these UI elements because you can't control how the tokens might be changed in the future. Instead, create tokens within your own category and use the hue values shown in the tables. Color tokens for existing UI can be found in [Shared colors for Visual Studio](../../extensibility/ux-guidelines/shared-colors-for-visual-studio.md).
45
45
46
46
-**For best results, pair color sets with UI similar to the example.**
47
47
@@ -582,7 +582,7 @@ When using this reference guide, remember:
0 commit comments