We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d936b3a commit 739f77bCopy full SHA for 739f77b
src/support/variables/colors.scss
@@ -2,15 +2,18 @@
2
// Color variables
3
4
// State indicators.
5
+// TODO@14.0.0: remove $status-pending (unused)
6
$status-pending: desaturate($yellow-700, 15%) !default;
7
8
// Repository type colors
9
// Should be able to deprecate these in future
10
+// TODO@14.0.0: remove $repo-private-text, $repo-private-bg, and $repo-private-icon
11
$repo-private-text: $black-fade-70 !default;
12
$repo-private-bg: $yellow-000 !default;
13
$repo-private-icon: rgba($yellow-900, 0.5) !default;
14
15
// Highlight used for things like search
16
+// TODO@14.0.0: remove $highlight-yellow (unused)
17
$highlight-yellow: rgba(255, 247, 140, 0.5) !default;
18
19
// Border colors
0 commit comments