@@ -83,10 +83,22 @@ $tc-purple-70: #b47dd6;
83
83
$tc-purple-30 : #e2c7f2 ;
84
84
$tc-purple-10 : #f8f2fb ;
85
85
86
- /* TC Metal colors - Badges. */
87
- $tc-gold : #fce217 ;
88
- $tc-silver : #94bef5 ;
89
- $tc-bronze : #bd731e ;
86
+ /* TC Metal colors - Badges.
87
+ *
88
+ * For metals the level 100 is the base metal color; 110 is for text inside
89
+ * the metal-colored areas; and 130 is for small text inside metal-colored
90
+ * areas, for better visibility. */
91
+ $tc-gold-130 : #865e07 ;
92
+ $tc-gold-110 : #c99014 ;
93
+ $tc-gold-100 : #ffd84d ;
94
+
95
+ $tc-silver-130 : #554e48 ;
96
+ $tc-silver-110 : #716d67 ;
97
+ $tc-silver-100 : #d1d0cf ;
98
+
99
+ $tc-bronze-130 : #733d17 ;
100
+ $tc-bronze-110 : #854e29 ;
101
+ $tc-bronze-100 : #d98d64 ;
90
102
91
103
/* Pastel colors, used for levels. */
92
104
$tc-pastel-green : #25c089 ;
@@ -96,6 +108,11 @@ $tc-pastel-crimson: #e6175c;
96
108
97
109
/* Color aliases. */
98
110
111
+ /* Base metal colors. */
112
+ $tc-gold : $tc-gold-100 ;
113
+ $tc-silver : $tc-silver-100 ;
114
+ $tc-bronze : $tc-bronze-100 ;
115
+
99
116
/* Brand colors. */
100
117
$tc-dark-blue : $tc-dark-blue-100 ;
101
118
$tc-light-blue : $tc-light-blue-100 ;
@@ -111,10 +128,3 @@ $tc-level-2: $tc-pastel-green;
111
128
$tc-level-3 : $tc-pastel-blue ;
112
129
$tc-level-4 : $tc-pastel-yellow ;
113
130
$tc-level-5 : $tc-pastel-crimson ;
114
-
115
- /* TODO: The following constants are here just for back
116
- * compatibility, they will be removed later, don't use them! */
117
- $tc-dark-blue-90 : $tc-dark-blue-100 ;
118
- $tc-gold-70 : $tc-yellow-70 ;
119
- $tc-gold-30 : $tc-yellow-30 ;
120
- $tc-gold-10 : $tc-yellow-10 ;
0 commit comments