Skip to content

Commit 908ad4e

Browse files
committed
update colors table
1 parent aeee68a commit 908ad4e

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

docs/settings/colours.json

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"title": "Links",
1414
"colors": [
1515
{
16-
"color": "#005797",
16+
"color": "#005a9c",
1717
"variable": "$link-color",
18-
"alt-variable": "$blue",
18+
"alt-variable": "$w3c-blue",
1919
"notes": "Link default color"
2020
},
2121
{
@@ -25,7 +25,7 @@
2525
"notes": "Link hover color"
2626
},
2727
{
28-
"color": "#920ba6",
28+
"color": "#75336c",
2929
"variable": "$link-color--visited",
3030
"alt-variable": "$purple",
3131
"notes": "Link visited color"
@@ -62,9 +62,9 @@
6262
"title": "Notifications",
6363
"colors": [
6464
{
65-
"color": "#005a9c",
65+
"color": "#002a56",
6666
"variable": "$info-color",
67-
"alt-variable": "$w3c-blue",
67+
"alt-variable": "$deep-blue",
6868
"notes": "Border color for 'info' messages"
6969
},
7070
{
@@ -103,10 +103,6 @@
103103
"color": "#fea78d",
104104
"variable": "$light-coral"
105105
},
106-
{
107-
"color": "#f9c818",
108-
"variable": "$deep-yellow"
109-
},
110106
{
111107
"color": "#f9dc4a",
112108
"variable": "$yellow"
@@ -127,29 +123,17 @@
127123
"color": "#cbe0fb",
128124
"variable": "$light-blue"
129125
},
130-
{
131-
"color": "#6bc8fe",
132-
"variable": "$sky-blue"
133-
},
134-
{
135-
"color": "#0075ff",
136-
"variable": "$azure"
137-
},
138126
{
139127
"color": "#005a9c",
140128
"variable": "$w3c-blue",
141129
"notes": "Main brand color"
142130
},
143131
{
144-
"color": "#005797",
145-
"variable": "$blue"
146-
},
147-
{
148-
"color": "#024488",
132+
"color": "#002a56",
149133
"variable": "$deep-blue"
150134
},
151135
{
152-
"color": "#920ba6",
136+
"color": "#75336c",
153137
"variable": "$purple"
154138
},
155139
{
@@ -173,7 +157,7 @@
173157
"variable": "$storm-gray"
174158
},
175159
{
176-
"color": "#bdbdbd",
160+
"color": "#cac9c9",
177161
"variable": "$twiki-gray"
178162
},
179163
{
@@ -190,4 +174,4 @@
190174
}
191175
]
192176
}
193-
]
177+
]

0 commit comments

Comments
 (0)