@primer/primitives 11.6.0 → 11.6.1-rc.d0027616
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DESIGN_TOKENS_SPEC.md +0 -5
- package/dist/css/functional/themes/dark-colorblind-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-colorblind.css +0 -2
- package/dist/css/functional/themes/dark-dimmed-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-dimmed.css +0 -2
- package/dist/css/functional/themes/dark-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-tritanopia.css +0 -2
- package/dist/css/functional/themes/dark.css +0 -2
- package/dist/css/functional/themes/light-colorblind-high-contrast.css +2 -4
- package/dist/css/functional/themes/light-colorblind.css +2 -4
- package/dist/css/functional/themes/light-high-contrast.css +30 -32
- package/dist/css/functional/themes/light-tritanopia-high-contrast.css +2 -4
- package/dist/css/functional/themes/light-tritanopia.css +2 -4
- package/dist/css/functional/themes/light.css +2 -4
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-colorblind.json +6 -176
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-dimmed.json +6 -176
- package/dist/docs/functional/themes/dark-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-tritanopia.json +6 -176
- package/dist/docs/functional/themes/dark.json +6 -176
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +8 -178
- package/dist/docs/functional/themes/light-colorblind.json +8 -178
- package/dist/docs/functional/themes/light-high-contrast.json +33 -203
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +8 -178
- package/dist/docs/functional/themes/light-tritanopia.json +8 -178
- package/dist/docs/functional/themes/light.json +8 -178
- package/dist/figma/themes/light-colorblind.json +1 -1
- package/dist/figma/themes/light-high-contrast.json +43 -46
- package/dist/figma/themes/light-tritanopia.json +1 -1
- package/dist/figma/themes/light.json +1 -1
- package/dist/internalCss/dark-colorblind-high-contrast.css +0 -2
- package/dist/internalCss/dark-colorblind.css +0 -2
- package/dist/internalCss/dark-dimmed-high-contrast.css +0 -2
- package/dist/internalCss/dark-dimmed.css +0 -2
- package/dist/internalCss/dark-high-contrast.css +0 -2
- package/dist/internalCss/dark-tritanopia-high-contrast.css +0 -2
- package/dist/internalCss/dark-tritanopia.css +0 -2
- package/dist/internalCss/dark.css +0 -2
- package/dist/internalCss/light-colorblind-high-contrast.css +2 -4
- package/dist/internalCss/light-colorblind.css +2 -4
- package/dist/internalCss/light-high-contrast.css +30 -32
- package/dist/internalCss/light-tritanopia-high-contrast.css +2 -4
- package/dist/internalCss/light-tritanopia.css +2 -4
- package/dist/internalCss/light.css +2 -4
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-colorblind.json +6 -176
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-dimmed.json +6 -176
- package/dist/styleLint/functional/themes/dark-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-tritanopia.json +6 -176
- package/dist/styleLint/functional/themes/dark.json +6 -176
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +8 -178
- package/dist/styleLint/functional/themes/light-colorblind.json +8 -178
- package/dist/styleLint/functional/themes/light-high-contrast.json +33 -203
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +8 -178
- package/dist/styleLint/functional/themes/light-tritanopia.json +8 -178
- package/dist/styleLint/functional/themes/light.json +8 -178
- package/package.json +2 -2
- package/src/tokens/functional/color/fgColor.json5 +3 -3
- package/src/tokens/functional/shadow/shadow.json5 +1 -100
package/DESIGN_TOKENS_SPEC.md
CHANGED
|
@@ -470,11 +470,6 @@ Large floating shadow for modals and dialogs
|
|
|
470
470
|
**U:** dialog, full-screen-overlay, modal
|
|
471
471
|
**R:** MUST use for modals and dialogs. Do NOT use for small floating elements.
|
|
472
472
|
|
|
473
|
-
### shadow-floating-legacy
|
|
474
|
-
Legacy floating shadow for backward compatibility
|
|
475
|
-
**U:** backward-compatibility, legacy-component
|
|
476
|
-
**R:** DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations.
|
|
477
|
-
|
|
478
473
|
### shadow-floating-medium
|
|
479
474
|
Medium floating shadow for popovers and action menus
|
|
480
475
|
**U:** action-menu, popover, select-panel
|
|
@@ -798,7 +798,6 @@
|
|
|
798
798
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
799
799
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
800
800
|
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
801
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
802
801
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
803
802
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
804
803
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -1701,7 +1700,6 @@
|
|
|
1701
1700
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1702
1701
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1703
1702
|
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
1704
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1705
1703
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
1706
1704
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
1707
1705
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -820,7 +820,6 @@
|
|
|
820
820
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
821
821
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
822
822
|
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
823
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
824
823
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
825
824
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
826
825
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -1723,7 +1722,6 @@
|
|
|
1723
1722
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1724
1723
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1725
1724
|
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
1726
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1727
1725
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
1728
1726
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
1729
1727
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -828,7 +828,6 @@
|
|
|
828
828
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
829
829
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
830
830
|
--selection-bgColor: #1b4b91b3; /** Background color for text selection highlights */
|
|
831
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
832
831
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
833
832
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
834
833
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -1731,7 +1730,6 @@
|
|
|
1731
1730
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1732
1731
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1733
1732
|
--selection-bgColor: #1b4b91b3; /** Background color for text selection highlights */
|
|
1734
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1735
1733
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
1736
1734
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
1737
1735
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -846,7 +846,6 @@
|
|
|
846
846
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
847
847
|
--selection-bgColor: #316dcab3; /** Background color for text selection highlights */
|
|
848
848
|
--shadow-floating-large: 0 0 0 1px #3d444d, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
|
|
849
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
850
849
|
--shadow-floating-medium: 0 0 0 1px #3d444d, 0 8px 16px -4px #01040966, 0 4px 32px -4px #01040966, 0 24px 48px -12px #01040966, 0 48px 96px -24px #01040966; /** Medium floating shadow for popovers and action menus */
|
|
851
850
|
--shadow-floating-small: 0 0 0 1px #3d444d, 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
852
851
|
--shadow-floating-xlarge: 0 0 0 1px #3d444d, 0 32px 64px 0 #010409; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
@@ -1749,7 +1748,6 @@
|
|
|
1749
1748
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1750
1749
|
--selection-bgColor: #316dcab3; /** Background color for text selection highlights */
|
|
1751
1750
|
--shadow-floating-large: 0 0 0 1px #3d444d, 0 24px 48px 0 #010409; /** Large floating shadow for modals and dialogs */
|
|
1752
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1753
1751
|
--shadow-floating-medium: 0 0 0 1px #3d444d, 0 8px 16px -4px #01040966, 0 4px 32px -4px #01040966, 0 24px 48px -12px #01040966, 0 48px 96px -24px #01040966; /** Medium floating shadow for popovers and action menus */
|
|
1754
1752
|
--shadow-floating-small: 0 0 0 1px #3d444d, 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
1755
1753
|
--shadow-floating-xlarge: 0 0 0 1px #3d444d, 0 32px 64px 0 #010409; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
@@ -798,7 +798,6 @@
|
|
|
798
798
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
799
799
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
800
800
|
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
801
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
802
801
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
803
802
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
804
803
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -1701,7 +1700,6 @@
|
|
|
1701
1700
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1702
1701
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1703
1702
|
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
1704
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1705
1703
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
1706
1704
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
1707
1705
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -798,7 +798,6 @@
|
|
|
798
798
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
799
799
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
800
800
|
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
801
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
802
801
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
803
802
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
804
803
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -1701,7 +1700,6 @@
|
|
|
1701
1700
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1702
1701
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1703
1702
|
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
1704
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1705
1703
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
1706
1704
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
1707
1705
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -822,7 +822,6 @@
|
|
|
822
822
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
823
823
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
824
824
|
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
825
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
826
825
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
827
826
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
828
827
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -1725,7 +1724,6 @@
|
|
|
1725
1724
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1726
1725
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1727
1726
|
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
1728
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1729
1727
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
1730
1728
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
1731
1729
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -820,7 +820,6 @@
|
|
|
820
820
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
821
821
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
822
822
|
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
823
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
824
823
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
825
824
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
826
825
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -1723,7 +1722,6 @@
|
|
|
1723
1722
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1724
1723
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1725
1724
|
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
1726
|
-
--shadow-floating-legacy: 0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966; /** Legacy floating shadow for backward compatibility */
|
|
1727
1725
|
--shadow-inset: inset 0 1px 0 0 #0104093d; /** Inset shadow for recessed elements */
|
|
1728
1726
|
--shadow-resting-medium: 0 1px 1px 0 #01040966, 0 3px 6px 0 #010409cc; /** Medium resting shadow for cards and elevated surfaces */
|
|
1729
1727
|
--shadow-resting-small: 0 1px 1px 0 #01040999, 0 1px 3px 0 #01040999; /** Small resting shadow for buttons and interactive elements */
|
|
@@ -624,7 +624,6 @@
|
|
|
624
624
|
--reactionButton-selected-fgColor-hover: #023b95;
|
|
625
625
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
626
626
|
--selectMenu-borderColor: #ffffff00;
|
|
627
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
628
627
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
629
628
|
--skeletonLoader-bgColor: #dae0e7;
|
|
630
629
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
@@ -894,7 +893,7 @@
|
|
|
894
893
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
895
894
|
--shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
896
895
|
--shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
897
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
896
|
+
--shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
898
897
|
--shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
899
898
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
900
899
|
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
@@ -1527,7 +1526,6 @@
|
|
|
1527
1526
|
--reactionButton-selected-fgColor-hover: #023b95;
|
|
1528
1527
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
1529
1528
|
--selectMenu-borderColor: #ffffff00;
|
|
1530
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
1531
1529
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
1532
1530
|
--skeletonLoader-bgColor: #dae0e7;
|
|
1533
1531
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
@@ -1797,7 +1795,7 @@
|
|
|
1797
1795
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1798
1796
|
--shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
1799
1797
|
--shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
1800
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
1798
|
+
--shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
1801
1799
|
--shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
1802
1800
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
1803
1801
|
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
@@ -637,7 +637,6 @@
|
|
|
637
637
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
638
638
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
639
639
|
--selectMenu-borderColor: #ffffff00;
|
|
640
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
641
640
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
642
641
|
--skeletonLoader-bgColor: #818b981a;
|
|
643
642
|
--topicTag-borderColor: #ffffff00;
|
|
@@ -899,7 +898,7 @@
|
|
|
899
898
|
--buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
|
|
900
899
|
--shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
901
900
|
--shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
902
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
901
|
+
--shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
903
902
|
--shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
904
903
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
905
904
|
--button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
|
|
@@ -1540,7 +1539,6 @@
|
|
|
1540
1539
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
1541
1540
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
1542
1541
|
--selectMenu-borderColor: #ffffff00;
|
|
1543
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
1544
1542
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
1545
1543
|
--skeletonLoader-bgColor: #818b981a;
|
|
1546
1544
|
--topicTag-borderColor: #ffffff00;
|
|
@@ -1802,7 +1800,7 @@
|
|
|
1802
1800
|
--buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
|
|
1803
1801
|
--shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
1804
1802
|
--shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
1805
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
1803
|
+
--shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
1806
1804
|
--shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
1807
1805
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
1808
1806
|
--button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
--control-checked-borderColor-active: #033f9d;
|
|
17
17
|
--control-checked-borderColor-hover: #0344a8;
|
|
18
18
|
--control-danger-bgColor-active: #8c0b1d;
|
|
19
|
+
--fgColor-danger: #960d1e; /** Danger text for errors and destructive actions */
|
|
20
|
+
--fgColor-done: #5e2bb4; /** Text color for completed/done state indicators */
|
|
21
|
+
--fgColor-success: #04591f; /** Success text for positive feedback and completed states */
|
|
19
22
|
--reactionButton-selected-bgColor-hover: #c7e9ff;
|
|
20
23
|
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
21
24
|
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
@@ -62,6 +65,8 @@
|
|
|
62
65
|
--borderColor-transparent: #ffffff00; /** Fully transparent border */
|
|
63
66
|
--button-danger-bgColor-active: #86061d;
|
|
64
67
|
--button-danger-borderColor-hover: #6e011a;
|
|
68
|
+
--button-danger-fgColor-disabled: #960d1e80;
|
|
69
|
+
--button-danger-fgColor-rest: var(--fgColor-danger);
|
|
65
70
|
--button-danger-shadow-selected: inset 0 1px 0 0 #43001133;
|
|
66
71
|
--button-inactive-fgColor: #454c54;
|
|
67
72
|
--button-invisible-bgColor-disabled: #ffffff00;
|
|
@@ -74,6 +79,8 @@
|
|
|
74
79
|
--button-primary-borderColor-rest: #013d14;
|
|
75
80
|
--button-primary-shadow-selected: inset 0 1px 0 0 #00230b4d;
|
|
76
81
|
--button-star-iconColor: #d5a824;
|
|
82
|
+
--buttonCounter-danger-fgColor-disabled: #960d1e80;
|
|
83
|
+
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
77
84
|
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
78
85
|
--buttonCounter-outline-fgColor-rest: #023b95;
|
|
79
86
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
@@ -113,6 +120,7 @@
|
|
|
113
120
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
114
121
|
--color-prettylights-syntax-entity: #512598;
|
|
115
122
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
123
|
+
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
116
124
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
117
125
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
118
126
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
@@ -145,6 +153,7 @@
|
|
|
145
153
|
--control-bgColor-active: #d1d9e0;
|
|
146
154
|
--control-bgColor-hover: #dae0e7;
|
|
147
155
|
--control-bgColor-rest: #e0e6eb;
|
|
156
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
148
157
|
--control-fgColor-placeholder: #454c54;
|
|
149
158
|
--control-fgColor-rest: #25292e;
|
|
150
159
|
--control-transparent-bgColor-active: #d1d9e0;
|
|
@@ -482,14 +491,14 @@
|
|
|
482
491
|
--display-yellow-scale-9: #422b00;
|
|
483
492
|
--fgColor-accent: #023b95; /** Accent text for links and interactive elements */
|
|
484
493
|
--fgColor-attention: #603700; /** Attention text for warnings and caution states */
|
|
485
|
-
--fgColor-
|
|
494
|
+
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
486
495
|
--fgColor-disabled: #59636e; /** Text color for disabled interactive elements */
|
|
487
|
-
--fgColor-done: #512598; /** Text color for completed/done state indicators */
|
|
488
496
|
--fgColor-muted: #454c54; /** Muted text for secondary content and less important information */
|
|
489
497
|
--fgColor-neutral: #393f46; /** Neutral semantic text for icons and secondary elements */
|
|
498
|
+
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
490
499
|
--fgColor-severe: #702c00; /** Severe text for high-priority warnings */
|
|
491
500
|
--fgColor-sponsors: #7d0c57; /** Text color for GitHub Sponsors content */
|
|
492
|
-
--fgColor-
|
|
501
|
+
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
493
502
|
--header-bgColor: #25292e;
|
|
494
503
|
--header-borderColor-divider: #c8d1da;
|
|
495
504
|
--headerSearch-bgColor: #25292e;
|
|
@@ -617,7 +626,6 @@
|
|
|
617
626
|
--reactionButton-selected-fgColor-hover: #023b95;
|
|
618
627
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
619
628
|
--selectMenu-borderColor: #ffffff00;
|
|
620
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
621
629
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
622
630
|
--skeletonLoader-bgColor: #dae0e7;
|
|
623
631
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
@@ -667,10 +675,10 @@
|
|
|
667
675
|
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
668
676
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
669
677
|
--button-danger-fgColor-active: #ffffff;
|
|
670
|
-
--button-danger-fgColor-disabled: #86061d80;
|
|
671
678
|
--button-danger-fgColor-hover: #ffffff;
|
|
672
|
-
--button-danger-
|
|
679
|
+
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
673
680
|
--button-danger-iconColor-hover: #ffffff;
|
|
681
|
+
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
674
682
|
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
675
683
|
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
676
684
|
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
@@ -698,9 +706,7 @@
|
|
|
698
706
|
--buttonCounter-danger-bgColor-disabled: #a0111f0d;
|
|
699
707
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
700
708
|
--buttonCounter-danger-bgColor-rest: #a0111f1a;
|
|
701
|
-
--buttonCounter-danger-fgColor-disabled: #86061d80;
|
|
702
709
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
703
|
-
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
704
710
|
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
705
711
|
--buttonCounter-outline-bgColor-disabled: #0349b40d;
|
|
706
712
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -726,7 +732,6 @@
|
|
|
726
732
|
--codeMirror-syntax-fgColor-comment: #010409;
|
|
727
733
|
--color-ansi-black: #010409;
|
|
728
734
|
--color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
|
|
729
|
-
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
730
735
|
--color-prettylights-syntax-markup-bold: #010409;
|
|
731
736
|
--color-prettylights-syntax-markup-italic: #010409;
|
|
732
737
|
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
@@ -745,7 +750,6 @@
|
|
|
745
750
|
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
746
751
|
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
747
752
|
--control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
|
|
748
|
-
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
749
753
|
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
750
754
|
--control-iconColor-rest: var(--fgColor-muted);
|
|
751
755
|
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
@@ -766,14 +770,11 @@
|
|
|
766
770
|
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
767
771
|
--diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
768
772
|
--fgColor-black: #010409; /** Pure black text */
|
|
769
|
-
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
770
773
|
--fgColor-default: #010409; /** Default text color for primary content and headings */
|
|
771
774
|
--fgColor-draft: var(--fgColor-neutral); /** Text color for draft state indicators */
|
|
772
775
|
--fgColor-link: var(--fgColor-accent); /** Text color for hyperlinks */
|
|
773
776
|
--fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
|
|
774
777
|
--fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
|
|
775
|
-
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
776
|
-
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
777
778
|
--fgColor-white: #ffffff; /** Pure white text */
|
|
778
779
|
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
779
780
|
--header-fgColor-default: #ffffffb3;
|
|
@@ -829,8 +830,6 @@
|
|
|
829
830
|
--borderColor-neutral-muted: var(--borderColor-muted); /** Subtle neutral semantic border */
|
|
830
831
|
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
831
832
|
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
832
|
-
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
833
|
-
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
834
833
|
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
835
834
|
--button-default-borderColor-active: var(--control-borderColor-rest);
|
|
836
835
|
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
@@ -892,7 +891,7 @@
|
|
|
892
891
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
893
892
|
--shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
894
893
|
--shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
895
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
894
|
+
--shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
896
895
|
--shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
897
896
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
898
897
|
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
@@ -919,6 +918,9 @@
|
|
|
919
918
|
--control-checked-borderColor-active: #033f9d;
|
|
920
919
|
--control-checked-borderColor-hover: #0344a8;
|
|
921
920
|
--control-danger-bgColor-active: #8c0b1d;
|
|
921
|
+
--fgColor-danger: #960d1e; /** Danger text for errors and destructive actions */
|
|
922
|
+
--fgColor-done: #5e2bb4; /** Text color for completed/done state indicators */
|
|
923
|
+
--fgColor-success: #04591f; /** Success text for positive feedback and completed states */
|
|
922
924
|
--reactionButton-selected-bgColor-hover: #c7e9ff;
|
|
923
925
|
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
924
926
|
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
@@ -965,6 +967,8 @@
|
|
|
965
967
|
--borderColor-transparent: #ffffff00; /** Fully transparent border */
|
|
966
968
|
--button-danger-bgColor-active: #86061d;
|
|
967
969
|
--button-danger-borderColor-hover: #6e011a;
|
|
970
|
+
--button-danger-fgColor-disabled: #960d1e80;
|
|
971
|
+
--button-danger-fgColor-rest: var(--fgColor-danger);
|
|
968
972
|
--button-danger-shadow-selected: inset 0 1px 0 0 #43001133;
|
|
969
973
|
--button-inactive-fgColor: #454c54;
|
|
970
974
|
--button-invisible-bgColor-disabled: #ffffff00;
|
|
@@ -977,6 +981,8 @@
|
|
|
977
981
|
--button-primary-borderColor-rest: #013d14;
|
|
978
982
|
--button-primary-shadow-selected: inset 0 1px 0 0 #00230b4d;
|
|
979
983
|
--button-star-iconColor: #d5a824;
|
|
984
|
+
--buttonCounter-danger-fgColor-disabled: #960d1e80;
|
|
985
|
+
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
980
986
|
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
981
987
|
--buttonCounter-outline-fgColor-rest: #023b95;
|
|
982
988
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
@@ -1016,6 +1022,7 @@
|
|
|
1016
1022
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
1017
1023
|
--color-prettylights-syntax-entity: #512598;
|
|
1018
1024
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
1025
|
+
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
1019
1026
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
1020
1027
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
1021
1028
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
@@ -1048,6 +1055,7 @@
|
|
|
1048
1055
|
--control-bgColor-active: #d1d9e0;
|
|
1049
1056
|
--control-bgColor-hover: #dae0e7;
|
|
1050
1057
|
--control-bgColor-rest: #e0e6eb;
|
|
1058
|
+
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
1051
1059
|
--control-fgColor-placeholder: #454c54;
|
|
1052
1060
|
--control-fgColor-rest: #25292e;
|
|
1053
1061
|
--control-transparent-bgColor-active: #d1d9e0;
|
|
@@ -1385,14 +1393,14 @@
|
|
|
1385
1393
|
--display-yellow-scale-9: #422b00;
|
|
1386
1394
|
--fgColor-accent: #023b95; /** Accent text for links and interactive elements */
|
|
1387
1395
|
--fgColor-attention: #603700; /** Attention text for warnings and caution states */
|
|
1388
|
-
--fgColor-
|
|
1396
|
+
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
1389
1397
|
--fgColor-disabled: #59636e; /** Text color for disabled interactive elements */
|
|
1390
|
-
--fgColor-done: #512598; /** Text color for completed/done state indicators */
|
|
1391
1398
|
--fgColor-muted: #454c54; /** Muted text for secondary content and less important information */
|
|
1392
1399
|
--fgColor-neutral: #393f46; /** Neutral semantic text for icons and secondary elements */
|
|
1400
|
+
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1393
1401
|
--fgColor-severe: #702c00; /** Severe text for high-priority warnings */
|
|
1394
1402
|
--fgColor-sponsors: #7d0c57; /** Text color for GitHub Sponsors content */
|
|
1395
|
-
--fgColor-
|
|
1403
|
+
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1396
1404
|
--header-bgColor: #25292e;
|
|
1397
1405
|
--header-borderColor-divider: #c8d1da;
|
|
1398
1406
|
--headerSearch-bgColor: #25292e;
|
|
@@ -1520,7 +1528,6 @@
|
|
|
1520
1528
|
--reactionButton-selected-fgColor-hover: #023b95;
|
|
1521
1529
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
1522
1530
|
--selectMenu-borderColor: #ffffff00;
|
|
1523
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
1524
1531
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
1525
1532
|
--skeletonLoader-bgColor: #dae0e7;
|
|
1526
1533
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
@@ -1570,10 +1577,10 @@
|
|
|
1570
1577
|
--button-danger-bgColor-rest: var(--control-bgColor-rest);
|
|
1571
1578
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
1572
1579
|
--button-danger-fgColor-active: #ffffff;
|
|
1573
|
-
--button-danger-fgColor-disabled: #86061d80;
|
|
1574
1580
|
--button-danger-fgColor-hover: #ffffff;
|
|
1575
|
-
--button-danger-
|
|
1581
|
+
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
1576
1582
|
--button-danger-iconColor-hover: #ffffff;
|
|
1583
|
+
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
1577
1584
|
--button-default-bgColor-active: var(--control-bgColor-active);
|
|
1578
1585
|
--button-default-bgColor-hover: var(--control-bgColor-hover);
|
|
1579
1586
|
--button-default-bgColor-rest: var(--control-bgColor-rest);
|
|
@@ -1601,9 +1608,7 @@
|
|
|
1601
1608
|
--buttonCounter-danger-bgColor-disabled: #a0111f0d;
|
|
1602
1609
|
--buttonCounter-danger-bgColor-hover: #ffffff33;
|
|
1603
1610
|
--buttonCounter-danger-bgColor-rest: #a0111f1a;
|
|
1604
|
-
--buttonCounter-danger-fgColor-disabled: #86061d80;
|
|
1605
1611
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
1606
|
-
--buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
|
|
1607
1612
|
--buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
|
|
1608
1613
|
--buttonCounter-outline-bgColor-disabled: #0349b40d;
|
|
1609
1614
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -1629,7 +1634,6 @@
|
|
|
1629
1634
|
--codeMirror-syntax-fgColor-comment: #010409;
|
|
1630
1635
|
--color-ansi-black: #010409;
|
|
1631
1636
|
--color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
|
|
1632
|
-
--color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
|
|
1633
1637
|
--color-prettylights-syntax-markup-bold: #010409;
|
|
1634
1638
|
--color-prettylights-syntax-markup-italic: #010409;
|
|
1635
1639
|
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
@@ -1648,7 +1652,6 @@
|
|
|
1648
1652
|
--control-checked-bgColor-disabled: var(--fgColor-disabled);
|
|
1649
1653
|
--control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
|
|
1650
1654
|
--control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
|
|
1651
|
-
--control-danger-fgColor-rest: var(--fgColor-danger);
|
|
1652
1655
|
--control-fgColor-disabled: var(--fgColor-disabled);
|
|
1653
1656
|
--control-iconColor-rest: var(--fgColor-muted);
|
|
1654
1657
|
--control-transparent-bgColor-disabled: var(--bgColor-disabled);
|
|
@@ -1669,14 +1672,11 @@
|
|
|
1669
1672
|
--diffBlob-hunkLine-fgColor: var(--fgColor-muted);
|
|
1670
1673
|
--diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
|
|
1671
1674
|
--fgColor-black: #010409; /** Pure black text */
|
|
1672
|
-
--fgColor-closed: var(--fgColor-danger); /** Text color for closed state indicators (issues, PRs) */
|
|
1673
1675
|
--fgColor-default: #010409; /** Default text color for primary content and headings */
|
|
1674
1676
|
--fgColor-draft: var(--fgColor-neutral); /** Text color for draft state indicators */
|
|
1675
1677
|
--fgColor-link: var(--fgColor-accent); /** Text color for hyperlinks */
|
|
1676
1678
|
--fgColor-onEmphasis: #ffffff; /** Text color for use on emphasis backgrounds */
|
|
1677
1679
|
--fgColor-onInverse: #ffffff; /** Text color for use on inverse backgrounds */
|
|
1678
|
-
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1679
|
-
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1680
1680
|
--fgColor-white: #ffffff; /** Pure white text */
|
|
1681
1681
|
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1682
1682
|
--header-fgColor-default: #ffffffb3;
|
|
@@ -1732,8 +1732,6 @@
|
|
|
1732
1732
|
--borderColor-neutral-muted: var(--borderColor-muted); /** Subtle neutral semantic border */
|
|
1733
1733
|
--button-danger-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1734
1734
|
--button-danger-borderColor-rest: var(--control-borderColor-rest);
|
|
1735
|
-
--button-danger-iconColor-disabled: var(--button-danger-fgColor-disabled);
|
|
1736
|
-
--button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
|
|
1737
1735
|
--button-default-bgColor-disabled: var(--control-bgColor-disabled);
|
|
1738
1736
|
--button-default-borderColor-active: var(--control-borderColor-rest);
|
|
1739
1737
|
--button-default-borderColor-disabled: var(--control-borderColor-disabled);
|
|
@@ -1795,7 +1793,7 @@
|
|
|
1795
1793
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1796
1794
|
--shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
1797
1795
|
--shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
1798
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
1796
|
+
--shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
1799
1797
|
--shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
1800
1798
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
1801
1799
|
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
@@ -624,7 +624,6 @@
|
|
|
624
624
|
--reactionButton-selected-fgColor-hover: #023b95;
|
|
625
625
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
626
626
|
--selectMenu-borderColor: #ffffff00;
|
|
627
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
628
627
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
629
628
|
--skeletonLoader-bgColor: #dae0e7;
|
|
630
629
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
@@ -894,7 +893,7 @@
|
|
|
894
893
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
895
894
|
--shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
896
895
|
--shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
897
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
896
|
+
--shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
898
897
|
--shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
899
898
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
900
899
|
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
@@ -1527,7 +1526,6 @@
|
|
|
1527
1526
|
--reactionButton-selected-fgColor-hover: #023b95;
|
|
1528
1527
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
1529
1528
|
--selectMenu-borderColor: #ffffff00;
|
|
1530
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
1531
1529
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
1532
1530
|
--skeletonLoader-bgColor: #dae0e7;
|
|
1533
1531
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
@@ -1797,7 +1795,7 @@
|
|
|
1797
1795
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1798
1796
|
--shadow-floating-large: 0 0 0 1px #454c54, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
1799
1797
|
--shadow-floating-medium: 0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
1800
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
1798
|
+
--shadow-floating-small: 0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
1801
1799
|
--shadow-floating-xlarge: 0 0 0 1px #454c54, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
1802
1800
|
--tooltip-fgColor: var(--fgColor-onEmphasis);
|
|
1803
1801
|
--underlineNav-borderColor-hover: var(--borderColor-muted);
|
|
@@ -643,7 +643,6 @@
|
|
|
643
643
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
644
644
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
645
645
|
--selectMenu-borderColor: #ffffff00;
|
|
646
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
647
646
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
648
647
|
--skeletonLoader-bgColor: #818b981a;
|
|
649
648
|
--topicTag-borderColor: #ffffff00;
|
|
@@ -899,7 +898,7 @@
|
|
|
899
898
|
--buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
|
|
900
899
|
--shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
901
900
|
--shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
902
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
901
|
+
--shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
903
902
|
--shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
904
903
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
905
904
|
--button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
|
|
@@ -1546,7 +1545,6 @@
|
|
|
1546
1545
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
1547
1546
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
1548
1547
|
--selectMenu-borderColor: #ffffff00;
|
|
1549
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
1550
1548
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
1551
1549
|
--skeletonLoader-bgColor: #818b981a;
|
|
1552
1550
|
--topicTag-borderColor: #ffffff00;
|
|
@@ -1802,7 +1800,7 @@
|
|
|
1802
1800
|
--buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
|
|
1803
1801
|
--shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
1804
1802
|
--shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
1805
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
1803
|
+
--shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
1806
1804
|
--shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
1807
1805
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
1808
1806
|
--button-outline-borderColor-hover: var(--button-primary-borderColor-hover);
|
|
@@ -640,7 +640,6 @@
|
|
|
640
640
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
641
641
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
642
642
|
--selectMenu-borderColor: #ffffff00;
|
|
643
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
644
643
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
645
644
|
--skeletonLoader-bgColor: #818b981a;
|
|
646
645
|
--topicTag-borderColor: #ffffff00;
|
|
@@ -898,7 +897,7 @@
|
|
|
898
897
|
--buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
|
|
899
898
|
--shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
900
899
|
--shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
901
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
900
|
+
--shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
902
901
|
--shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
903
902
|
--border-draft-muted: 0.0625rem solid #d1d9e0b3;
|
|
904
903
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|
|
@@ -1543,7 +1542,6 @@
|
|
|
1543
1542
|
--reactionButton-selected-fgColor-hover: #0550ae;
|
|
1544
1543
|
--selectMenu-bgColor-active: #b6e3ff;
|
|
1545
1544
|
--selectMenu-borderColor: #ffffff00;
|
|
1546
|
-
--shadow-floating-legacy: 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Legacy floating shadow for backward compatibility */
|
|
1547
1545
|
--shadow-resting-medium: 0 1px 1px 0 #25292e1a, 0 3px 6px 0 #25292e1f; /** Medium resting shadow for cards and elevated surfaces */
|
|
1548
1546
|
--skeletonLoader-bgColor: #818b981a;
|
|
1549
1547
|
--topicTag-borderColor: #ffffff00;
|
|
@@ -1801,7 +1799,7 @@
|
|
|
1801
1799
|
--buttonKeybindingHint-danger-fgColor-disabled: var(--buttonKeybindingHint-default-fgColor-disabled);
|
|
1802
1800
|
--shadow-floating-large: 0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d; /** Large floating shadow for modals and dialogs */
|
|
1803
1801
|
--shadow-floating-medium: 0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14; /** Medium floating shadow for popovers and action menus */
|
|
1804
|
-
--shadow-floating-small: 0 0 0 1px #
|
|
1802
|
+
--shadow-floating-small: 0 0 0 1px #d1d9e040, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f; /** Small floating shadow for dropdowns, tooltips, and small overlays */
|
|
1805
1803
|
--shadow-floating-xlarge: 0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52; /** Extra large floating shadow for full-screen overlays and sheets */
|
|
1806
1804
|
--border-draft-muted: 0.0625rem solid #d1d9e0b3;
|
|
1807
1805
|
--button-danger-borderColor-active: var(--button-danger-borderColor-hover);
|