From bc36c9ad7f1a0258b504ff0f3483d425b4aabe1c Mon Sep 17 00:00:00 2001 From: HatScripts Date: Thu, 11 Dec 2025 22:27:57 +1100 Subject: [PATCH] Add SVG color swatches to palette in README Replaces plain color codes in the color palette section with inline SVG circles for visual reference, improving clarity for contributors selecting flag colors. --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5881257..90d81b1 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