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
Replaces plain color codes in the color palette section with inline SVG circles for visual reference, improving clarity for contributors selecting flag colors.
-<svgxmlns="http://www.w3.org/2000/svg"width="16"height="16"viewBox="0 0 2 2"><circlecx="1"cy="1"r="1"fill="#6da544"></svg> `#6da544`: green
77
+
-<svgxmlns="http://www.w3.org/2000/svg"width="16"height="16"viewBox="0 0 2 2"><circlecx="1"cy="1"r="1"fill="#496e2d"></svg> `#496e2d`: dark green
78
+
-<svgxmlns="http://www.w3.org/2000/svg"width="16"height="16"viewBox="0 0 2 2"><circlecx="1"cy="1"r="1"fill="#338af3"></svg> `#338af3`: light blue
79
+
-<svgxmlns="http://www.w3.org/2000/svg"width="16"height="16"viewBox="0 0 2 2"><circlecx="1"cy="1"r="1"fill="#0052b4"></svg> `#0052b4`: blue
80
80
81
81
Special cases:
82
82
83
-
-`#002266`: dark blue (only two usages: [<imgsrc="https://hatscripts.github.io/circle-flags/flags/td.svg"width="16"> Chad](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/td.svg), to differentiate from [<imgsrc="https://hatscripts.github.io/circle-flags/flags/ro.svg"width="16"> Romania](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/ro.svg); and [<imgsrc="https://hatscripts.github.io/circle-flags/flags/aq-true_south.svg"width="16"> True South (Antarctica)](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/aq-true_south.svg))
84
-
-`#4a1f63`: purple (only one usage: [<imgsrc="https://hatscripts.github.io/circle-flags/flags/es-ib.svg"width="16"> Balearic Islands](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/es-ib.svg))
85
-
-`#751a46`: dark pink (only one usage: [<imgsrc="https://hatscripts.github.io/circle-flags/flags/qa.svg"width="16"> Qatar](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/qa.svg))
83
+
-<svgxmlns="http://www.w3.org/2000/svg"width="16"height="16"viewBox="0 0 2 2"><circlecx="1"cy="1"r="1"fill="#002266"></svg> `#002266`: dark blue (only two usages: [<imgsrc="https://hatscripts.github.io/circle-flags/flags/td.svg"width="16"> Chad](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/td.svg), to differentiate from [<imgsrc="https://hatscripts.github.io/circle-flags/flags/ro.svg"width="16"> Romania](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/ro.svg); and [<imgsrc="https://hatscripts.github.io/circle-flags/flags/aq-true_south.svg"width="16"> True South (Antarctica)](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/aq-true_south.svg))
0 commit comments