From a5b1d58b763625dbf1e2c9a35af1f24c37212d05 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 8 Dec 2025 01:52:11 +0000 Subject: [PATCH 1/2] Change Antarctica True South flag to use dark blue color --- README.md | 2 +- flags/aq-true_south.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6df8fd0..5881257 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Submitted flags should conform to the following color palette.
Try to match Special cases: -- `#002266`: dark blue (only one usage: [ 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)) +- `#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)) diff --git a/flags/aq-true_south.svg b/flags/aq-true_south.svg index 2ebb353..9de9e7d 100644 --- a/flags/aq-true_south.svg +++ b/flags/aq-true_south.svg @@ -1 +1 @@ - \ No newline at end of file + From 829e4a9392d9e2ef553135294017efe097a340ee Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 8 Dec 2025 02:02:03 +0000 Subject: [PATCH 2/2] Add .gitattributes and .gitignore files for SVG handling and node_modules exclusion --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5259f67 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.svg text diff diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ccbe46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/node_modules/