From 1f0cda5c3fd8f61a9245ed5ea7a87160dcc0c339 Mon Sep 17 00:00:00 2001 From: HatScripts Date: Fri, 12 Dec 2025 12:36:35 +1100 Subject: [PATCH] Update color palette icons in README Inline SVG color circles weren't displaying, so we have replaced them with external `placeholder.pics` image icons. --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 480f01e..a3189b1 100644 --- a/README.md +++ b/README.md @@ -66,23 +66,23 @@ Then commit the changes, and submit them as a pull request. Submitted flags should conform to the following color palette.
Try to match the flag's original colors with the nearest color from the palette. -- `#eeeeee`: white -- `#acabb1`: gray -- `#333333`: black -- `#a2001d`: dark red -- `#d80027`: red -- `#ff9811`: orange -- `#ffda44`: yellow -- `#6da544`: green -- `#496e2d`: dark green -- `#338af3`: light blue -- `#0052b4`: blue +- `#eeeeee`: white +- `#acabb1`: gray +- `#333333`: black +- `#a2001d`: dark red +- `#d80027`: red +- `#ff9811`: orange +- `#ffda44`: yellow +- `#6da544`: green +- `#496e2d`: dark green +- `#338af3`: light blue +- `#0052b4`: blue Special cases: -- `#002266`: dark blue (only two usages: [ Chad](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/td.svg), to differentiate from [ Romania](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/ro.svg); and [ True South (Antarctica)](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/aq-true_south.svg)) -- `#4a1f63`: purple (only one usage: [ Balearic Islands](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/es-ib.svg)) -- `#751a46`: dark pink (only one usage: [ Qatar](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/qa.svg)) +- `#002266`: dark blue (only two usages: [ Chad](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/td.svg), to differentiate from [ Romania](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/ro.svg); and [ True South (Antarctica)](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/aq-true_south.svg)) +- `#4a1f63`: purple (only one usage: [ Balearic Islands](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/es-ib.svg)) +- `#751a46`: dark pink (only one usage: [ Qatar](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/qa.svg)) ## 🧾 License