diff --git a/content/utils/base16/fetch_data.py b/content/utils/base16/fetch_data.py index 2b6fcf5..4765990 100644 --- a/content/utils/base16/fetch_data.py +++ b/content/utils/base16/fetch_data.py @@ -85,10 +85,9 @@ def read_kv(data): item.unlink() for theme in themes.keys(): - for lang in ["en", "pt"]: - file = ROOT / f"theme_{theme}.{lang}.md" - with file.open('w') as f: - print('---', file=f) - for (k, v) in themes[theme].items(): - print(f"{k}: {json.dumps(v)}", file=f) - print('---', file=f) + file = ROOT / f"theme_{theme}.md" + with file.open('w') as f: + print('---', file=f) + for (k, v) in themes[theme].items(): + print(f"{k}: {json.dumps(v)}", file=f) + print('---', file=f) diff --git a/content/utils/base16/theme_3024.en.md b/content/utils/base16/theme_3024.md similarity index 100% rename from content/utils/base16/theme_3024.en.md rename to content/utils/base16/theme_3024.md diff --git a/content/utils/base16/theme_3024.pt.md b/content/utils/base16/theme_3024.pt.md deleted file mode 100644 index e97ed38..0000000 --- a/content/utils/base16/theme_3024.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jan T. Sott (http://github.com/idleberg)" -title: "3024" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["090300", "3a3432", "4a4543", "5c5855", "807d7c", "a5a2a2", "d6d5d4", "f7f7f7", "db2d20", "e8bbd0", "fded02", "01a252", "b5e4f4", "01a0e4", "a16a94", "cdab53"] ---- diff --git a/content/utils/base16/theme_apathy.en.md b/content/utils/base16/theme_apathy.md similarity index 100% rename from content/utils/base16/theme_apathy.en.md rename to content/utils/base16/theme_apathy.md diff --git a/content/utils/base16/theme_apathy.pt.md b/content/utils/base16/theme_apathy.pt.md deleted file mode 100644 index 36a2484..0000000 --- a/content/utils/base16/theme_apathy.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jannik Siebert (https://github.com/janniks)" -title: "Apathy" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["031A16", "0B342D", "184E45", "2B685E", "5F9C92", "81B5AC", "A7CEC8", "D2E7E4", "3E9688", "3E7996", "3E4C96", "883E96", "963E4C", "96883E", "4C963E", "3E965B"] ---- diff --git a/content/utils/base16/theme_apprentice.en.md b/content/utils/base16/theme_apprentice.md similarity index 100% rename from content/utils/base16/theme_apprentice.en.md rename to content/utils/base16/theme_apprentice.md diff --git a/content/utils/base16/theme_apprentice.pt.md b/content/utils/base16/theme_apprentice.pt.md deleted file mode 100644 index 5c5ddf9..0000000 --- a/content/utils/base16/theme_apprentice.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "romainl" -title: "Apprentice" -summary: "https://github.com/casonadams/base16-apprentice-scheme" -colors: ["262626", "AF5F5F", "5F875F", "87875F", "5F87AF", "5F5F87", "5F8787", "6C6C6C", "444444", "FF8700", "87AF87", "FFFFAF", "87AFD7", "8787AF", "5FAFAF", "BCBCBC"] ---- diff --git a/content/utils/base16/theme_ashes.en.md b/content/utils/base16/theme_ashes.md similarity index 100% rename from content/utils/base16/theme_ashes.en.md rename to content/utils/base16/theme_ashes.md diff --git a/content/utils/base16/theme_ashes.pt.md b/content/utils/base16/theme_ashes.pt.md deleted file mode 100644 index 7ed96d3..0000000 --- a/content/utils/base16/theme_ashes.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jannik Siebert (https://github.com/janniks)" -title: "Ashes" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["1C2023", "393F45", "565E65", "747C84", "ADB3BA", "C7CCD1", "DFE2E5", "F3F4F5", "C7AE95", "C7C795", "AEC795", "95C7AE", "95AEC7", "AE95C7", "C795AE", "C79595"] ---- diff --git a/content/utils/base16/theme_atelier-cave-light.en.md b/content/utils/base16/theme_atelier-cave-light.md similarity index 100% rename from content/utils/base16/theme_atelier-cave-light.en.md rename to content/utils/base16/theme_atelier-cave-light.md diff --git a/content/utils/base16/theme_atelier-cave-light.pt.md b/content/utils/base16/theme_atelier-cave-light.pt.md deleted file mode 100644 index 3f233c3..0000000 --- a/content/utils/base16/theme_atelier-cave-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Cave Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["efecf4", "e2dfe7", "8b8792", "7e7887", "655f6d", "585260", "26232a", "19171c", "be4678", "aa573c", "a06e3b", "2a9292", "398bc6", "576ddb", "955ae7", "bf40bf"] ---- diff --git a/content/utils/base16/theme_atelier-cave.en.md b/content/utils/base16/theme_atelier-cave.md similarity index 100% rename from content/utils/base16/theme_atelier-cave.en.md rename to content/utils/base16/theme_atelier-cave.md diff --git a/content/utils/base16/theme_atelier-cave.pt.md b/content/utils/base16/theme_atelier-cave.pt.md deleted file mode 100644 index e35c6dd..0000000 --- a/content/utils/base16/theme_atelier-cave.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Cave" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["19171c", "26232a", "585260", "655f6d", "7e7887", "8b8792", "e2dfe7", "efecf4", "be4678", "aa573c", "a06e3b", "2a9292", "398bc6", "576ddb", "955ae7", "bf40bf"] ---- diff --git a/content/utils/base16/theme_atelier-dune-light.en.md b/content/utils/base16/theme_atelier-dune-light.md similarity index 100% rename from content/utils/base16/theme_atelier-dune-light.en.md rename to content/utils/base16/theme_atelier-dune-light.md diff --git a/content/utils/base16/theme_atelier-dune-light.pt.md b/content/utils/base16/theme_atelier-dune-light.pt.md deleted file mode 100644 index e6260ac..0000000 --- a/content/utils/base16/theme_atelier-dune-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Dune Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["fefbec", "e8e4cf", "a6a28c", "999580", "7d7a68", "6e6b5e", "292824", "20201d", "d73737", "b65611", "ae9513", "60ac39", "1fad83", "6684e1", "b854d4", "d43552"] ---- diff --git a/content/utils/base16/theme_atelier-dune.en.md b/content/utils/base16/theme_atelier-dune.md similarity index 100% rename from content/utils/base16/theme_atelier-dune.en.md rename to content/utils/base16/theme_atelier-dune.md diff --git a/content/utils/base16/theme_atelier-dune.pt.md b/content/utils/base16/theme_atelier-dune.pt.md deleted file mode 100644 index f5db0c0..0000000 --- a/content/utils/base16/theme_atelier-dune.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Dune" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["20201d", "292824", "6e6b5e", "7d7a68", "999580", "a6a28c", "e8e4cf", "fefbec", "d73737", "b65611", "ae9513", "60ac39", "1fad83", "6684e1", "b854d4", "d43552"] ---- diff --git a/content/utils/base16/theme_atelier-estuary-light.en.md b/content/utils/base16/theme_atelier-estuary-light.md similarity index 100% rename from content/utils/base16/theme_atelier-estuary-light.en.md rename to content/utils/base16/theme_atelier-estuary-light.md diff --git a/content/utils/base16/theme_atelier-estuary-light.pt.md b/content/utils/base16/theme_atelier-estuary-light.pt.md deleted file mode 100644 index 00808b8..0000000 --- a/content/utils/base16/theme_atelier-estuary-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Estuary Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["f4f3ec", "e7e6df", "929181", "878573", "6c6b5a", "5f5e4e", "302f27", "22221b", "ba6236", "ae7313", "a5980d", "7d9726", "5b9d48", "36a166", "5f9182", "9d6c7c"] ---- diff --git a/content/utils/base16/theme_atelier-estuary.en.md b/content/utils/base16/theme_atelier-estuary.md similarity index 100% rename from content/utils/base16/theme_atelier-estuary.en.md rename to content/utils/base16/theme_atelier-estuary.md diff --git a/content/utils/base16/theme_atelier-estuary.pt.md b/content/utils/base16/theme_atelier-estuary.pt.md deleted file mode 100644 index 328cd1d..0000000 --- a/content/utils/base16/theme_atelier-estuary.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Estuary" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["22221b", "302f27", "5f5e4e", "6c6b5a", "878573", "929181", "e7e6df", "f4f3ec", "ba6236", "ae7313", "a5980d", "7d9726", "5b9d48", "36a166", "5f9182", "9d6c7c"] ---- diff --git a/content/utils/base16/theme_atelier-forest-light.en.md b/content/utils/base16/theme_atelier-forest-light.md similarity index 100% rename from content/utils/base16/theme_atelier-forest-light.en.md rename to content/utils/base16/theme_atelier-forest-light.md diff --git a/content/utils/base16/theme_atelier-forest-light.pt.md b/content/utils/base16/theme_atelier-forest-light.pt.md deleted file mode 100644 index 51664e5..0000000 --- a/content/utils/base16/theme_atelier-forest-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Forest Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["f1efee", "e6e2e0", "a8a19f", "9c9491", "766e6b", "68615e", "2c2421", "1b1918", "f22c40", "df5320", "c38418", "7b9726", "3d97b8", "407ee7", "6666ea", "c33ff3"] ---- diff --git a/content/utils/base16/theme_atelier-forest.en.md b/content/utils/base16/theme_atelier-forest.md similarity index 100% rename from content/utils/base16/theme_atelier-forest.en.md rename to content/utils/base16/theme_atelier-forest.md diff --git a/content/utils/base16/theme_atelier-forest.pt.md b/content/utils/base16/theme_atelier-forest.pt.md deleted file mode 100644 index ba81456..0000000 --- a/content/utils/base16/theme_atelier-forest.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Forest" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["1b1918", "2c2421", "68615e", "766e6b", "9c9491", "a8a19f", "e6e2e0", "f1efee", "f22c40", "df5320", "c38418", "7b9726", "3d97b8", "407ee7", "6666ea", "c33ff3"] ---- diff --git a/content/utils/base16/theme_atelier-heath-light.en.md b/content/utils/base16/theme_atelier-heath-light.md similarity index 100% rename from content/utils/base16/theme_atelier-heath-light.en.md rename to content/utils/base16/theme_atelier-heath-light.md diff --git a/content/utils/base16/theme_atelier-heath-light.pt.md b/content/utils/base16/theme_atelier-heath-light.pt.md deleted file mode 100644 index 9ba5b65..0000000 --- a/content/utils/base16/theme_atelier-heath-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Heath Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["f7f3f7", "d8cad8", "ab9bab", "9e8f9e", "776977", "695d69", "292329", "1b181b", "ca402b", "a65926", "bb8a35", "918b3b", "159393", "516aec", "7b59c0", "cc33cc"] ---- diff --git a/content/utils/base16/theme_atelier-heath.en.md b/content/utils/base16/theme_atelier-heath.md similarity index 100% rename from content/utils/base16/theme_atelier-heath.en.md rename to content/utils/base16/theme_atelier-heath.md diff --git a/content/utils/base16/theme_atelier-heath.pt.md b/content/utils/base16/theme_atelier-heath.pt.md deleted file mode 100644 index 63cf91a..0000000 --- a/content/utils/base16/theme_atelier-heath.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Heath" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["1b181b", "292329", "695d69", "776977", "9e8f9e", "ab9bab", "d8cad8", "f7f3f7", "ca402b", "a65926", "bb8a35", "918b3b", "159393", "516aec", "7b59c0", "cc33cc"] ---- diff --git a/content/utils/base16/theme_atelier-lakeside-light.en.md b/content/utils/base16/theme_atelier-lakeside-light.md similarity index 100% rename from content/utils/base16/theme_atelier-lakeside-light.en.md rename to content/utils/base16/theme_atelier-lakeside-light.md diff --git a/content/utils/base16/theme_atelier-lakeside-light.pt.md b/content/utils/base16/theme_atelier-lakeside-light.pt.md deleted file mode 100644 index f71fb44..0000000 --- a/content/utils/base16/theme_atelier-lakeside-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Lakeside Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["ebf8ff", "c1e4f6", "7ea2b4", "7195a8", "5a7b8c", "516d7b", "1f292e", "161b1d", "d22d72", "935c25", "8a8a0f", "568c3b", "2d8f6f", "257fad", "6b6bb8", "b72dd2"] ---- diff --git a/content/utils/base16/theme_atelier-lakeside.en.md b/content/utils/base16/theme_atelier-lakeside.md similarity index 100% rename from content/utils/base16/theme_atelier-lakeside.en.md rename to content/utils/base16/theme_atelier-lakeside.md diff --git a/content/utils/base16/theme_atelier-lakeside.pt.md b/content/utils/base16/theme_atelier-lakeside.pt.md deleted file mode 100644 index e6ebbf9..0000000 --- a/content/utils/base16/theme_atelier-lakeside.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Lakeside" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["161b1d", "1f292e", "516d7b", "5a7b8c", "7195a8", "7ea2b4", "c1e4f6", "ebf8ff", "d22d72", "935c25", "8a8a0f", "568c3b", "2d8f6f", "257fad", "6b6bb8", "b72dd2"] ---- diff --git a/content/utils/base16/theme_atelier-plateau-light.en.md b/content/utils/base16/theme_atelier-plateau-light.md similarity index 100% rename from content/utils/base16/theme_atelier-plateau-light.en.md rename to content/utils/base16/theme_atelier-plateau-light.md diff --git a/content/utils/base16/theme_atelier-plateau-light.pt.md b/content/utils/base16/theme_atelier-plateau-light.pt.md deleted file mode 100644 index 637b774..0000000 --- a/content/utils/base16/theme_atelier-plateau-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Plateau Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["f4ecec", "e7dfdf", "8a8585", "7e7777", "655d5d", "585050", "292424", "1b1818", "ca4949", "b45a3c", "a06e3b", "4b8b8b", "5485b6", "7272ca", "8464c4", "bd5187"] ---- diff --git a/content/utils/base16/theme_atelier-plateau.en.md b/content/utils/base16/theme_atelier-plateau.md similarity index 100% rename from content/utils/base16/theme_atelier-plateau.en.md rename to content/utils/base16/theme_atelier-plateau.md diff --git a/content/utils/base16/theme_atelier-plateau.pt.md b/content/utils/base16/theme_atelier-plateau.pt.md deleted file mode 100644 index b5a7092..0000000 --- a/content/utils/base16/theme_atelier-plateau.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Plateau" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["1b1818", "292424", "585050", "655d5d", "7e7777", "8a8585", "e7dfdf", "f4ecec", "ca4949", "b45a3c", "a06e3b", "4b8b8b", "5485b6", "7272ca", "8464c4", "bd5187"] ---- diff --git a/content/utils/base16/theme_atelier-savanna-light.en.md b/content/utils/base16/theme_atelier-savanna-light.md similarity index 100% rename from content/utils/base16/theme_atelier-savanna-light.en.md rename to content/utils/base16/theme_atelier-savanna-light.md diff --git a/content/utils/base16/theme_atelier-savanna-light.pt.md b/content/utils/base16/theme_atelier-savanna-light.pt.md deleted file mode 100644 index fb4242e..0000000 --- a/content/utils/base16/theme_atelier-savanna-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Savanna Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["ecf4ee", "dfe7e2", "87928a", "78877d", "5f6d64", "526057", "232a25", "171c19", "b16139", "9f713c", "a07e3b", "489963", "1c9aa0", "478c90", "55859b", "867469"] ---- diff --git a/content/utils/base16/theme_atelier-savanna.en.md b/content/utils/base16/theme_atelier-savanna.md similarity index 100% rename from content/utils/base16/theme_atelier-savanna.en.md rename to content/utils/base16/theme_atelier-savanna.md diff --git a/content/utils/base16/theme_atelier-savanna.pt.md b/content/utils/base16/theme_atelier-savanna.pt.md deleted file mode 100644 index 2677682..0000000 --- a/content/utils/base16/theme_atelier-savanna.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Savanna" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["171c19", "232a25", "526057", "5f6d64", "78877d", "87928a", "dfe7e2", "ecf4ee", "b16139", "9f713c", "a07e3b", "489963", "1c9aa0", "478c90", "55859b", "867469"] ---- diff --git a/content/utils/base16/theme_atelier-seaside-light.en.md b/content/utils/base16/theme_atelier-seaside-light.md similarity index 100% rename from content/utils/base16/theme_atelier-seaside-light.en.md rename to content/utils/base16/theme_atelier-seaside-light.md diff --git a/content/utils/base16/theme_atelier-seaside-light.pt.md b/content/utils/base16/theme_atelier-seaside-light.pt.md deleted file mode 100644 index d01bccf..0000000 --- a/content/utils/base16/theme_atelier-seaside-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Seaside Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["f4fbf4", "cfe8cf", "8ca68c", "809980", "687d68", "5e6e5e", "242924", "131513", "e6193c", "87711d", "98981b", "29a329", "1999b3", "3d62f5", "ad2bee", "e619c3"] ---- diff --git a/content/utils/base16/theme_atelier-seaside.en.md b/content/utils/base16/theme_atelier-seaside.md similarity index 100% rename from content/utils/base16/theme_atelier-seaside.en.md rename to content/utils/base16/theme_atelier-seaside.md diff --git a/content/utils/base16/theme_atelier-seaside.pt.md b/content/utils/base16/theme_atelier-seaside.pt.md deleted file mode 100644 index 0d93328..0000000 --- a/content/utils/base16/theme_atelier-seaside.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Seaside" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["131513", "242924", "5e6e5e", "687d68", "809980", "8ca68c", "cfe8cf", "f4fbf4", "e6193c", "87711d", "98981b", "29a329", "1999b3", "3d62f5", "ad2bee", "e619c3"] ---- diff --git a/content/utils/base16/theme_atelier-sulphurpool-light.en.md b/content/utils/base16/theme_atelier-sulphurpool-light.md similarity index 100% rename from content/utils/base16/theme_atelier-sulphurpool-light.en.md rename to content/utils/base16/theme_atelier-sulphurpool-light.md diff --git a/content/utils/base16/theme_atelier-sulphurpool-light.pt.md b/content/utils/base16/theme_atelier-sulphurpool-light.pt.md deleted file mode 100644 index 1cd298d..0000000 --- a/content/utils/base16/theme_atelier-sulphurpool-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Sulphurpool Light" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["f5f7ff", "dfe2f1", "979db4", "898ea4", "6b7394", "5e6687", "293256", "202746", "c94922", "c76b29", "c08b30", "ac9739", "22a2c9", "3d8fd1", "6679cc", "9c637a"] ---- diff --git a/content/utils/base16/theme_atelier-sulphurpool.en.md b/content/utils/base16/theme_atelier-sulphurpool.md similarity index 100% rename from content/utils/base16/theme_atelier-sulphurpool.en.md rename to content/utils/base16/theme_atelier-sulphurpool.md diff --git a/content/utils/base16/theme_atelier-sulphurpool.pt.md b/content/utils/base16/theme_atelier-sulphurpool.pt.md deleted file mode 100644 index c8d411d..0000000 --- a/content/utils/base16/theme_atelier-sulphurpool.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Bram de Haan (http://atelierbramdehaan.nl)" -title: "Atelier Sulphurpool" -summary: "https://github.com/atelierbram/base16-atelier-schemes" -colors: ["202746", "293256", "5e6687", "6b7394", "898ea4", "979db4", "dfe2f1", "f5f7ff", "c94922", "c76b29", "c08b30", "ac9739", "22a2c9", "3d8fd1", "6679cc", "9c637a"] ---- diff --git a/content/utils/base16/theme_atlas.en.md b/content/utils/base16/theme_atlas.md similarity index 100% rename from content/utils/base16/theme_atlas.en.md rename to content/utils/base16/theme_atlas.md diff --git a/content/utils/base16/theme_atlas.pt.md b/content/utils/base16/theme_atlas.pt.md deleted file mode 100644 index cfe193c..0000000 --- a/content/utils/base16/theme_atlas.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Alex Lende (https://ajlende.com)" -title: "Atlas" -summary: "https://github.com/ajlende/base16-atlas-scheme" -colors: ["002635", "00384d", "517F8D", "6C8B91", "869696", "a1a19a", "e6e6dc", "fafaf8", "ff5a67", "f08e48", "ffcc1b", "7fc06e", "5dd7b9", "14747e", "9a70a4", "c43060"] ---- diff --git a/content/utils/base16/theme_bespin.en.md b/content/utils/base16/theme_bespin.md similarity index 100% rename from content/utils/base16/theme_bespin.en.md rename to content/utils/base16/theme_bespin.md diff --git a/content/utils/base16/theme_bespin.pt.md b/content/utils/base16/theme_bespin.pt.md deleted file mode 100644 index b7c81a5..0000000 --- a/content/utils/base16/theme_bespin.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jan T. Sott" -title: "Bespin" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["28211c", "36312e", "5e5d5c", "666666", "797977", "8a8986", "9d9b97", "baae9e", "cf6a4c", "cf7d34", "f9ee98", "54be0d", "afc4db", "5ea6ea", "9b859d", "937121"] ---- diff --git a/content/utils/base16/theme_black-metal-bathory.en.md b/content/utils/base16/theme_black-metal-bathory.md similarity index 100% rename from content/utils/base16/theme_black-metal-bathory.en.md rename to content/utils/base16/theme_black-metal-bathory.md diff --git a/content/utils/base16/theme_black-metal-bathory.pt.md b/content/utils/base16/theme_black-metal-bathory.pt.md deleted file mode 100644 index 67e2078..0000000 --- a/content/utils/base16/theme_black-metal-bathory.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Bathory)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "e78a53", "fbcb97", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-burzum.en.md b/content/utils/base16/theme_black-metal-burzum.md similarity index 100% rename from content/utils/base16/theme_black-metal-burzum.en.md rename to content/utils/base16/theme_black-metal-burzum.md diff --git a/content/utils/base16/theme_black-metal-burzum.pt.md b/content/utils/base16/theme_black-metal-burzum.pt.md deleted file mode 100644 index fa43e9b..0000000 --- a/content/utils/base16/theme_black-metal-burzum.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Burzum)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "99bbaa", "ddeecc", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-dark-funeral.en.md b/content/utils/base16/theme_black-metal-dark-funeral.md similarity index 100% rename from content/utils/base16/theme_black-metal-dark-funeral.en.md rename to content/utils/base16/theme_black-metal-dark-funeral.md diff --git a/content/utils/base16/theme_black-metal-dark-funeral.pt.md b/content/utils/base16/theme_black-metal-dark-funeral.pt.md deleted file mode 100644 index d93cf5f..0000000 --- a/content/utils/base16/theme_black-metal-dark-funeral.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Dark Funeral)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "5f81a5", "d0dfee", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-gorgoroth.en.md b/content/utils/base16/theme_black-metal-gorgoroth.md similarity index 100% rename from content/utils/base16/theme_black-metal-gorgoroth.en.md rename to content/utils/base16/theme_black-metal-gorgoroth.md diff --git a/content/utils/base16/theme_black-metal-gorgoroth.pt.md b/content/utils/base16/theme_black-metal-gorgoroth.pt.md deleted file mode 100644 index 63b09b5..0000000 --- a/content/utils/base16/theme_black-metal-gorgoroth.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Gorgoroth)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "8c7f70", "9b8d7f", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-immortal.en.md b/content/utils/base16/theme_black-metal-immortal.md similarity index 100% rename from content/utils/base16/theme_black-metal-immortal.en.md rename to content/utils/base16/theme_black-metal-immortal.md diff --git a/content/utils/base16/theme_black-metal-immortal.pt.md b/content/utils/base16/theme_black-metal-immortal.pt.md deleted file mode 100644 index 1c40a07..0000000 --- a/content/utils/base16/theme_black-metal-immortal.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Immortal)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "556677", "7799bb", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-khold.en.md b/content/utils/base16/theme_black-metal-khold.md similarity index 100% rename from content/utils/base16/theme_black-metal-khold.en.md rename to content/utils/base16/theme_black-metal-khold.md diff --git a/content/utils/base16/theme_black-metal-khold.pt.md b/content/utils/base16/theme_black-metal-khold.pt.md deleted file mode 100644 index 1434bea..0000000 --- a/content/utils/base16/theme_black-metal-khold.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Khold)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "974b46", "eceee3", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-marduk.en.md b/content/utils/base16/theme_black-metal-marduk.md similarity index 100% rename from content/utils/base16/theme_black-metal-marduk.en.md rename to content/utils/base16/theme_black-metal-marduk.md diff --git a/content/utils/base16/theme_black-metal-marduk.pt.md b/content/utils/base16/theme_black-metal-marduk.pt.md deleted file mode 100644 index eb38da2..0000000 --- a/content/utils/base16/theme_black-metal-marduk.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Marduk)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "626b67", "a5aaa7", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-mayhem.en.md b/content/utils/base16/theme_black-metal-mayhem.md similarity index 100% rename from content/utils/base16/theme_black-metal-mayhem.en.md rename to content/utils/base16/theme_black-metal-mayhem.md diff --git a/content/utils/base16/theme_black-metal-mayhem.pt.md b/content/utils/base16/theme_black-metal-mayhem.pt.md deleted file mode 100644 index dde9c0c..0000000 --- a/content/utils/base16/theme_black-metal-mayhem.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Mayhem)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "eecc6c", "f3ecd4", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-nile.en.md b/content/utils/base16/theme_black-metal-nile.md similarity index 100% rename from content/utils/base16/theme_black-metal-nile.en.md rename to content/utils/base16/theme_black-metal-nile.md diff --git a/content/utils/base16/theme_black-metal-nile.pt.md b/content/utils/base16/theme_black-metal-nile.pt.md deleted file mode 100644 index 7127800..0000000 --- a/content/utils/base16/theme_black-metal-nile.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Nile)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "777755", "aa9988", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal-venom.en.md b/content/utils/base16/theme_black-metal-venom.md similarity index 100% rename from content/utils/base16/theme_black-metal-venom.en.md rename to content/utils/base16/theme_black-metal-venom.md diff --git a/content/utils/base16/theme_black-metal-venom.pt.md b/content/utils/base16/theme_black-metal-venom.pt.md deleted file mode 100644 index 48d5182..0000000 --- a/content/utils/base16/theme_black-metal-venom.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal (Venom)" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "79241f", "f8f7f2", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_black-metal.en.md b/content/utils/base16/theme_black-metal.md similarity index 100% rename from content/utils/base16/theme_black-metal.en.md rename to content/utils/base16/theme_black-metal.md diff --git a/content/utils/base16/theme_black-metal.pt.md b/content/utils/base16/theme_black-metal.pt.md deleted file mode 100644 index fd5cd62..0000000 --- a/content/utils/base16/theme_black-metal.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "metalelf0 (https://github.com/metalelf0)" -title: "Black Metal" -summary: "https://github.com/metalelf0/base16-black-metal-scheme" -colors: ["000000", "121212", "222222", "333333", "999999", "c1c1c1", "999999", "c1c1c1", "5f8787", "aaaaaa", "a06666", "dd9999", "aaaaaa", "888888", "999999", "444444"] ---- diff --git a/content/utils/base16/theme_brewer.en.md b/content/utils/base16/theme_brewer.md similarity index 100% rename from content/utils/base16/theme_brewer.en.md rename to content/utils/base16/theme_brewer.md diff --git a/content/utils/base16/theme_brewer.pt.md b/content/utils/base16/theme_brewer.pt.md deleted file mode 100644 index 4192d8c..0000000 --- a/content/utils/base16/theme_brewer.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Timoth\u00e9e Poisot (http://github.com/tpoisot)" -title: "Brewer" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["0c0d0e", "2e2f30", "515253", "737475", "959697", "b7b8b9", "dadbdc", "fcfdfe", "e31a1c", "e6550d", "dca060", "31a354", "80b1d3", "3182bd", "756bb1", "b15928"] ---- diff --git a/content/utils/base16/theme_bright.en.md b/content/utils/base16/theme_bright.md similarity index 100% rename from content/utils/base16/theme_bright.en.md rename to content/utils/base16/theme_bright.md diff --git a/content/utils/base16/theme_bright.pt.md b/content/utils/base16/theme_bright.pt.md deleted file mode 100644 index 7f0edb4..0000000 --- a/content/utils/base16/theme_bright.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Bright" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["000000", "303030", "505050", "b0b0b0", "d0d0d0", "e0e0e0", "f5f5f5", "ffffff", "fb0120", "fc6d24", "fda331", "a1c659", "76c7b7", "6fb3d2", "d381c3", "be643c"] ---- diff --git a/content/utils/base16/theme_brogrammer.en.md b/content/utils/base16/theme_brogrammer.md similarity index 100% rename from content/utils/base16/theme_brogrammer.en.md rename to content/utils/base16/theme_brogrammer.md diff --git a/content/utils/base16/theme_brogrammer.pt.md b/content/utils/base16/theme_brogrammer.pt.md deleted file mode 100644 index e9bd239..0000000 --- a/content/utils/base16/theme_brogrammer.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Vik Ramanujam (http://github.com/piggyslasher)" -title: "Brogrammer" -summary: "https://github.com/piggyslasher/base16-brogrammer-scheme" -colors: ["1f1f1f", "f81118", "2dc55e", "ecba0f", "2a84d2", "4e5ab7", "1081d6", "d6dbe5", "d6dbe5", "de352e", "1dd361", "f3bd09", "1081d6", "5350b9", "0f7ddb", "ffffff"] ---- diff --git a/content/utils/base16/theme_brushtrees-dark.en.md b/content/utils/base16/theme_brushtrees-dark.md similarity index 100% rename from content/utils/base16/theme_brushtrees-dark.en.md rename to content/utils/base16/theme_brushtrees-dark.md diff --git a/content/utils/base16/theme_brushtrees-dark.pt.md b/content/utils/base16/theme_brushtrees-dark.pt.md deleted file mode 100644 index 082f2cf..0000000 --- a/content/utils/base16/theme_brushtrees-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Abraham White " -title: "Brush Trees Dark" -summary: "https://github.com/WhiteAbeLincoln/base16-brushtrees-scheme" -colors: ["485867", "5A6D7A", "6D828E", "8299A1", "98AFB5", "B0C5C8", "C9DBDC", "E3EFEF", "b38686", "d8bba2", "aab386", "87b386", "86b3b3", "868cb3", "b386b2", "b39f9f"] ---- diff --git a/content/utils/base16/theme_brushtrees.en.md b/content/utils/base16/theme_brushtrees.md similarity index 100% rename from content/utils/base16/theme_brushtrees.en.md rename to content/utils/base16/theme_brushtrees.md diff --git a/content/utils/base16/theme_brushtrees.pt.md b/content/utils/base16/theme_brushtrees.pt.md deleted file mode 100644 index 2850fc9..0000000 --- a/content/utils/base16/theme_brushtrees.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Abraham White " -title: "Brush Trees" -summary: "https://github.com/WhiteAbeLincoln/base16-brushtrees-scheme" -colors: ["E3EFEF", "C9DBDC", "B0C5C8", "98AFB5", "8299A1", "6D828E", "5A6D7A", "485867", "b38686", "d8bba2", "aab386", "87b386", "86b3b3", "868cb3", "b386b2", "b39f9f"] ---- diff --git a/content/utils/base16/theme_chalk.en.md b/content/utils/base16/theme_chalk.md similarity index 100% rename from content/utils/base16/theme_chalk.en.md rename to content/utils/base16/theme_chalk.md diff --git a/content/utils/base16/theme_chalk.pt.md b/content/utils/base16/theme_chalk.pt.md deleted file mode 100644 index 95157ee..0000000 --- a/content/utils/base16/theme_chalk.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Chalk" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["151515", "202020", "303030", "505050", "b0b0b0", "d0d0d0", "e0e0e0", "f5f5f5", "fb9fb1", "eda987", "ddb26f", "acc267", "12cfc0", "6fc2ef", "e1a3ee", "deaf8f"] ---- diff --git a/content/utils/base16/theme_circus.en.md b/content/utils/base16/theme_circus.md similarity index 100% rename from content/utils/base16/theme_circus.en.md rename to content/utils/base16/theme_circus.md diff --git a/content/utils/base16/theme_circus.pt.md b/content/utils/base16/theme_circus.pt.md deleted file mode 100644 index ff00f35..0000000 --- a/content/utils/base16/theme_circus.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)" -title: "Circus" -summary: "https://github.com/stepchowfun/base16-circus-scheme" -colors: ["191919", "202020", "303030", "5f5a60", "505050", "a7a7a7", "808080", "ffffff", "dc657d", "4bb1a7", "c3ba63", "84b97c", "4bb1a7", "639ee4", "b888e2", "b888e2"] ---- diff --git a/content/utils/base16/theme_classic-dark.en.md b/content/utils/base16/theme_classic-dark.md similarity index 100% rename from content/utils/base16/theme_classic-dark.en.md rename to content/utils/base16/theme_classic-dark.md diff --git a/content/utils/base16/theme_classic-dark.pt.md b/content/utils/base16/theme_classic-dark.pt.md deleted file mode 100644 index ec91b8c..0000000 --- a/content/utils/base16/theme_classic-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jason Heeris (http://heeris.id.au)" -title: "Classic Dark" -summary: "https://github.com/detly/base16-classic-scheme" -colors: ["151515", "202020", "303030", "505050", "B0B0B0", "D0D0D0", "E0E0E0", "F5F5F5", "AC4142", "D28445", "F4BF75", "90A959", "75B5AA", "6A9FB5", "AA759F", "8F5536"] ---- diff --git a/content/utils/base16/theme_classic-light.en.md b/content/utils/base16/theme_classic-light.md similarity index 100% rename from content/utils/base16/theme_classic-light.en.md rename to content/utils/base16/theme_classic-light.md diff --git a/content/utils/base16/theme_classic-light.pt.md b/content/utils/base16/theme_classic-light.pt.md deleted file mode 100644 index 884a90d..0000000 --- a/content/utils/base16/theme_classic-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jason Heeris (http://heeris.id.au)" -title: "Classic Light" -summary: "https://github.com/detly/base16-classic-scheme" -colors: ["F5F5F5", "E0E0E0", "D0D0D0", "B0B0B0", "505050", "303030", "202020", "151515", "AC4142", "D28445", "F4BF75", "90A959", "75B5AA", "6A9FB5", "AA759F", "8F5536"] ---- diff --git a/content/utils/base16/theme_codeschool.en.md b/content/utils/base16/theme_codeschool.md similarity index 100% rename from content/utils/base16/theme_codeschool.en.md rename to content/utils/base16/theme_codeschool.md diff --git a/content/utils/base16/theme_codeschool.pt.md b/content/utils/base16/theme_codeschool.pt.md deleted file mode 100644 index fa9f459..0000000 --- a/content/utils/base16/theme_codeschool.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "blockloop" -title: "Codeschool" -summary: "https://github.com/blockloop/base16-codeschool-scheme" -colors: ["232c31", "1c3657", "2a343a", "3f4944", "84898c", "9ea7a6", "a7cfa3", "b5d8f6", "2a5491", "43820d", "a03b1e", "237986", "b02f30", "484d79", "c59820", "c98344"] ---- diff --git a/content/utils/base16/theme_colors.en.md b/content/utils/base16/theme_colors.md similarity index 100% rename from content/utils/base16/theme_colors.en.md rename to content/utils/base16/theme_colors.md diff --git a/content/utils/base16/theme_colors.pt.md b/content/utils/base16/theme_colors.pt.md deleted file mode 100644 index 3c258f7..0000000 --- a/content/utils/base16/theme_colors.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "mrmrs (http://clrs.cc)" -title: "Colors" -summary: "https://github.com/hakatashi/base16-colors-scheme" -colors: ["111111", "333333", "555555", "777777", "999999", "bbbbbb", "dddddd", "ffffff", "ff4136", "ff851b", "ffdc00", "2ecc40", "7fdbff", "0074d9", "b10dc9", "85144b"] ---- diff --git a/content/utils/base16/theme_cupcake.en.md b/content/utils/base16/theme_cupcake.md similarity index 100% rename from content/utils/base16/theme_cupcake.en.md rename to content/utils/base16/theme_cupcake.md diff --git a/content/utils/base16/theme_cupcake.pt.md b/content/utils/base16/theme_cupcake.pt.md deleted file mode 100644 index c7929f0..0000000 --- a/content/utils/base16/theme_cupcake.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Cupcake" -summary: "https://github.com/chriskempson/base16-default-schemes" -colors: ["fbf1f2", "f2f1f4", "d8d5dd", "bfb9c6", "a59daf", "8b8198", "72677E", "585062", "D57E85", "EBB790", "DCB16C", "A3B367", "69A9A7", "7297B9", "BB99B4", "BAA58C"] ---- diff --git a/content/utils/base16/theme_cupertino.en.md b/content/utils/base16/theme_cupertino.md similarity index 100% rename from content/utils/base16/theme_cupertino.en.md rename to content/utils/base16/theme_cupertino.md diff --git a/content/utils/base16/theme_cupertino.pt.md b/content/utils/base16/theme_cupertino.pt.md deleted file mode 100644 index d5b513d..0000000 --- a/content/utils/base16/theme_cupertino.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Defman21" -title: "Cupertino" -summary: "https://github.com/Defman21/base16-cupertino" -colors: ["ffffff", "c0c0c0", "c0c0c0", "808080", "808080", "404040", "404040", "5e5e5e", "c41a15", "eb8500", "826b28", "007400", "318495", "0000ff", "a90d91", "826b28"] ---- diff --git a/content/utils/base16/theme_danqing-light.en.md b/content/utils/base16/theme_danqing-light.md similarity index 100% rename from content/utils/base16/theme_danqing-light.en.md rename to content/utils/base16/theme_danqing-light.md diff --git a/content/utils/base16/theme_danqing-light.pt.md b/content/utils/base16/theme_danqing-light.pt.md deleted file mode 100644 index 83b1ef4..0000000 --- a/content/utils/base16/theme_danqing-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)" -title: "DanQing Light" -summary: "https://github.com/CosmosAtlas/base16-danqing-scheme" -colors: ["fcfefd", "ecf6f2", "e0f0eF", "cad8d2", "9da8a3", "5a605d", "434846", "2d302f", "F9906F", "B38A61", "F0C239", "8AB361", "30DFF3", "B0A4E3", "CCA4E3", "CA6924"] ---- diff --git a/content/utils/base16/theme_danqing.en.md b/content/utils/base16/theme_danqing.md similarity index 100% rename from content/utils/base16/theme_danqing.en.md rename to content/utils/base16/theme_danqing.md diff --git a/content/utils/base16/theme_danqing.pt.md b/content/utils/base16/theme_danqing.pt.md deleted file mode 100644 index 391b4b5..0000000 --- a/content/utils/base16/theme_danqing.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)" -title: "DanQing" -summary: "https://github.com/CosmosAtlas/base16-danqing-scheme" -colors: ["2d302f", "434846", "5a605d", "9da8a3", "cad8d2", "e0f0eF", "ecf6f2", "fcfefd", "F9906F", "B38A61", "F0C239", "8AB361", "30DFF3", "B0A4E3", "CCA4E3", "CA6924"] ---- diff --git a/content/utils/base16/theme_darcula.en.md b/content/utils/base16/theme_darcula.md similarity index 100% rename from content/utils/base16/theme_darcula.en.md rename to content/utils/base16/theme_darcula.md diff --git a/content/utils/base16/theme_darcula.pt.md b/content/utils/base16/theme_darcula.pt.md deleted file mode 100644 index a84834c..0000000 --- a/content/utils/base16/theme_darcula.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "jetbrains" -title: "Darcula" -summary: "https://github.com/casonadams/base16-darcula-scheme" -colors: ["2b2b2b", "323232", "323232", "606366", "a4a3a3", "a9b7c6", "ffc66d", "ffffff", "4eade5", "689757", "bbb529", "6a8759", "629755", "9876aa", "cc7832", "808080"] ---- diff --git a/content/utils/base16/theme_darkmoss.en.md b/content/utils/base16/theme_darkmoss.md similarity index 100% rename from content/utils/base16/theme_darkmoss.en.md rename to content/utils/base16/theme_darkmoss.md diff --git a/content/utils/base16/theme_darkmoss.pt.md b/content/utils/base16/theme_darkmoss.pt.md deleted file mode 100644 index 91b514b..0000000 --- a/content/utils/base16/theme_darkmoss.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Gabriel Avanzi (https://github.com/avanzzzi)" -title: "darkmoss" -summary: "https://github.com/avanzzzi/base16-darkmoss-scheme" -colors: ["171e1f", "252c2d", "373c3d", "555e5f", "818f80", "c7c7a5", "e3e3c8", "e1eaef", "ff4658", "e6db74", "fdb11f", "499180", "66d9ef", "498091", "9bc0c8", "d27b53"] ---- diff --git a/content/utils/base16/theme_darktooth.en.md b/content/utils/base16/theme_darktooth.md similarity index 100% rename from content/utils/base16/theme_darktooth.en.md rename to content/utils/base16/theme_darktooth.md diff --git a/content/utils/base16/theme_darktooth.pt.md b/content/utils/base16/theme_darktooth.pt.md deleted file mode 100644 index 9a7f25b..0000000 --- a/content/utils/base16/theme_darktooth.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jason Milkins (https://github.com/jasonm23)" -title: "Darktooth" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["1D2021", "32302F", "504945", "665C54", "928374", "A89984", "D5C4A1", "FDF4C1", "FB543F", "FE8625", "FAC03B", "95C085", "8BA59B", "0D6678", "8F4673", "A87322"] ---- diff --git a/content/utils/base16/theme_darkviolet.en.md b/content/utils/base16/theme_darkviolet.md similarity index 100% rename from content/utils/base16/theme_darkviolet.en.md rename to content/utils/base16/theme_darkviolet.md diff --git a/content/utils/base16/theme_darkviolet.pt.md b/content/utils/base16/theme_darkviolet.pt.md deleted file mode 100644 index 1401b68..0000000 --- a/content/utils/base16/theme_darkviolet.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "ruler501 (https://github.com/ruler501/base16-darkviolet)" -title: "Dark Violet" -summary: "https://github.com/ruler501/base16-darkviolet-scheme" -colors: ["000000", "231a40", "432d59", "593380", "00ff00", "b08ae6", "9045e6", "a366ff", "a82ee6", "bb66cc", "f29df2", "4595e6", "40dfff", "4136d9", "7e5ce6", "a886bf"] ---- diff --git a/content/utils/base16/theme_decaf.en.md b/content/utils/base16/theme_decaf.md similarity index 100% rename from content/utils/base16/theme_decaf.en.md rename to content/utils/base16/theme_decaf.md diff --git a/content/utils/base16/theme_decaf.pt.md b/content/utils/base16/theme_decaf.pt.md deleted file mode 100644 index 5790deb..0000000 --- a/content/utils/base16/theme_decaf.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Alex Mirrington (https://github.com/alexmirrington)" -title: "Decaf" -summary: "https://github.com/alexmirrington/base16-espresso-scheme" -colors: ["2d2d2d", "393939", "515151", "777777", "b4b7b4", "cccccc", "e0e0e0", "ffffff", "ff7f7b", "ffbf70", "ffd67c", "beda78", "bed6ff", "90bee1", "efb3f7", "ff93b3"] ---- diff --git a/content/utils/base16/theme_default-dark.en.md b/content/utils/base16/theme_default-dark.md similarity index 100% rename from content/utils/base16/theme_default-dark.en.md rename to content/utils/base16/theme_default-dark.md diff --git a/content/utils/base16/theme_default-dark.pt.md b/content/utils/base16/theme_default-dark.pt.md deleted file mode 100644 index b700622..0000000 --- a/content/utils/base16/theme_default-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Default Dark" -summary: "https://github.com/chriskempson/base16-default-schemes" -colors: ["181818", "282828", "383838", "585858", "b8b8b8", "d8d8d8", "e8e8e8", "f8f8f8", "ab4642", "dc9656", "f7ca88", "a1b56c", "86c1b9", "7cafc2", "ba8baf", "a16946"] ---- diff --git a/content/utils/base16/theme_default-light.en.md b/content/utils/base16/theme_default-light.md similarity index 100% rename from content/utils/base16/theme_default-light.en.md rename to content/utils/base16/theme_default-light.md diff --git a/content/utils/base16/theme_default-light.pt.md b/content/utils/base16/theme_default-light.pt.md deleted file mode 100644 index 9956e09..0000000 --- a/content/utils/base16/theme_default-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Default Light" -summary: "https://github.com/chriskempson/base16-default-schemes" -colors: ["f8f8f8", "e8e8e8", "d8d8d8", "b8b8b8", "585858", "383838", "282828", "181818", "ab4642", "dc9656", "f7ca88", "a1b56c", "86c1b9", "7cafc2", "ba8baf", "a16946"] ---- diff --git a/content/utils/base16/theme_dirtysea.en.md b/content/utils/base16/theme_dirtysea.md similarity index 100% rename from content/utils/base16/theme_dirtysea.en.md rename to content/utils/base16/theme_dirtysea.md diff --git a/content/utils/base16/theme_dirtysea.pt.md b/content/utils/base16/theme_dirtysea.pt.md deleted file mode 100644 index d5a03f8..0000000 --- a/content/utils/base16/theme_dirtysea.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Kahlil (Kal) Hodgson" -title: "dirtysea" -summary: "https://github.com/tartansandal/base16-dirtysea-scheme" -colors: ["e0e0e0", "d0dad0", "d0d0d0", "707070", "202020", "000000", "f8f8f8", "c4d9c4", "840000", "006565", "755B00", "730073", "755B00", "007300", "000090", "755B00"] ---- diff --git a/content/utils/base16/theme_dracula.en.md b/content/utils/base16/theme_dracula.md similarity index 100% rename from content/utils/base16/theme_dracula.en.md rename to content/utils/base16/theme_dracula.md diff --git a/content/utils/base16/theme_dracula.pt.md b/content/utils/base16/theme_dracula.pt.md deleted file mode 100644 index 6cc23b5..0000000 --- a/content/utils/base16/theme_dracula.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)" -title: "Dracula" -summary: "https://github.com/dracula/base16-dracula-scheme" -colors: ["282936", "3a3c4e", "4d4f68", "626483", "62d6e8", "e9e9f4", "f1f2f8", "f7f7fb", "ea51b2", "b45bcf", "00f769", "ebff87", "a1efe4", "62d6e8", "b45bcf", "00f769"] ---- diff --git a/content/utils/base16/theme_edge-dark.en.md b/content/utils/base16/theme_edge-dark.md similarity index 100% rename from content/utils/base16/theme_edge-dark.en.md rename to content/utils/base16/theme_edge-dark.md diff --git a/content/utils/base16/theme_edge-dark.pt.md b/content/utils/base16/theme_edge-dark.pt.md deleted file mode 100644 index 85d9e68..0000000 --- a/content/utils/base16/theme_edge-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "cjayross (https://github.com/cjayross)" -title: "Edge Dark" -summary: "https://github.com/cjayross/base16-edge-schemes" -colors: ["262729", "88909f", "b7bec9", "3e4249", "73b3e7", "b7bec9", "d390e7", "3e4249", "e77171", "e77171", "dbb774", "a1bf78", "5ebaa5", "73b3e7", "d390e7", "5ebaa5"] ---- diff --git a/content/utils/base16/theme_edge-light.en.md b/content/utils/base16/theme_edge-light.md similarity index 100% rename from content/utils/base16/theme_edge-light.en.md rename to content/utils/base16/theme_edge-light.md diff --git a/content/utils/base16/theme_edge-light.pt.md b/content/utils/base16/theme_edge-light.pt.md deleted file mode 100644 index 051c75e..0000000 --- a/content/utils/base16/theme_edge-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "cjayross (https://github.com/cjayross)" -title: "Edge Light" -summary: "https://github.com/cjayross/base16-edge-schemes" -colors: ["fafafa", "7c9f4b", "d69822", "5e646f", "6587bf", "5e646f", "b870ce", "5e646f", "db7070", "db7070", "d69822", "7c9f4b", "509c93", "6587bf", "b870ce", "509c93"] ---- diff --git a/content/utils/base16/theme_eighties.en.md b/content/utils/base16/theme_eighties.md similarity index 100% rename from content/utils/base16/theme_eighties.en.md rename to content/utils/base16/theme_eighties.md diff --git a/content/utils/base16/theme_eighties.pt.md b/content/utils/base16/theme_eighties.pt.md deleted file mode 100644 index ffe8c26..0000000 --- a/content/utils/base16/theme_eighties.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Eighties" -summary: "https://github.com/chriskempson/base16-default-schemes" -colors: ["2d2d2d", "393939", "515151", "747369", "a09f93", "d3d0c8", "e8e6df", "f2f0ec", "f2777a", "f99157", "ffcc66", "99cc99", "66cccc", "6699cc", "cc99cc", "d27b53"] ---- diff --git a/content/utils/base16/theme_embers.en.md b/content/utils/base16/theme_embers.md similarity index 100% rename from content/utils/base16/theme_embers.en.md rename to content/utils/base16/theme_embers.md diff --git a/content/utils/base16/theme_embers.pt.md b/content/utils/base16/theme_embers.pt.md deleted file mode 100644 index d1094ca..0000000 --- a/content/utils/base16/theme_embers.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jannik Siebert (https://github.com/janniks)" -title: "Embers" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["16130F", "2C2620", "433B32", "5A5047", "8A8075", "A39A90", "BEB6AE", "DBD6D1", "826D57", "828257", "6D8257", "57826D", "576D82", "6D5782", "82576D", "825757"] ---- diff --git a/content/utils/base16/theme_equilibrium-dark.en.md b/content/utils/base16/theme_equilibrium-dark.md similarity index 100% rename from content/utils/base16/theme_equilibrium-dark.en.md rename to content/utils/base16/theme_equilibrium-dark.md diff --git a/content/utils/base16/theme_equilibrium-dark.pt.md b/content/utils/base16/theme_equilibrium-dark.pt.md deleted file mode 100644 index 2eede17..0000000 --- a/content/utils/base16/theme_equilibrium-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Carlo Abelli" -title: "Equilibrium Dark" -summary: "https://github.com/carloabelli/base16-equilibrium-scheme" -colors: ["0c1118", "181c22", "22262d", "7b776e", "949088", "afaba2", "cac6bd", "e7e2d9", "f04339", "df5923", "bb8801", "7f8b00", "00948b", "008dd1", "6a7fd2", "e3488e"] ---- diff --git a/content/utils/base16/theme_equilibrium-gray-dark.en.md b/content/utils/base16/theme_equilibrium-gray-dark.md similarity index 100% rename from content/utils/base16/theme_equilibrium-gray-dark.en.md rename to content/utils/base16/theme_equilibrium-gray-dark.md diff --git a/content/utils/base16/theme_equilibrium-gray-dark.pt.md b/content/utils/base16/theme_equilibrium-gray-dark.pt.md deleted file mode 100644 index d115aa0..0000000 --- a/content/utils/base16/theme_equilibrium-gray-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Carlo Abelli" -title: "Equilibrium Gray Dark" -summary: "https://github.com/carloabelli/base16-equilibrium-scheme" -colors: ["111111", "1b1b1b", "262626", "777777", "919191", "ababab", "c6c6c6", "e2e2e2", "f04339", "df5923", "bb8801", "7f8b00", "00948b", "008dd1", "6a7fd2", "e3488e"] ---- diff --git a/content/utils/base16/theme_equilibrium-gray-light.en.md b/content/utils/base16/theme_equilibrium-gray-light.md similarity index 100% rename from content/utils/base16/theme_equilibrium-gray-light.en.md rename to content/utils/base16/theme_equilibrium-gray-light.md diff --git a/content/utils/base16/theme_equilibrium-gray-light.pt.md b/content/utils/base16/theme_equilibrium-gray-light.pt.md deleted file mode 100644 index 1ce48bd..0000000 --- a/content/utils/base16/theme_equilibrium-gray-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Carlo Abelli" -title: "Equilibrium Gray Light" -summary: "https://github.com/carloabelli/base16-equilibrium-scheme" -colors: ["f1f1f1", "e2e2e2", "d4d4d4", "777777", "5e5e5e", "474747", "303030", "1b1b1b", "d02023", "bf3e05", "9d6f00", "637200", "007a72", "0073b5", "4e66b6", "c42775"] ---- diff --git a/content/utils/base16/theme_equilibrium-light.en.md b/content/utils/base16/theme_equilibrium-light.md similarity index 100% rename from content/utils/base16/theme_equilibrium-light.en.md rename to content/utils/base16/theme_equilibrium-light.md diff --git a/content/utils/base16/theme_equilibrium-light.pt.md b/content/utils/base16/theme_equilibrium-light.pt.md deleted file mode 100644 index 5cd24ff..0000000 --- a/content/utils/base16/theme_equilibrium-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Carlo Abelli" -title: "Equilibrium Light" -summary: "https://github.com/carloabelli/base16-equilibrium-scheme" -colors: ["f5f0e7", "e7e2d9", "d8d4cb", "73777f", "5a5f66", "43474e", "2c3138", "181c22", "d02023", "bf3e05", "9d6f00", "637200", "007a72", "0073b5", "4e66b6", "c42775"] ---- diff --git a/content/utils/base16/theme_espresso.en.md b/content/utils/base16/theme_espresso.md similarity index 100% rename from content/utils/base16/theme_espresso.en.md rename to content/utils/base16/theme_espresso.md diff --git a/content/utils/base16/theme_espresso.pt.md b/content/utils/base16/theme_espresso.pt.md deleted file mode 100644 index 5245f46..0000000 --- a/content/utils/base16/theme_espresso.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)" -title: "Espresso" -summary: "https://github.com/alexmirrington/base16-espresso-scheme" -colors: ["2d2d2d", "393939", "515151", "777777", "b4b7b4", "cccccc", "e0e0e0", "ffffff", "d25252", "f9a959", "ffc66d", "a5c261", "bed6ff", "6c99bb", "d197d9", "f97394"] ---- diff --git a/content/utils/base16/theme_eva-dim.en.md b/content/utils/base16/theme_eva-dim.md similarity index 100% rename from content/utils/base16/theme_eva-dim.en.md rename to content/utils/base16/theme_eva-dim.md diff --git a/content/utils/base16/theme_eva-dim.pt.md b/content/utils/base16/theme_eva-dim.pt.md deleted file mode 100644 index 56f6029..0000000 --- a/content/utils/base16/theme_eva-dim.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "kjakapat (https://github.com/kjakapat)" -title: "Eva Dim" -summary: "https://github.com/kjakapat/base16-eva-scheme" -colors: ["2a3b4d", "3d566f", "4b6988", "55799c", "7e90a3", "9fa2a6", "d6d7d9", "ffffff", "c4676c", "ff9966", "cfd05d", "5de561", "4b8f77", "1ae1dc", "9c6cd3", "bb64a9"] ---- diff --git a/content/utils/base16/theme_eva.en.md b/content/utils/base16/theme_eva.md similarity index 100% rename from content/utils/base16/theme_eva.en.md rename to content/utils/base16/theme_eva.md diff --git a/content/utils/base16/theme_eva.pt.md b/content/utils/base16/theme_eva.pt.md deleted file mode 100644 index 841e0d0..0000000 --- a/content/utils/base16/theme_eva.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "kjakapat (https://github.com/kjakapat)" -title: "Eva" -summary: "https://github.com/kjakapat/base16-eva-scheme" -colors: ["2a3b4d", "3d566f", "4b6988", "55799c", "7e90a3", "9fa2a6", "d6d7d9", "ffffff", "c4676c", "ff9966", "ffff66", "66ff66", "4b8f77", "15f4ee", "9c6cd3", "bb64a9"] ---- diff --git a/content/utils/base16/theme_flat.en.md b/content/utils/base16/theme_flat.md similarity index 100% rename from content/utils/base16/theme_flat.en.md rename to content/utils/base16/theme_flat.md diff --git a/content/utils/base16/theme_flat.pt.md b/content/utils/base16/theme_flat.pt.md deleted file mode 100644 index a7911eb..0000000 --- a/content/utils/base16/theme_flat.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Flat" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["2C3E50", "34495E", "7F8C8D", "95A5A6", "BDC3C7", "e0e0e0", "f5f5f5", "ECF0F1", "E74C3C", "E67E22", "F1C40F", "2ECC71", "1ABC9C", "3498DB", "9B59B6", "be643c"] ---- diff --git a/content/utils/base16/theme_framer.en.md b/content/utils/base16/theme_framer.md similarity index 100% rename from content/utils/base16/theme_framer.en.md rename to content/utils/base16/theme_framer.md diff --git a/content/utils/base16/theme_framer.pt.md b/content/utils/base16/theme_framer.pt.md deleted file mode 100644 index a05758d..0000000 --- a/content/utils/base16/theme_framer.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Framer (Maintained by Jesse Hoyos)" -title: "Framer" -summary: "https://github.com/jssee/base16-framer-scheme" -colors: ["181818", "151515", "464646", "747474", "B9B9B9", "D0D0D0", "E8E8E8", "EEEEEE", "FD886B", "FC4769", "FECB6E", "32CCDC", "ACDDFD", "20BCFC", "BA8CFC", "B15F4A"] ---- diff --git a/content/utils/base16/theme_fruit-soda.en.md b/content/utils/base16/theme_fruit-soda.md similarity index 100% rename from content/utils/base16/theme_fruit-soda.en.md rename to content/utils/base16/theme_fruit-soda.md diff --git a/content/utils/base16/theme_fruit-soda.pt.md b/content/utils/base16/theme_fruit-soda.pt.md deleted file mode 100644 index 7e7a103..0000000 --- a/content/utils/base16/theme_fruit-soda.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "jozip" -title: "Fruit Soda" -summary: "https://github.com/jozip/base16-fruit-soda-scheme" -colors: ["f1ecf1", "e0dee0", "d8d5d5", "b5b4b6", "979598", "515151", "474545", "2d2c2c", "fe3e31", "fe6d08", "f7e203", "47f74c", "0f9cfd", "2931df", "611fce", "b16f40"] ---- diff --git a/content/utils/base16/theme_gigavolt.en.md b/content/utils/base16/theme_gigavolt.md similarity index 100% rename from content/utils/base16/theme_gigavolt.en.md rename to content/utils/base16/theme_gigavolt.md diff --git a/content/utils/base16/theme_gigavolt.pt.md b/content/utils/base16/theme_gigavolt.pt.md deleted file mode 100644 index 6ebff94..0000000 --- a/content/utils/base16/theme_gigavolt.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Aidan Swope (http://github.com/Whillikers)" -title: "Gigavolt" -summary: "https://github.com/Whillikers/base16-gigavolt-scheme" -colors: ["202126", "2d303d", "5a576e", "a1d2e6", "cad3ff", "e9e7e1", "eff0f9", "f2fbff", "ff661a", "19f988", "ffdc2d", "f2e6a9", "fb6acb", "40bfff", "ae94f9", "6187ff"] ---- diff --git a/content/utils/base16/theme_github.en.md b/content/utils/base16/theme_github.md similarity index 100% rename from content/utils/base16/theme_github.en.md rename to content/utils/base16/theme_github.md diff --git a/content/utils/base16/theme_github.pt.md b/content/utils/base16/theme_github.pt.md deleted file mode 100644 index 3ca6b16..0000000 --- a/content/utils/base16/theme_github.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Defman21" -title: "Github" -summary: "https://github.com/Defman21/base16-github-scheme" -colors: ["ffffff", "f5f5f5", "c8c8fa", "969896", "e8e8e8", "333333", "ffffff", "ffffff", "ed6a43", "0086b3", "795da3", "183691", "183691", "795da3", "a71d5d", "333333"] ---- diff --git a/content/utils/base16/theme_google-dark.en.md b/content/utils/base16/theme_google-dark.md similarity index 100% rename from content/utils/base16/theme_google-dark.en.md rename to content/utils/base16/theme_google-dark.md diff --git a/content/utils/base16/theme_google-dark.pt.md b/content/utils/base16/theme_google-dark.pt.md deleted file mode 100644 index 8cbe008..0000000 --- a/content/utils/base16/theme_google-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Seth Wright (http://sethawright.com)" -title: "Google Dark" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["1d1f21", "282a2e", "373b41", "969896", "b4b7b4", "c5c8c6", "e0e0e0", "ffffff", "CC342B", "F96A38", "FBA922", "198844", "3971ED", "3971ED", "A36AC7", "3971ED"] ---- diff --git a/content/utils/base16/theme_google-light.en.md b/content/utils/base16/theme_google-light.md similarity index 100% rename from content/utils/base16/theme_google-light.en.md rename to content/utils/base16/theme_google-light.md diff --git a/content/utils/base16/theme_google-light.pt.md b/content/utils/base16/theme_google-light.pt.md deleted file mode 100644 index 978d8d9..0000000 --- a/content/utils/base16/theme_google-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Seth Wright (http://sethawright.com)" -title: "Google Light" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["ffffff", "e0e0e0", "c5c8c6", "b4b7b4", "969896", "373b41", "282a2e", "1d1f21", "CC342B", "F96A38", "FBA922", "198844", "3971ED", "3971ED", "A36AC7", "3971ED"] ---- diff --git a/content/utils/base16/theme_grayscale-dark.en.md b/content/utils/base16/theme_grayscale-dark.md similarity index 100% rename from content/utils/base16/theme_grayscale-dark.en.md rename to content/utils/base16/theme_grayscale-dark.md diff --git a/content/utils/base16/theme_grayscale-dark.pt.md b/content/utils/base16/theme_grayscale-dark.pt.md deleted file mode 100644 index 9bf65d5..0000000 --- a/content/utils/base16/theme_grayscale-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Alexandre Gavioli (https://github.com/Alexx2/)" -title: "Grayscale Dark" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["101010", "252525", "464646", "525252", "ababab", "b9b9b9", "e3e3e3", "f7f7f7", "7c7c7c", "999999", "a0a0a0", "8e8e8e", "868686", "686868", "747474", "5e5e5e"] ---- diff --git a/content/utils/base16/theme_grayscale-light.en.md b/content/utils/base16/theme_grayscale-light.md similarity index 100% rename from content/utils/base16/theme_grayscale-light.en.md rename to content/utils/base16/theme_grayscale-light.md diff --git a/content/utils/base16/theme_grayscale-light.pt.md b/content/utils/base16/theme_grayscale-light.pt.md deleted file mode 100644 index 429d1a7..0000000 --- a/content/utils/base16/theme_grayscale-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Alexandre Gavioli (https://github.com/Alexx2/)" -title: "Grayscale Light" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["f7f7f7", "e3e3e3", "b9b9b9", "ababab", "525252", "464646", "252525", "101010", "7c7c7c", "999999", "a0a0a0", "8e8e8e", "868686", "686868", "747474", "5e5e5e"] ---- diff --git a/content/utils/base16/theme_greenscreen.en.md b/content/utils/base16/theme_greenscreen.md similarity index 100% rename from content/utils/base16/theme_greenscreen.en.md rename to content/utils/base16/theme_greenscreen.md diff --git a/content/utils/base16/theme_greenscreen.pt.md b/content/utils/base16/theme_greenscreen.pt.md deleted file mode 100644 index 028e279..0000000 --- a/content/utils/base16/theme_greenscreen.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Green Screen" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["001100", "003300", "005500", "007700", "009900", "00bb00", "00dd00", "00ff00", "007700", "009900", "007700", "00bb00", "005500", "009900", "00bb00", "005500"] ---- diff --git a/content/utils/base16/theme_gruber.en.md b/content/utils/base16/theme_gruber.md similarity index 100% rename from content/utils/base16/theme_gruber.en.md rename to content/utils/base16/theme_gruber.md diff --git a/content/utils/base16/theme_gruber.pt.md b/content/utils/base16/theme_gruber.pt.md deleted file mode 100644 index 95ee09f..0000000 --- a/content/utils/base16/theme_gruber.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Patel, Nimai , colors from www.github.com/rexim/gruber-darker-theme" -title: "Gruber" -summary: "https://github.com/nimaipatel/base16-gruber" -colors: ["181818", "453d41", "665c7f", "9dae93", "e4e4ef", "f4f4ff", "f5f5f5", "e4e4ef", "f43841", "c73c3f", "ffdd33", "73c936", "95a99f", "96a6c8", "9e95c7", "cc8c3c"] ---- diff --git a/content/utils/base16/theme_gruvbox-dark-hard.en.md b/content/utils/base16/theme_gruvbox-dark-hard.md similarity index 100% rename from content/utils/base16/theme_gruvbox-dark-hard.en.md rename to content/utils/base16/theme_gruvbox-dark-hard.md diff --git a/content/utils/base16/theme_gruvbox-dark-hard.pt.md b/content/utils/base16/theme_gruvbox-dark-hard.pt.md deleted file mode 100644 index 5f83b1a..0000000 --- a/content/utils/base16/theme_gruvbox-dark-hard.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)" -title: "Gruvbox dark, hard" -summary: "https://github.com/dawikur/base16-gruvbox-scheme" -colors: ["1d2021", "3c3836", "504945", "665c54", "bdae93", "d5c4a1", "ebdbb2", "fbf1c7", "fb4934", "fe8019", "fabd2f", "b8bb26", "8ec07c", "83a598", "d3869b", "d65d0e"] ---- diff --git a/content/utils/base16/theme_gruvbox-dark-medium.en.md b/content/utils/base16/theme_gruvbox-dark-medium.md similarity index 100% rename from content/utils/base16/theme_gruvbox-dark-medium.en.md rename to content/utils/base16/theme_gruvbox-dark-medium.md diff --git a/content/utils/base16/theme_gruvbox-dark-medium.pt.md b/content/utils/base16/theme_gruvbox-dark-medium.pt.md deleted file mode 100644 index 92f4134..0000000 --- a/content/utils/base16/theme_gruvbox-dark-medium.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)" -title: "Gruvbox dark, medium" -summary: "https://github.com/dawikur/base16-gruvbox-scheme" -colors: ["282828", "3c3836", "504945", "665c54", "bdae93", "d5c4a1", "ebdbb2", "fbf1c7", "fb4934", "fe8019", "fabd2f", "b8bb26", "8ec07c", "83a598", "d3869b", "d65d0e"] ---- diff --git a/content/utils/base16/theme_gruvbox-dark-pale.en.md b/content/utils/base16/theme_gruvbox-dark-pale.md similarity index 100% rename from content/utils/base16/theme_gruvbox-dark-pale.en.md rename to content/utils/base16/theme_gruvbox-dark-pale.md diff --git a/content/utils/base16/theme_gruvbox-dark-pale.pt.md b/content/utils/base16/theme_gruvbox-dark-pale.pt.md deleted file mode 100644 index 54f3e4f..0000000 --- a/content/utils/base16/theme_gruvbox-dark-pale.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)" -title: "Gruvbox dark, pale" -summary: "https://github.com/dawikur/base16-gruvbox-scheme" -colors: ["262626", "3a3a3a", "4e4e4e", "8a8a8a", "949494", "dab997", "d5c4a1", "ebdbb2", "d75f5f", "ff8700", "ffaf00", "afaf00", "85ad85", "83adad", "d485ad", "d65d0e"] ---- diff --git a/content/utils/base16/theme_gruvbox-dark-soft.en.md b/content/utils/base16/theme_gruvbox-dark-soft.md similarity index 100% rename from content/utils/base16/theme_gruvbox-dark-soft.en.md rename to content/utils/base16/theme_gruvbox-dark-soft.md diff --git a/content/utils/base16/theme_gruvbox-dark-soft.pt.md b/content/utils/base16/theme_gruvbox-dark-soft.pt.md deleted file mode 100644 index caf7b32..0000000 --- a/content/utils/base16/theme_gruvbox-dark-soft.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)" -title: "Gruvbox dark, soft" -summary: "https://github.com/dawikur/base16-gruvbox-scheme" -colors: ["32302f", "3c3836", "504945", "665c54", "bdae93", "d5c4a1", "ebdbb2", "fbf1c7", "fb4934", "fe8019", "fabd2f", "b8bb26", "8ec07c", "83a598", "d3869b", "d65d0e"] ---- diff --git a/content/utils/base16/theme_gruvbox-light-hard.en.md b/content/utils/base16/theme_gruvbox-light-hard.md similarity index 100% rename from content/utils/base16/theme_gruvbox-light-hard.en.md rename to content/utils/base16/theme_gruvbox-light-hard.md diff --git a/content/utils/base16/theme_gruvbox-light-hard.pt.md b/content/utils/base16/theme_gruvbox-light-hard.pt.md deleted file mode 100644 index 033b1bb..0000000 --- a/content/utils/base16/theme_gruvbox-light-hard.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)" -title: "Gruvbox light, hard" -summary: "https://github.com/dawikur/base16-gruvbox-scheme" -colors: ["f9f5d7", "ebdbb2", "d5c4a1", "bdae93", "665c54", "504945", "3c3836", "282828", "9d0006", "af3a03", "b57614", "79740e", "427b58", "076678", "8f3f71", "d65d0e"] ---- diff --git a/content/utils/base16/theme_gruvbox-light-medium.en.md b/content/utils/base16/theme_gruvbox-light-medium.md similarity index 100% rename from content/utils/base16/theme_gruvbox-light-medium.en.md rename to content/utils/base16/theme_gruvbox-light-medium.md diff --git a/content/utils/base16/theme_gruvbox-light-medium.pt.md b/content/utils/base16/theme_gruvbox-light-medium.pt.md deleted file mode 100644 index 15afe04..0000000 --- a/content/utils/base16/theme_gruvbox-light-medium.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)" -title: "Gruvbox light, medium" -summary: "https://github.com/dawikur/base16-gruvbox-scheme" -colors: ["fbf1c7", "ebdbb2", "d5c4a1", "bdae93", "665c54", "504945", "3c3836", "282828", "9d0006", "af3a03", "b57614", "79740e", "427b58", "076678", "8f3f71", "d65d0e"] ---- diff --git a/content/utils/base16/theme_gruvbox-light-soft.en.md b/content/utils/base16/theme_gruvbox-light-soft.md similarity index 100% rename from content/utils/base16/theme_gruvbox-light-soft.en.md rename to content/utils/base16/theme_gruvbox-light-soft.md diff --git a/content/utils/base16/theme_gruvbox-light-soft.pt.md b/content/utils/base16/theme_gruvbox-light-soft.pt.md deleted file mode 100644 index 2f44f11..0000000 --- a/content/utils/base16/theme_gruvbox-light-soft.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)" -title: "Gruvbox light, soft" -summary: "https://github.com/dawikur/base16-gruvbox-scheme" -colors: ["f2e5bc", "ebdbb2", "d5c4a1", "bdae93", "665c54", "504945", "3c3836", "282828", "9d0006", "af3a03", "b57614", "79740e", "427b58", "076678", "8f3f71", "d65d0e"] ---- diff --git a/content/utils/base16/theme_hardcore.en.md b/content/utils/base16/theme_hardcore.md similarity index 100% rename from content/utils/base16/theme_hardcore.en.md rename to content/utils/base16/theme_hardcore.md diff --git a/content/utils/base16/theme_hardcore.pt.md b/content/utils/base16/theme_hardcore.pt.md deleted file mode 100644 index b43e3a0..0000000 --- a/content/utils/base16/theme_hardcore.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Caller" -title: "Hardcore" -summary: "https://github.com/callerc1/base16-hardcore-scheme" -colors: ["212121", "303030", "353535", "4A4A4A", "707070", "cdcdcd", "e5e5e5", "ffffff", "f92672", "fd971f", "e6db74", "a6e22e", "708387", "66d9ef", "9e6ffe", "e8b882"] ---- diff --git a/content/utils/base16/theme_harmonic-dark.en.md b/content/utils/base16/theme_harmonic-dark.md similarity index 100% rename from content/utils/base16/theme_harmonic-dark.en.md rename to content/utils/base16/theme_harmonic-dark.md diff --git a/content/utils/base16/theme_harmonic-dark.pt.md b/content/utils/base16/theme_harmonic-dark.pt.md deleted file mode 100644 index fa3329a..0000000 --- a/content/utils/base16/theme_harmonic-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jannik Siebert (https://github.com/janniks)" -title: "Harmonic16 Dark" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["0b1c2c", "223b54", "405c79", "627e99", "aabcce", "cbd6e2", "e5ebf1", "f7f9fb", "bf8b56", "bfbf56", "8bbf56", "56bf8b", "568bbf", "8b56bf", "bf568b", "bf5656"] ---- diff --git a/content/utils/base16/theme_harmonic-light.en.md b/content/utils/base16/theme_harmonic-light.md similarity index 100% rename from content/utils/base16/theme_harmonic-light.en.md rename to content/utils/base16/theme_harmonic-light.md diff --git a/content/utils/base16/theme_harmonic-light.pt.md b/content/utils/base16/theme_harmonic-light.pt.md deleted file mode 100644 index 0a3efde..0000000 --- a/content/utils/base16/theme_harmonic-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jannik Siebert (https://github.com/janniks)" -title: "Harmonic16 Light" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["f7f9fb", "e5ebf1", "cbd6e2", "aabcce", "627e99", "405c79", "223b54", "0b1c2c", "bf8b56", "bfbf56", "8bbf56", "56bf8b", "568bbf", "8b56bf", "bf568b", "bf5656"] ---- diff --git a/content/utils/base16/theme_heetch-light.en.md b/content/utils/base16/theme_heetch-light.md similarity index 100% rename from content/utils/base16/theme_heetch-light.en.md rename to content/utils/base16/theme_heetch-light.md diff --git a/content/utils/base16/theme_heetch-light.pt.md b/content/utils/base16/theme_heetch-light.pt.md deleted file mode 100644 index fee20a6..0000000 --- a/content/utils/base16/theme_heetch-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Geoffrey Teale (tealeg@gmail.com)" -title: "Heetch Light" -summary: "https://github.com/tealeg/base16-heetch-scheme" -colors: ["feffff", "392551", "7b6d8b", "9c92a8", "ddd6e5", "5a496e", "470546", "190134", "27d9d5", "bdb6c5", "5ba2b6", "f80059", "c33678", "47f9f5", "bd0152", "dedae2"] ---- diff --git a/content/utils/base16/theme_heetch.en.md b/content/utils/base16/theme_heetch.md similarity index 100% rename from content/utils/base16/theme_heetch.en.md rename to content/utils/base16/theme_heetch.md diff --git a/content/utils/base16/theme_heetch.pt.md b/content/utils/base16/theme_heetch.pt.md deleted file mode 100644 index 1a5de80..0000000 --- a/content/utils/base16/theme_heetch.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Geoffrey Teale (tealeg@gmail.com)" -title: "Heetch Dark" -summary: "https://github.com/tealeg/base16-heetch-scheme" -colors: ["190134", "392551", "5A496E", "7B6D8B", "9C92A8", "BDB6C5", "DEDAE2", "FEFFFF", "27D9D5", "5BA2B6", "8F6C97", "C33678", "F80059", "BD0152", "82034C", "470546"] ---- diff --git a/content/utils/base16/theme_helios.en.md b/content/utils/base16/theme_helios.md similarity index 100% rename from content/utils/base16/theme_helios.en.md rename to content/utils/base16/theme_helios.md diff --git a/content/utils/base16/theme_helios.pt.md b/content/utils/base16/theme_helios.pt.md deleted file mode 100644 index 67d4568..0000000 --- a/content/utils/base16/theme_helios.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Alex Meyer (https://github.com/reyemxela)" -title: "Helios" -summary: "https://github.com/reyemxela/base16-helios-scheme" -colors: ["1d2021", "383c3e", "53585b", "6f7579", "cdcdcd", "d5d5d5", "dddddd", "e5e5e5", "d72638", "eb8413", "f19d1a", "88b92d", "1ba595", "1e8bac", "be4264", "c85e0d"] ---- diff --git a/content/utils/base16/theme_hopscotch.en.md b/content/utils/base16/theme_hopscotch.md similarity index 100% rename from content/utils/base16/theme_hopscotch.en.md rename to content/utils/base16/theme_hopscotch.md diff --git a/content/utils/base16/theme_hopscotch.pt.md b/content/utils/base16/theme_hopscotch.pt.md deleted file mode 100644 index 458d88b..0000000 --- a/content/utils/base16/theme_hopscotch.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jan T. Sott" -title: "Hopscotch" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["322931", "433b42", "5c545b", "797379", "989498", "b9b5b8", "d5d3d5", "ffffff", "dd464c", "fd8b19", "fdcc59", "8fc13e", "149b93", "1290bf", "c85e7c", "b33508"] ---- diff --git a/content/utils/base16/theme_horizon-dark.en.md b/content/utils/base16/theme_horizon-dark.md similarity index 100% rename from content/utils/base16/theme_horizon-dark.en.md rename to content/utils/base16/theme_horizon-dark.md diff --git a/content/utils/base16/theme_horizon-dark.pt.md b/content/utils/base16/theme_horizon-dark.pt.md deleted file mode 100644 index e7aa713..0000000 --- a/content/utils/base16/theme_horizon-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Micha\u00ebl Ball (http://github.com/michael-ball/)" -title: "Horizon Dark" -summary: "https://github.com/michael-ball/base16-horizon-scheme" -colors: ["1C1E26", "232530", "2E303E", "6F6F70", "9DA0A2", "CBCED0", "DCDFE4", "E3E6EE", "E93C58", "E58D7D", "EFB993", "EFAF8E", "24A8B4", "DF5273", "B072D1", "E4A382"] ---- diff --git a/content/utils/base16/theme_horizon-light.en.md b/content/utils/base16/theme_horizon-light.md similarity index 100% rename from content/utils/base16/theme_horizon-light.en.md rename to content/utils/base16/theme_horizon-light.md diff --git a/content/utils/base16/theme_horizon-light.pt.md b/content/utils/base16/theme_horizon-light.pt.md deleted file mode 100644 index b44f577..0000000 --- a/content/utils/base16/theme_horizon-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Micha\u00ebl Ball (http://github.com/michael-ball/)" -title: "Horizon Light" -summary: "https://github.com/michael-ball/base16-horizon-scheme" -colors: ["FDF0ED", "FADAD1", "F9CBBE", "BDB3B1", "948C8A", "403C3D", "302C2D", "201C1D", "F7939B", "F6661E", "FBE0D9", "94E1B0", "DC3318", "DA103F", "1D8991", "E58C92"] ---- diff --git a/content/utils/base16/theme_horizon-terminal-dark.en.md b/content/utils/base16/theme_horizon-terminal-dark.md similarity index 100% rename from content/utils/base16/theme_horizon-terminal-dark.en.md rename to content/utils/base16/theme_horizon-terminal-dark.md diff --git a/content/utils/base16/theme_horizon-terminal-dark.pt.md b/content/utils/base16/theme_horizon-terminal-dark.pt.md deleted file mode 100644 index 0e017db..0000000 --- a/content/utils/base16/theme_horizon-terminal-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Micha\u00ebl Ball (http://github.com/michael-ball/)" -title: "Horizon Dark" -summary: "https://github.com/michael-ball/base16-horizon-scheme" -colors: ["1C1E26", "232530", "2E303E", "6F6F70", "9DA0A2", "CBCED0", "DCDFE4", "E3E6EE", "E95678", "FAB795", "FAC29A", "29D398", "59E1E3", "26BBD9", "EE64AC", "F09383"] ---- diff --git a/content/utils/base16/theme_horizon-terminal-light.en.md b/content/utils/base16/theme_horizon-terminal-light.md similarity index 100% rename from content/utils/base16/theme_horizon-terminal-light.en.md rename to content/utils/base16/theme_horizon-terminal-light.md diff --git a/content/utils/base16/theme_horizon-terminal-light.pt.md b/content/utils/base16/theme_horizon-terminal-light.pt.md deleted file mode 100644 index 0154ef3..0000000 --- a/content/utils/base16/theme_horizon-terminal-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Micha\u00ebl Ball (http://github.com/michael-ball/)" -title: "Horizon Light" -summary: "https://github.com/michael-ball/base16-horizon-scheme" -colors: ["FDF0ED", "FADAD1", "F9CBBE", "BDB3B1", "948C8A", "403C3D", "302C2D", "201C1D", "E95678", "F9CEC3", "FADAD1", "29D398", "59E1E3", "26BBD9", "EE64AC", "F9CBBE"] ---- diff --git a/content/utils/base16/theme_humanoid-dark.en.md b/content/utils/base16/theme_humanoid-dark.md similarity index 100% rename from content/utils/base16/theme_humanoid-dark.en.md rename to content/utils/base16/theme_humanoid-dark.md diff --git a/content/utils/base16/theme_humanoid-dark.pt.md b/content/utils/base16/theme_humanoid-dark.pt.md deleted file mode 100644 index 018227e..0000000 --- a/content/utils/base16/theme_humanoid-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Thomas (tasmo) Friese" -title: "Humanoid dark" -summary: "https://github.com/humanoid-colors/base16-humanoid-schemes" -colors: ["232629", "333b3d", "484e54", "60615d", "c0c0bd", "f8f8f2", "fcfcf6", "fcfcfc", "f11235", "ff9505", "ffb627", "02d849", "0dd9d6", "00a6fb", "f15ee3", "b27701"] ---- diff --git a/content/utils/base16/theme_humanoid-light.en.md b/content/utils/base16/theme_humanoid-light.md similarity index 100% rename from content/utils/base16/theme_humanoid-light.en.md rename to content/utils/base16/theme_humanoid-light.md diff --git a/content/utils/base16/theme_humanoid-light.pt.md b/content/utils/base16/theme_humanoid-light.pt.md deleted file mode 100644 index 5ed6d61..0000000 --- a/content/utils/base16/theme_humanoid-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Thomas (tasmo) Friese" -title: "Humanoid light" -summary: "https://github.com/humanoid-colors/base16-humanoid-schemes" -colors: ["f8f8f2", "efefe9", "deded8", "c0c0bd", "60615d", "232629", "2f3337", "070708", "b0151a", "ff3d00", "ffb627", "388e3c", "008e8e", "0082c9", "700f98", "b27701"] ---- diff --git a/content/utils/base16/theme_icy.en.md b/content/utils/base16/theme_icy.md similarity index 100% rename from content/utils/base16/theme_icy.en.md rename to content/utils/base16/theme_icy.md diff --git a/content/utils/base16/theme_icy.pt.md b/content/utils/base16/theme_icy.pt.md deleted file mode 100644 index f8dfa63..0000000 --- a/content/utils/base16/theme_icy.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "icyphox (https://icyphox.ga)" -title: "Icy Dark" -summary: "https://github.com/icyphox/base16-icy-scheme" -colors: ["021012", "031619", "041f23", "052e34", "064048", "095b67", "0c7c8c", "109cb0", "16c1d9", "b3ebf2", "80deea", "4dd0e1", "26c6da", "00bcd4", "00acc1", "0097a7"] ---- diff --git a/content/utils/base16/theme_irblack.en.md b/content/utils/base16/theme_irblack.md similarity index 100% rename from content/utils/base16/theme_irblack.en.md rename to content/utils/base16/theme_irblack.md diff --git a/content/utils/base16/theme_irblack.pt.md b/content/utils/base16/theme_irblack.pt.md deleted file mode 100644 index 97105f0..0000000 --- a/content/utils/base16/theme_irblack.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Timoth\u00e9e Poisot (http://timotheepoisot.fr)" -title: "IR Black" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["000000", "242422", "484844", "6c6c66", "918f88", "b5b3aa", "d9d7cc", "fdfbee", "ff6c60", "e9c062", "ffffb6", "a8ff60", "c6c5fe", "96cbfe", "ff73fd", "b18a3d"] ---- diff --git a/content/utils/base16/theme_isotope.en.md b/content/utils/base16/theme_isotope.md similarity index 100% rename from content/utils/base16/theme_isotope.en.md rename to content/utils/base16/theme_isotope.md diff --git a/content/utils/base16/theme_isotope.pt.md b/content/utils/base16/theme_isotope.pt.md deleted file mode 100644 index 677b92b..0000000 --- a/content/utils/base16/theme_isotope.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jan T. Sott" -title: "Isotope" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["000000", "404040", "606060", "808080", "c0c0c0", "d0d0d0", "e0e0e0", "ffffff", "ff0000", "ff9900", "ff0099", "33ff00", "00ffff", "0066ff", "cc00ff", "3300ff"] ---- diff --git a/content/utils/base16/theme_kimber.en.md b/content/utils/base16/theme_kimber.md similarity index 100% rename from content/utils/base16/theme_kimber.en.md rename to content/utils/base16/theme_kimber.md diff --git a/content/utils/base16/theme_kimber.pt.md b/content/utils/base16/theme_kimber.pt.md deleted file mode 100644 index 248d48e..0000000 --- a/content/utils/base16/theme_kimber.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Mishka Nguyen (https://github.com/akhsiM)" -title: "Kimber" -summary: "https://github.com/akhsiM/base16-kimber-scheme" -colors: ["222222", "313131", "555D55", "644646", "5A5A5A", "DEDEE7", "C3C3B4", "FFFFE6", "C88C8C", "476C88", "D8B56D", "99C899", "78B4B4", "537C9C", "86CACD", "704F4F"] ---- diff --git a/content/utils/base16/theme_macintosh.en.md b/content/utils/base16/theme_macintosh.md similarity index 100% rename from content/utils/base16/theme_macintosh.en.md rename to content/utils/base16/theme_macintosh.md diff --git a/content/utils/base16/theme_macintosh.pt.md b/content/utils/base16/theme_macintosh.pt.md deleted file mode 100644 index 515c945..0000000 --- a/content/utils/base16/theme_macintosh.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Rebecca Bettencourt (http://www.kreativekorp.com)" -title: "Macintosh" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["000000", "404040", "404040", "808080", "808080", "c0c0c0", "c0c0c0", "ffffff", "dd0907", "ff6403", "fbf305", "1fb714", "02abea", "0000d3", "4700a5", "90713a"] ---- diff --git a/content/utils/base16/theme_marrakesh.en.md b/content/utils/base16/theme_marrakesh.md similarity index 100% rename from content/utils/base16/theme_marrakesh.en.md rename to content/utils/base16/theme_marrakesh.md diff --git a/content/utils/base16/theme_marrakesh.pt.md b/content/utils/base16/theme_marrakesh.pt.md deleted file mode 100644 index 74edb22..0000000 --- a/content/utils/base16/theme_marrakesh.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Alexandre Gavioli (http://github.com/Alexx2/)" -title: "Marrakesh" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["201602", "302e00", "5f5b17", "6c6823", "86813b", "948e48", "ccc37a", "faf0a5", "c35359", "b36144", "a88339", "18974e", "75a738", "477ca1", "8868b3", "b3588e"] ---- diff --git a/content/utils/base16/theme_materia.en.md b/content/utils/base16/theme_materia.md similarity index 100% rename from content/utils/base16/theme_materia.en.md rename to content/utils/base16/theme_materia.md diff --git a/content/utils/base16/theme_materia.pt.md b/content/utils/base16/theme_materia.pt.md deleted file mode 100644 index 112ed11..0000000 --- a/content/utils/base16/theme_materia.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Defman21" -title: "Materia" -summary: "https://github.com/Defman21/base16-materia" -colors: ["263238", "2C393F", "37474F", "707880", "C9CCD3", "CDD3DE", "D5DBE5", "FFFFFF", "EC5F67", "EA9560", "FFCC00", "8BD649", "80CBC4", "89DDFF", "82AAFF", "EC5F67"] ---- diff --git a/content/utils/base16/theme_material-darker.en.md b/content/utils/base16/theme_material-darker.md similarity index 100% rename from content/utils/base16/theme_material-darker.en.md rename to content/utils/base16/theme_material-darker.md diff --git a/content/utils/base16/theme_material-darker.pt.md b/content/utils/base16/theme_material-darker.pt.md deleted file mode 100644 index 4efd799..0000000 --- a/content/utils/base16/theme_material-darker.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Nate Peterson" -title: "Material Darker" -summary: "https://github.com/ntpeters/base16-materialtheme-scheme" -colors: ["212121", "303030", "353535", "4A4A4A", "B2CCD6", "EEFFFF", "EEFFFF", "FFFFFF", "F07178", "F78C6C", "FFCB6B", "C3E88D", "89DDFF", "82AAFF", "C792EA", "FF5370"] ---- diff --git a/content/utils/base16/theme_material-lighter.en.md b/content/utils/base16/theme_material-lighter.md similarity index 100% rename from content/utils/base16/theme_material-lighter.en.md rename to content/utils/base16/theme_material-lighter.md diff --git a/content/utils/base16/theme_material-lighter.pt.md b/content/utils/base16/theme_material-lighter.pt.md deleted file mode 100644 index ffacf0f..0000000 --- a/content/utils/base16/theme_material-lighter.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Nate Peterson" -title: "Material Lighter" -summary: "https://github.com/ntpeters/base16-materialtheme-scheme" -colors: ["FAFAFA", "E7EAEC", "CCEAE7", "CCD7DA", "8796B0", "80CBC4", "80CBC4", "FFFFFF", "FF5370", "F76D47", "FFB62C", "91B859", "39ADB5", "6182B8", "7C4DFF", "E53935"] ---- diff --git a/content/utils/base16/theme_material-palenight.en.md b/content/utils/base16/theme_material-palenight.md similarity index 100% rename from content/utils/base16/theme_material-palenight.en.md rename to content/utils/base16/theme_material-palenight.md diff --git a/content/utils/base16/theme_material-palenight.pt.md b/content/utils/base16/theme_material-palenight.pt.md deleted file mode 100644 index 8e35013..0000000 --- a/content/utils/base16/theme_material-palenight.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Nate Peterson" -title: "Material Palenight" -summary: "https://github.com/ntpeters/base16-materialtheme-scheme" -colors: ["292D3E", "444267", "32374D", "676E95", "8796B0", "959DCB", "959DCB", "FFFFFF", "F07178", "F78C6C", "FFCB6B", "C3E88D", "89DDFF", "82AAFF", "C792EA", "FF5370"] ---- diff --git a/content/utils/base16/theme_material-vivid.en.md b/content/utils/base16/theme_material-vivid.md similarity index 100% rename from content/utils/base16/theme_material-vivid.en.md rename to content/utils/base16/theme_material-vivid.md diff --git a/content/utils/base16/theme_material-vivid.pt.md b/content/utils/base16/theme_material-vivid.pt.md deleted file mode 100644 index f69bb0c..0000000 --- a/content/utils/base16/theme_material-vivid.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "joshyrobot" -title: "Material Vivid" -summary: "https://github.com/joshyrobot/base16-material-vivid-scheme" -colors: ["202124", "27292c", "323639", "44464d", "676c71", "80868b", "9e9e9e", "ffffff", "f44336", "ff9800", "ffeb3b", "00e676", "00bcd4", "2196f3", "673ab7", "8d6e63"] ---- diff --git a/content/utils/base16/theme_material.en.md b/content/utils/base16/theme_material.md similarity index 100% rename from content/utils/base16/theme_material.en.md rename to content/utils/base16/theme_material.md diff --git a/content/utils/base16/theme_material.pt.md b/content/utils/base16/theme_material.pt.md deleted file mode 100644 index 908b5f4..0000000 --- a/content/utils/base16/theme_material.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Nate Peterson" -title: "Material" -summary: "https://github.com/ntpeters/base16-materialtheme-scheme" -colors: ["263238", "2E3C43", "314549", "546E7A", "B2CCD6", "EEFFFF", "EEFFFF", "FFFFFF", "F07178", "F78C6C", "FFCB6B", "C3E88D", "89DDFF", "82AAFF", "C792EA", "FF5370"] ---- diff --git a/content/utils/base16/theme_mellow-purple.en.md b/content/utils/base16/theme_mellow-purple.md similarity index 100% rename from content/utils/base16/theme_mellow-purple.en.md rename to content/utils/base16/theme_mellow-purple.md diff --git a/content/utils/base16/theme_mellow-purple.pt.md b/content/utils/base16/theme_mellow-purple.pt.md deleted file mode 100644 index 4f0e7a4..0000000 --- a/content/utils/base16/theme_mellow-purple.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "gidsi" -title: "Mellow Purple" -summary: "https://github.com/gidsi/base16-mellow-scheme" -colors: ["1e0528", "1A092D", "331354", "320f55", "873582", "ffeeff", "ffeeff", "f8c0ff", "00d9e9", "aa00a3", "955ae7", "05cb0d", "b900b1", "550068", "8991bb", "4d6fff"] ---- diff --git a/content/utils/base16/theme_mexico-light.en.md b/content/utils/base16/theme_mexico-light.md similarity index 100% rename from content/utils/base16/theme_mexico-light.en.md rename to content/utils/base16/theme_mexico-light.md diff --git a/content/utils/base16/theme_mexico-light.pt.md b/content/utils/base16/theme_mexico-light.pt.md deleted file mode 100644 index fa6cdb3..0000000 --- a/content/utils/base16/theme_mexico-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Sheldon Johnson" -title: "Mexico Light" -summary: "https://github.com/drzel/base16-mexico-light-scheme" -colors: ["f8f8f8", "e8e8e8", "d8d8d8", "b8b8b8", "585858", "383838", "282828", "181818", "ab4642", "dc9656", "f79a0e", "538947", "4b8093", "7cafc2", "96609e", "a16946"] ---- diff --git a/content/utils/base16/theme_mocha.en.md b/content/utils/base16/theme_mocha.md similarity index 100% rename from content/utils/base16/theme_mocha.en.md rename to content/utils/base16/theme_mocha.md diff --git a/content/utils/base16/theme_mocha.pt.md b/content/utils/base16/theme_mocha.pt.md deleted file mode 100644 index 55841ef..0000000 --- a/content/utils/base16/theme_mocha.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Mocha" -summary: "https://github.com/chriskempson/base16-default-schemes" -colors: ["3B3228", "534636", "645240", "7e705a", "b8afad", "d0c8c6", "e9e1dd", "f5eeeb", "cb6077", "d28b71", "f4bc87", "beb55b", "7bbda4", "8ab3b5", "a89bb9", "bb9584"] ---- diff --git a/content/utils/base16/theme_monokai.en.md b/content/utils/base16/theme_monokai.md similarity index 100% rename from content/utils/base16/theme_monokai.en.md rename to content/utils/base16/theme_monokai.md diff --git a/content/utils/base16/theme_monokai.pt.md b/content/utils/base16/theme_monokai.pt.md deleted file mode 100644 index ff92b39..0000000 --- a/content/utils/base16/theme_monokai.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Wimer Hazenberg (http://www.monokai.nl)" -title: "Monokai" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["272822", "383830", "49483e", "75715e", "a59f85", "f8f8f2", "f5f4f1", "f9f8f5", "f92672", "fd971f", "f4bf75", "a6e22e", "a1efe4", "66d9ef", "ae81ff", "cc6633"] ---- diff --git a/content/utils/base16/theme_nebula.en.md b/content/utils/base16/theme_nebula.md similarity index 100% rename from content/utils/base16/theme_nebula.en.md rename to content/utils/base16/theme_nebula.md diff --git a/content/utils/base16/theme_nebula.pt.md b/content/utils/base16/theme_nebula.pt.md deleted file mode 100644 index 2f40e47..0000000 --- a/content/utils/base16/theme_nebula.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Gabriel Fontes (https://github.com/Misterio77)" -title: "Nebula" -summary: "https://github.com/Misterio77/base16-nebula-scheme" -colors: ["22273b", "414f60", "5a8380", "6e6f72", "87888b", "a4a6a9", "c7c9cd", "8dbdaa", "777abc", "94929e", "4f9062", "6562a8", "226f68", "4d6bb6", "716cae", "8c70a7"] ---- diff --git a/content/utils/base16/theme_nord.en.md b/content/utils/base16/theme_nord.md similarity index 100% rename from content/utils/base16/theme_nord.en.md rename to content/utils/base16/theme_nord.md diff --git a/content/utils/base16/theme_nord.pt.md b/content/utils/base16/theme_nord.pt.md deleted file mode 100644 index b1bc500..0000000 --- a/content/utils/base16/theme_nord.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "arcticicestudio" -title: "Nord" -summary: "https://github.com/spejamchr/base16-nord-scheme" -colors: ["2E3440", "3B4252", "434C5E", "4C566A", "D8DEE9", "E5E9F0", "ECEFF4", "8FBCBB", "BF616A", "D08770", "EBCB8B", "A3BE8C", "88C0D0", "81A1C1", "B48EAD", "5E81AC"] ---- diff --git a/content/utils/base16/theme_nova.en.md b/content/utils/base16/theme_nova.md similarity index 100% rename from content/utils/base16/theme_nova.en.md rename to content/utils/base16/theme_nova.md diff --git a/content/utils/base16/theme_nova.pt.md b/content/utils/base16/theme_nova.pt.md deleted file mode 100644 index d55f96e..0000000 --- a/content/utils/base16/theme_nova.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)" -title: "Nova" -summary: "https://github.com/gessig/base16-nova-scheme" -colors: ["3C4C55", "556873", "6A7D89", "899BA6", "899BA6", "C5D4DD", "899BA6", "556873", "83AFE5", "7FC1CA", "A8CE93", "7FC1CA", "F2C38F", "83AFE5", "9A93E1", "F2C38F"] ---- diff --git a/content/utils/base16/theme_ocean.en.md b/content/utils/base16/theme_ocean.md similarity index 100% rename from content/utils/base16/theme_ocean.en.md rename to content/utils/base16/theme_ocean.md diff --git a/content/utils/base16/theme_ocean.pt.md b/content/utils/base16/theme_ocean.pt.md deleted file mode 100644 index a85975c..0000000 --- a/content/utils/base16/theme_ocean.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Ocean" -summary: "https://github.com/chriskempson/base16-default-schemes" -colors: ["2b303b", "343d46", "4f5b66", "65737e", "a7adba", "c0c5ce", "dfe1e8", "eff1f5", "bf616a", "d08770", "ebcb8b", "a3be8c", "96b5b4", "8fa1b3", "b48ead", "ab7967"] ---- diff --git a/content/utils/base16/theme_oceanicnext.en.md b/content/utils/base16/theme_oceanicnext.md similarity index 100% rename from content/utils/base16/theme_oceanicnext.en.md rename to content/utils/base16/theme_oceanicnext.md diff --git a/content/utils/base16/theme_oceanicnext.pt.md b/content/utils/base16/theme_oceanicnext.pt.md deleted file mode 100644 index 8c67243..0000000 --- a/content/utils/base16/theme_oceanicnext.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "https://github.com/voronianski/oceanic-next-color-scheme" -title: "OceanicNext" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["1B2B34", "343D46", "4F5B66", "65737E", "A7ADBA", "C0C5CE", "CDD3DE", "D8DEE9", "EC5f67", "F99157", "FAC863", "99C794", "5FB3B3", "6699CC", "C594C5", "AB7967"] ---- diff --git a/content/utils/base16/theme_one-light.en.md b/content/utils/base16/theme_one-light.md similarity index 100% rename from content/utils/base16/theme_one-light.en.md rename to content/utils/base16/theme_one-light.md diff --git a/content/utils/base16/theme_one-light.pt.md b/content/utils/base16/theme_one-light.pt.md deleted file mode 100644 index 9c83f2d..0000000 --- a/content/utils/base16/theme_one-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Daniel Pfeifer (http://github.com/purpleKarrot)" -title: "One Light" -summary: "https://github.com/purpleKarrot/base16-one-light-scheme" -colors: ["fafafa", "f0f0f1", "e5e5e6", "a0a1a7", "696c77", "383a42", "202227", "090a0b", "ca1243", "d75f00", "c18401", "50a14f", "0184bc", "4078f2", "a626a4", "986801"] ---- diff --git a/content/utils/base16/theme_onedark.en.md b/content/utils/base16/theme_onedark.md similarity index 100% rename from content/utils/base16/theme_onedark.en.md rename to content/utils/base16/theme_onedark.md diff --git a/content/utils/base16/theme_onedark.pt.md b/content/utils/base16/theme_onedark.pt.md deleted file mode 100644 index 4662b7e..0000000 --- a/content/utils/base16/theme_onedark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Lalit Magant (http://github.com/tilal6991)" -title: "OneDark" -summary: "https://github.com/tilal6991/base16-onedark-scheme" -colors: ["282c34", "353b45", "3e4451", "545862", "565c64", "abb2bf", "b6bdca", "c8ccd4", "e06c75", "d19a66", "e5c07b", "98c379", "56b6c2", "61afef", "c678dd", "be5046"] ---- diff --git a/content/utils/base16/theme_outrun-dark.en.md b/content/utils/base16/theme_outrun-dark.md similarity index 100% rename from content/utils/base16/theme_outrun-dark.en.md rename to content/utils/base16/theme_outrun-dark.md diff --git a/content/utils/base16/theme_outrun-dark.pt.md b/content/utils/base16/theme_outrun-dark.pt.md deleted file mode 100644 index d11026e..0000000 --- a/content/utils/base16/theme_outrun-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Hugo Delahousse (http://github.com/hugodelahousse/)" -title: "Outrun Dark" -summary: "https://github.com/hugodelahousse/base16-outrun-schemes" -colors: ["00002A", "20204A", "30305A", "50507A", "B0B0DA", "D0D0FA", "E0E0FF", "F5F5FF", "FF4242", "FC8D28", "F3E877", "59F176", "0EF0F0", "66B0FF", "F10596", "F003EF"] ---- diff --git a/content/utils/base16/theme_papercolor-dark.en.md b/content/utils/base16/theme_papercolor-dark.md similarity index 100% rename from content/utils/base16/theme_papercolor-dark.en.md rename to content/utils/base16/theme_papercolor-dark.md diff --git a/content/utils/base16/theme_papercolor-dark.pt.md b/content/utils/base16/theme_papercolor-dark.pt.md deleted file mode 100644 index 5a25521..0000000 --- a/content/utils/base16/theme_papercolor-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)" -title: "PaperColor Dark" -summary: "https://github.com/jonleopard/base16-papercolor-scheme" -colors: ["1c1c1c", "af005f", "5faf00", "d7af5f", "5fafd7", "808080", "d7875f", "d0d0d0", "585858", "5faf5f", "afd700", "af87d7", "ffaf00", "ff5faf", "00afaf", "5f8787"] ---- diff --git a/content/utils/base16/theme_papercolor-light.en.md b/content/utils/base16/theme_papercolor-light.md similarity index 100% rename from content/utils/base16/theme_papercolor-light.en.md rename to content/utils/base16/theme_papercolor-light.md diff --git a/content/utils/base16/theme_papercolor-light.pt.md b/content/utils/base16/theme_papercolor-light.pt.md deleted file mode 100644 index 7a784c0..0000000 --- a/content/utils/base16/theme_papercolor-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)" -title: "PaperColor Light" -summary: "https://github.com/jonleopard/base16-papercolor-scheme" -colors: ["eeeeee", "af0000", "008700", "5f8700", "0087af", "444444", "005f87", "878787", "bcbcbc", "d70000", "d70087", "8700af", "d75f00", "d75f00", "005faf", "005f87"] ---- diff --git a/content/utils/base16/theme_paraiso.en.md b/content/utils/base16/theme_paraiso.md similarity index 100% rename from content/utils/base16/theme_paraiso.en.md rename to content/utils/base16/theme_paraiso.md diff --git a/content/utils/base16/theme_paraiso.pt.md b/content/utils/base16/theme_paraiso.pt.md deleted file mode 100644 index c8c8f6f..0000000 --- a/content/utils/base16/theme_paraiso.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jan T. Sott" -title: "Paraiso" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["2f1e2e", "41323f", "4f424c", "776e71", "8d8687", "a39e9b", "b9b6b0", "e7e9db", "ef6155", "f99b15", "fec418", "48b685", "5bc4bf", "06b6ef", "815ba4", "e96ba8"] ---- diff --git a/content/utils/base16/theme_pasque.en.md b/content/utils/base16/theme_pasque.md similarity index 100% rename from content/utils/base16/theme_pasque.en.md rename to content/utils/base16/theme_pasque.md diff --git a/content/utils/base16/theme_pasque.pt.md b/content/utils/base16/theme_pasque.pt.md deleted file mode 100644 index 8591ab7..0000000 --- a/content/utils/base16/theme_pasque.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Gabriel Fontes (https://github.com/Misterio77)" -title: "Pasque" -summary: "https://github.com/Misterio77/base16-pasque-scheme" -colors: ["271C3A", "100323", "3E2D5C", "5D5766", "BEBCBF", "DEDCDF", "EDEAEF", "BBAADD", "A92258", "918889", "804ead", "C6914B", "7263AA", "8E7DC6", "953B9D", "59325C"] ---- diff --git a/content/utils/base16/theme_phd.en.md b/content/utils/base16/theme_phd.md similarity index 100% rename from content/utils/base16/theme_phd.en.md rename to content/utils/base16/theme_phd.md diff --git a/content/utils/base16/theme_phd.pt.md b/content/utils/base16/theme_phd.pt.md deleted file mode 100644 index dc69e81..0000000 --- a/content/utils/base16/theme_phd.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Hennig Hasemann (http://leetless.de/vim.html)" -title: "PhD" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["061229", "2a3448", "4d5666", "717885", "9a99a3", "b8bbc2", "dbdde0", "ffffff", "d07346", "f0a000", "fbd461", "99bf52", "72b9bf", "5299bf", "9989cc", "b08060"] ---- diff --git a/content/utils/base16/theme_pico.en.md b/content/utils/base16/theme_pico.md similarity index 100% rename from content/utils/base16/theme_pico.en.md rename to content/utils/base16/theme_pico.md diff --git a/content/utils/base16/theme_pico.pt.md b/content/utils/base16/theme_pico.pt.md deleted file mode 100644 index 62718c7..0000000 --- a/content/utils/base16/theme_pico.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "PICO-8 (http://www.lexaloffle.com/pico-8.php)" -title: "Pico" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["000000", "1d2b53", "7e2553", "008751", "ab5236", "5f574f", "c2c3c7", "fff1e8", "ff004d", "ffa300", "fff024", "00e756", "29adff", "83769c", "ff77a8", "ffccaa"] ---- diff --git a/content/utils/base16/theme_pinky.en.md b/content/utils/base16/theme_pinky.md similarity index 100% rename from content/utils/base16/theme_pinky.en.md rename to content/utils/base16/theme_pinky.md diff --git a/content/utils/base16/theme_pinky.pt.md b/content/utils/base16/theme_pinky.pt.md deleted file mode 100644 index 02a2231..0000000 --- a/content/utils/base16/theme_pinky.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Benjamin (https://github.com/b3nj5m1n)" -title: "pinky" -summary: "https://github.com/b3nj5m1n/base16-pinky-scheme" -colors: ["171517", "1b181b", "1d1b1d", "383338", "e7dbdb", "f5f5f5", "ffffff", "f7f3f7", "ffa600", "00ff66", "20df6c", "ff0066", "6600ff", "00ffff", "007fff", "df206c"] ---- diff --git a/content/utils/base16/theme_pop.en.md b/content/utils/base16/theme_pop.md similarity index 100% rename from content/utils/base16/theme_pop.en.md rename to content/utils/base16/theme_pop.md diff --git a/content/utils/base16/theme_pop.pt.md b/content/utils/base16/theme_pop.pt.md deleted file mode 100644 index a62d80f..0000000 --- a/content/utils/base16/theme_pop.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chris Kempson (http://chriskempson.com)" -title: "Pop" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["000000", "202020", "303030", "505050", "b0b0b0", "d0d0d0", "e0e0e0", "ffffff", "eb008a", "f29333", "f8ca12", "37b349", "00aabb", "0e5a94", "b31e8d", "7a2d00"] ---- diff --git a/content/utils/base16/theme_porple.en.md b/content/utils/base16/theme_porple.md similarity index 100% rename from content/utils/base16/theme_porple.en.md rename to content/utils/base16/theme_porple.md diff --git a/content/utils/base16/theme_porple.pt.md b/content/utils/base16/theme_porple.pt.md deleted file mode 100644 index 843171e..0000000 --- a/content/utils/base16/theme_porple.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Niek den Breeje (https://github.com/AuditeMarlow)" -title: "Porple" -summary: "https://github.com/AuditeMarlow/base16-porple-scheme" -colors: ["292c36", "333344", "474160", "65568a", "b8b8b8", "d8d8d8", "e8e8e8", "f8f8f8", "f84547", "d28e5d", "efa16b", "95c76f", "64878f", "8485ce", "b74989", "986841"] ---- diff --git a/content/utils/base16/theme_railscasts.en.md b/content/utils/base16/theme_railscasts.md similarity index 100% rename from content/utils/base16/theme_railscasts.en.md rename to content/utils/base16/theme_railscasts.md diff --git a/content/utils/base16/theme_railscasts.pt.md b/content/utils/base16/theme_railscasts.pt.md deleted file mode 100644 index 8f63d00..0000000 --- a/content/utils/base16/theme_railscasts.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Ryan Bates (http://railscasts.com)" -title: "Railscasts" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["2b2b2b", "272935", "3a4055", "5a647e", "d4cfc9", "e6e1dc", "f4f1ed", "f9f7f3", "da4939", "cc7833", "ffc66d", "a5c261", "519f50", "6d9cbe", "b6b3eb", "bc9458"] ---- diff --git a/content/utils/base16/theme_rebecca.en.md b/content/utils/base16/theme_rebecca.md similarity index 100% rename from content/utils/base16/theme_rebecca.en.md rename to content/utils/base16/theme_rebecca.md diff --git a/content/utils/base16/theme_rebecca.pt.md b/content/utils/base16/theme_rebecca.pt.md deleted file mode 100644 index 39e1644..0000000 --- a/content/utils/base16/theme_rebecca.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)" -title: "Rebecca" -summary: "https://github.com/vic/base16-rebecca" -colors: ["292a44", "663399", "383a62", "666699", "a0a0c5", "f1eff8", "ccccff", "53495d", "a0a0c5", "efe4a1", "ae81ff", "6dfedf", "8eaee0", "2de0a7", "7aa5ff", "ff79c6"] ---- diff --git a/content/utils/base16/theme_rose-pine-dawn.en.md b/content/utils/base16/theme_rose-pine-dawn.md similarity index 100% rename from content/utils/base16/theme_rose-pine-dawn.en.md rename to content/utils/base16/theme_rose-pine-dawn.md diff --git a/content/utils/base16/theme_rose-pine-dawn.pt.md b/content/utils/base16/theme_rose-pine-dawn.pt.md deleted file mode 100644 index b674972..0000000 --- a/content/utils/base16/theme_rose-pine-dawn.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Emilia Dunfelt " -title: "Ros\u00e9 Pine Dawn" -summary: "https://github.com/edunfelt/base16-rose-pine-scheme" -colors: ["faf4ed", "fffaf3", "f2e9de", "9893a5", "797593", "575279", "575279", "cecacd", "b4637a", "ea9d34", "d7827e", "286983", "56949f", "907aa9", "ea9d34", "cecacd"] ---- diff --git a/content/utils/base16/theme_rose-pine-moon.en.md b/content/utils/base16/theme_rose-pine-moon.md similarity index 100% rename from content/utils/base16/theme_rose-pine-moon.en.md rename to content/utils/base16/theme_rose-pine-moon.md diff --git a/content/utils/base16/theme_rose-pine-moon.pt.md b/content/utils/base16/theme_rose-pine-moon.pt.md deleted file mode 100644 index b967700..0000000 --- a/content/utils/base16/theme_rose-pine-moon.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Emilia Dunfelt " -title: "Ros\u00e9 Pine Moon" -summary: "https://github.com/edunfelt/base16-rose-pine-scheme" -colors: ["232136", "2a273f", "393552", "6e6a86", "908caa", "e0def4", "e0def4", "56526e", "eb6f92", "f6c177", "ea9a97", "3e8fb0", "9ccfd8", "c4a7e7", "f6c177", "56526e"] ---- diff --git a/content/utils/base16/theme_rose-pine.en.md b/content/utils/base16/theme_rose-pine.md similarity index 100% rename from content/utils/base16/theme_rose-pine.en.md rename to content/utils/base16/theme_rose-pine.md diff --git a/content/utils/base16/theme_rose-pine.pt.md b/content/utils/base16/theme_rose-pine.pt.md deleted file mode 100644 index e16afdf..0000000 --- a/content/utils/base16/theme_rose-pine.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Emilia Dunfelt " -title: "Ros\u00e9 Pine" -summary: "https://github.com/edunfelt/base16-rose-pine-scheme" -colors: ["191724", "1f1d2e", "26233a", "6e6a86", "908caa", "e0def4", "e0def4", "524f67", "eb6f92", "f6c177", "ebbcba", "31748f", "9ccfd8", "c4a7e7", "f6c177", "524f67"] ---- diff --git a/content/utils/base16/theme_sagelight.en.md b/content/utils/base16/theme_sagelight.md similarity index 100% rename from content/utils/base16/theme_sagelight.en.md rename to content/utils/base16/theme_sagelight.md diff --git a/content/utils/base16/theme_sagelight.pt.md b/content/utils/base16/theme_sagelight.pt.md deleted file mode 100644 index c611811..0000000 --- a/content/utils/base16/theme_sagelight.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Carter Veldhuizen" -title: "Sagelight" -summary: "https://github.com/cveldy/base16-sagelight-scheme" -colors: ["f8f8f8", "e8e8e8", "d8d8d8", "b8b8b8", "585858", "383838", "282828", "181818", "fa8480", "ffaa61", "ffdc61", "a0d2c8", "a2d6f5", "a0a7d2", "c8a0d2", "d2b2a0"] ---- diff --git a/content/utils/base16/theme_sakura.en.md b/content/utils/base16/theme_sakura.md similarity index 100% rename from content/utils/base16/theme_sakura.en.md rename to content/utils/base16/theme_sakura.md diff --git a/content/utils/base16/theme_sakura.pt.md b/content/utils/base16/theme_sakura.pt.md deleted file mode 100644 index 6724c4e..0000000 --- a/content/utils/base16/theme_sakura.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Misterio77 (http://github.com/Misterio77)" -title: "Sakura" -summary: "https://github.com/Misterio77/base16-sakura-scheme" -colors: ["feedf3", "f8e2e7", "e0ccd1", "755f64", "665055", "564448", "42383a", "33292b", "df2d52", "f6661e", "c29461", "2e916d", "1d8991", "006e93", "5e2180", "ba0d35"] ---- diff --git a/content/utils/base16/theme_sandcastle.en.md b/content/utils/base16/theme_sandcastle.md similarity index 100% rename from content/utils/base16/theme_sandcastle.en.md rename to content/utils/base16/theme_sandcastle.md diff --git a/content/utils/base16/theme_sandcastle.pt.md b/content/utils/base16/theme_sandcastle.pt.md deleted file mode 100644 index 5a24cd1..0000000 --- a/content/utils/base16/theme_sandcastle.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "George Essig (https://github.com/gessig)" -title: "Sandcastle" -summary: "https://github.com/gessig/base16-sandcastle-scheme" -colors: ["282c34", "2c323b", "3e4451", "665c54", "928374", "a89984", "d5c4a1", "fdf4c1", "83a598", "a07e3b", "a07e3b", "528b8b", "83a598", "83a598", "d75f5f", "a87322"] ---- diff --git a/content/utils/base16/theme_seti.en.md b/content/utils/base16/theme_seti.md similarity index 100% rename from content/utils/base16/theme_seti.en.md rename to content/utils/base16/theme_seti.md diff --git a/content/utils/base16/theme_seti.pt.md b/content/utils/base16/theme_seti.pt.md deleted file mode 100644 index 6d7fe9c..0000000 --- a/content/utils/base16/theme_seti.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "" -title: "Seti UI" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["151718", "282a2b", "3B758C", "41535B", "43a5d5", "d6d6d6", "eeeeee", "ffffff", "Cd3f45", "db7b55", "e6cd69", "9fca56", "55dbbe", "55b5db", "a074c4", "8a553f"] ---- diff --git a/content/utils/base16/theme_shades-of-purple.en.md b/content/utils/base16/theme_shades-of-purple.md similarity index 100% rename from content/utils/base16/theme_shades-of-purple.en.md rename to content/utils/base16/theme_shades-of-purple.md diff --git a/content/utils/base16/theme_shades-of-purple.pt.md b/content/utils/base16/theme_shades-of-purple.pt.md deleted file mode 100644 index 0ce387a..0000000 --- a/content/utils/base16/theme_shades-of-purple.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode)." -title: "Shades of Purple" -summary: "https://github.com/ahmadawais/base16-shades-of-purple" -colors: ["1e1e3f", "43d426", "f1d000", "808080", "6871ff", "c7c7c7", "ff77ff", "ffffff", "d90429", "f92a1c", "ffe700", "3ad900", "00c5c7", "6943ff", "ff2c70", "79e8fb"] ---- diff --git a/content/utils/base16/theme_shapeshifter.en.md b/content/utils/base16/theme_shapeshifter.md similarity index 100% rename from content/utils/base16/theme_shapeshifter.en.md rename to content/utils/base16/theme_shapeshifter.md diff --git a/content/utils/base16/theme_shapeshifter.pt.md b/content/utils/base16/theme_shapeshifter.pt.md deleted file mode 100644 index ab61003..0000000 --- a/content/utils/base16/theme_shapeshifter.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Tyler Benziger (http://tybenz.com)" -title: "Shapeshifter" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["f9f9f9", "e0e0e0", "ababab", "555555", "343434", "102015", "040404", "000000", "e92f2f", "e09448", "dddd13", "0ed839", "23edda", "3b48e3", "f996e2", "69542d"] ---- diff --git a/content/utils/base16/theme_silk-dark.en.md b/content/utils/base16/theme_silk-dark.md similarity index 100% rename from content/utils/base16/theme_silk-dark.en.md rename to content/utils/base16/theme_silk-dark.md diff --git a/content/utils/base16/theme_silk-dark.pt.md b/content/utils/base16/theme_silk-dark.pt.md deleted file mode 100644 index 4c31c3d..0000000 --- a/content/utils/base16/theme_silk-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Gabriel Fontes (https://github.com/Misterio77)" -title: "Silk Dark" -summary: "https://github.com/misterio77/base16-silk-scheme" -colors: ["0e3c46", "1D494E", "2A5054", "587073", "9DC8CD", "C7DBDD", "CBF2F7", "D2FAFF", "fb6953", "fcab74", "fce380", "73d8ad", "3fb2b9", "46bddd", "756b8a", "9b647b"] ---- diff --git a/content/utils/base16/theme_silk-light.en.md b/content/utils/base16/theme_silk-light.md similarity index 100% rename from content/utils/base16/theme_silk-light.en.md rename to content/utils/base16/theme_silk-light.md diff --git a/content/utils/base16/theme_silk-light.pt.md b/content/utils/base16/theme_silk-light.pt.md deleted file mode 100644 index d051206..0000000 --- a/content/utils/base16/theme_silk-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Gabriel Fontes (https://github.com/Misterio77)" -title: "Silk Light" -summary: "https://github.com/misterio77/base16-silk-scheme" -colors: ["E9F1EF", "CCD4D3", "90B7B6", "5C787B", "4B5B5F", "385156", "0e3c46", "D2FAFF", "CF432E", "D27F46", "CFAD25", "6CA38C", "329CA2", "39AAC9", "6E6582", "865369"] ---- diff --git a/content/utils/base16/theme_snazzy.en.md b/content/utils/base16/theme_snazzy.md similarity index 100% rename from content/utils/base16/theme_snazzy.en.md rename to content/utils/base16/theme_snazzy.md diff --git a/content/utils/base16/theme_snazzy.pt.md b/content/utils/base16/theme_snazzy.pt.md deleted file mode 100644 index d953275..0000000 --- a/content/utils/base16/theme_snazzy.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)" -title: "Snazzy" -summary: "https://github.com/h404bi/base16-snazzy-scheme" -colors: ["282a36", "34353e", "43454f", "78787e", "a5a5a9", "e2e4e5", "eff0eb", "f1f1f0", "ff5c57", "ff9f43", "f3f99d", "5af78e", "9aedfe", "57c7ff", "ff6ac1", "b2643c"] ---- diff --git a/content/utils/base16/theme_solarflare-light.en.md b/content/utils/base16/theme_solarflare-light.md similarity index 100% rename from content/utils/base16/theme_solarflare-light.en.md rename to content/utils/base16/theme_solarflare-light.md diff --git a/content/utils/base16/theme_solarflare-light.pt.md b/content/utils/base16/theme_solarflare-light.pt.md deleted file mode 100644 index 9207c31..0000000 --- a/content/utils/base16/theme_solarflare-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chuck Harmston (https://chuck.harmston.ch)" -title: "Solar Flare Light" -summary: "https://github.com/mnussbaum/base16-solarflare-scheme" -colors: ["F5F7FA", "E8E9ED", "A6AFB8", "85939E", "667581", "586875", "222E38", "18262F", "EF5253", "E66B2B", "E4B51C", "7CC844", "52CBB0", "33B5E1", "A363D5", "D73C9A"] ---- diff --git a/content/utils/base16/theme_solarflare.en.md b/content/utils/base16/theme_solarflare.md similarity index 100% rename from content/utils/base16/theme_solarflare.en.md rename to content/utils/base16/theme_solarflare.md diff --git a/content/utils/base16/theme_solarflare.pt.md b/content/utils/base16/theme_solarflare.pt.md deleted file mode 100644 index 1cf7988..0000000 --- a/content/utils/base16/theme_solarflare.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Chuck Harmston (https://chuck.harmston.ch)" -title: "Solar Flare" -summary: "https://github.com/mnussbaum/base16-solarflare-scheme" -colors: ["18262F", "222E38", "586875", "667581", "85939E", "A6AFB8", "E8E9ED", "F5F7FA", "EF5253", "E66B2B", "E4B51C", "7CC844", "52CBB0", "33B5E1", "A363D5", "D73C9A"] ---- diff --git a/content/utils/base16/theme_spacemacs.en.md b/content/utils/base16/theme_spacemacs.md similarity index 100% rename from content/utils/base16/theme_spacemacs.en.md rename to content/utils/base16/theme_spacemacs.md diff --git a/content/utils/base16/theme_spacemacs.pt.md b/content/utils/base16/theme_spacemacs.pt.md deleted file mode 100644 index 7f480ab..0000000 --- a/content/utils/base16/theme_spacemacs.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)" -title: "Spacemacs" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["1f2022", "282828", "444155", "585858", "b8b8b8", "a3a3a3", "e8e8e8", "f8f8f8", "f2241f", "ffa500", "b1951d", "67b11d", "2d9574", "4f97d7", "a31db1", "b03060"] ---- diff --git a/content/utils/base16/theme_summercamp.en.md b/content/utils/base16/theme_summercamp.md similarity index 100% rename from content/utils/base16/theme_summercamp.en.md rename to content/utils/base16/theme_summercamp.md diff --git a/content/utils/base16/theme_summercamp.pt.md b/content/utils/base16/theme_summercamp.pt.md deleted file mode 100644 index 63cd7cb..0000000 --- a/content/utils/base16/theme_summercamp.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "zoe firi (zoefiri.github.io)" -title: "summercamp" -summary: "https://github.com/zoefiri/base16-summercamp" -colors: ["1c1810", "2a261c", "3a3527", "504b38", "5f5b45", "736e55", "bab696", "f8f5de", "e35142", "fba11b", "f2ff27", "5ceb5a", "5aebbc", "489bf0", "FF8080", "F69BE7"] ---- diff --git a/content/utils/base16/theme_summerfruit-dark.en.md b/content/utils/base16/theme_summerfruit-dark.md similarity index 100% rename from content/utils/base16/theme_summerfruit-dark.en.md rename to content/utils/base16/theme_summerfruit-dark.md diff --git a/content/utils/base16/theme_summerfruit-dark.pt.md b/content/utils/base16/theme_summerfruit-dark.pt.md deleted file mode 100644 index 27719f3..0000000 --- a/content/utils/base16/theme_summerfruit-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Christopher Corley (http://christop.club/)" -title: "Summerfruit Dark" -summary: "https://github.com/cscorley/base16-summerfruit-scheme" -colors: ["151515", "202020", "303030", "505050", "B0B0B0", "D0D0D0", "E0E0E0", "FFFFFF", "FF0086", "FD8900", "ABA800", "00C918", "1FAAAA", "3777E6", "AD00A1", "CC6633"] ---- diff --git a/content/utils/base16/theme_summerfruit-light.en.md b/content/utils/base16/theme_summerfruit-light.md similarity index 100% rename from content/utils/base16/theme_summerfruit-light.en.md rename to content/utils/base16/theme_summerfruit-light.md diff --git a/content/utils/base16/theme_summerfruit-light.pt.md b/content/utils/base16/theme_summerfruit-light.pt.md deleted file mode 100644 index 2e1e2a3..0000000 --- a/content/utils/base16/theme_summerfruit-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Christopher Corley (http://christop.club/)" -title: "Summerfruit Light" -summary: "https://github.com/cscorley/base16-summerfruit-scheme" -colors: ["FFFFFF", "E0E0E0", "D0D0D0", "B0B0B0", "000000", "101010", "151515", "202020", "FF0086", "FD8900", "ABA800", "00C918", "1FAAAA", "3777E6", "AD00A1", "CC6633"] ---- diff --git a/content/utils/base16/theme_synth-midnight-dark.en.md b/content/utils/base16/theme_synth-midnight-dark.md similarity index 100% rename from content/utils/base16/theme_synth-midnight-dark.en.md rename to content/utils/base16/theme_synth-midnight-dark.md diff --git a/content/utils/base16/theme_synth-midnight-dark.pt.md b/content/utils/base16/theme_synth-midnight-dark.pt.md deleted file mode 100644 index 0b3a968..0000000 --- a/content/utils/base16/theme_synth-midnight-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Micha\u00ebl Ball (http://github.com/michael-ball/)" -title: "Synth Midnight Terminal Dark" -summary: "https://github.com/michael-ball/base16-synth-midnight-scheme" -colors: ["050608", "1a1b1c", "28292a", "474849", "a3a5a6", "c1c3c4", "cfd1d2", "dddfe0", "b53b50", "ea770d", "c9d364", "06ea61", "42fff9", "03aeff", "ea5ce2", "cd6320"] ---- diff --git a/content/utils/base16/theme_synth-midnight-light.en.md b/content/utils/base16/theme_synth-midnight-light.md similarity index 100% rename from content/utils/base16/theme_synth-midnight-light.en.md rename to content/utils/base16/theme_synth-midnight-light.md diff --git a/content/utils/base16/theme_synth-midnight-light.pt.md b/content/utils/base16/theme_synth-midnight-light.pt.md deleted file mode 100644 index 8b7d3c6..0000000 --- a/content/utils/base16/theme_synth-midnight-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Micha\u00ebl Ball (http://github.com/michael-ball/)" -title: "Synth Midnight Terminal Light" -summary: "https://github.com/michael-ball/base16-synth-midnight-scheme" -colors: ["dddfe0", "cfd1d2", "c1c3c4", "a3a5a6", "474849", "28292a", "1a1b1c", "050608", "b53b50", "ea770d", "c9d364", "06ea61", "42fff9", "03aeff", "ea5ce2", "cd6320"] ---- diff --git a/content/utils/base16/theme_tango.en.md b/content/utils/base16/theme_tango.md similarity index 100% rename from content/utils/base16/theme_tango.en.md rename to content/utils/base16/theme_tango.md diff --git a/content/utils/base16/theme_tango.pt.md b/content/utils/base16/theme_tango.pt.md deleted file mode 100644 index 7c40444..0000000 --- a/content/utils/base16/theme_tango.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "@Schnouki, based on the Tango Desktop Project" -title: "Tango" -summary: "https://github.com/Schnouki/base16-tango-scheme" -colors: ["2e3436", "8ae234", "fce94f", "555753", "729fcf", "d3d7cf", "ad7fa8", "eeeeec", "cc0000", "ef2929", "c4a000", "4e9a06", "06989a", "3465a4", "75507b", "34e2e2"] ---- diff --git a/content/utils/base16/theme_tender.en.md b/content/utils/base16/theme_tender.md similarity index 100% rename from content/utils/base16/theme_tender.en.md rename to content/utils/base16/theme_tender.md diff --git a/content/utils/base16/theme_tender.pt.md b/content/utils/base16/theme_tender.pt.md deleted file mode 100644 index 18ad8e7..0000000 --- a/content/utils/base16/theme_tender.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jacobo Tabernero (https://github/com/jacoborus/tender.vim)" -title: "tender" -summary: "https://github.com/DanManN/base16-tender-scheme" -colors: ["282828", "383838", "484848", "4c4c4c", "b8b8b8", "eeeeee", "e8e8e8", "feffff", "f43753", "dc9656", "ffc24b", "c9d05c", "73cef4", "b3deef", "d3b987", "a16946"] ---- diff --git a/content/utils/base16/theme_tube.en.md b/content/utils/base16/theme_tube.md similarity index 100% rename from content/utils/base16/theme_tube.en.md rename to content/utils/base16/theme_tube.md diff --git a/content/utils/base16/theme_tube.pt.md b/content/utils/base16/theme_tube.pt.md deleted file mode 100644 index 8c77c2a..0000000 --- a/content/utils/base16/theme_tube.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jan T. Sott" -title: "London Tube" -summary: "https://github.com/chriskempson/base16-unclaimed-schemes" -colors: ["231f20", "1c3f95", "5a5758", "737171", "959ca1", "d9d8d8", "e7e7e8", "ffffff", "ee2e24", "f386a1", "ffd204", "00853e", "85cebc", "009ddc", "98005d", "b06110"] ---- diff --git a/content/utils/base16/theme_twilight.en.md b/content/utils/base16/theme_twilight.md similarity index 100% rename from content/utils/base16/theme_twilight.en.md rename to content/utils/base16/theme_twilight.md diff --git a/content/utils/base16/theme_twilight.pt.md b/content/utils/base16/theme_twilight.pt.md deleted file mode 100644 index 7855f02..0000000 --- a/content/utils/base16/theme_twilight.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "David Hart (https://github.com/hartbit)" -title: "Twilight" -summary: "https://github.com/hartbit/base16-twilight-scheme" -colors: ["1e1e1e", "323537", "464b50", "5f5a60", "838184", "a7a7a7", "c3c3c3", "ffffff", "cf6a4c", "cda869", "f9ee98", "8f9d6a", "afc4db", "7587a6", "9b859d", "9b703f"] ---- diff --git a/content/utils/base16/theme_unikitty-dark.en.md b/content/utils/base16/theme_unikitty-dark.md similarity index 100% rename from content/utils/base16/theme_unikitty-dark.en.md rename to content/utils/base16/theme_unikitty-dark.md diff --git a/content/utils/base16/theme_unikitty-dark.pt.md b/content/utils/base16/theme_unikitty-dark.pt.md deleted file mode 100644 index 5f19773..0000000 --- a/content/utils/base16/theme_unikitty-dark.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Josh W Lewis (@joshwlewis)" -title: "Unikitty Dark" -summary: "https://github.com/joshwlewis/base16-unikitty" -colors: ["2e2a31", "4a464d", "666369", "838085", "9f9da2", "bcbabe", "d8d7da", "f5f4f7", "d8137f", "d65407", "dc8a0e", "17ad98", "149bda", "796af5", "bb60ea", "c720ca"] ---- diff --git a/content/utils/base16/theme_unikitty-light.en.md b/content/utils/base16/theme_unikitty-light.md similarity index 100% rename from content/utils/base16/theme_unikitty-light.en.md rename to content/utils/base16/theme_unikitty-light.md diff --git a/content/utils/base16/theme_unikitty-light.pt.md b/content/utils/base16/theme_unikitty-light.pt.md deleted file mode 100644 index ae51c7c..0000000 --- a/content/utils/base16/theme_unikitty-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Josh W Lewis (@joshwlewis)" -title: "Unikitty Light" -summary: "https://github.com/joshwlewis/base16-unikitty" -colors: ["ffffff", "e1e1e2", "c4c3c5", "a7a5a8", "89878b", "6c696e", "4f4b51", "322d34", "d8137f", "d65407", "dc8a0e", "17ad98", "149bda", "775dff", "aa17e6", "e013d0"] ---- diff --git a/content/utils/base16/theme_vice-alt.en.md b/content/utils/base16/theme_vice-alt.md similarity index 100% rename from content/utils/base16/theme_vice-alt.en.md rename to content/utils/base16/theme_vice-alt.md diff --git a/content/utils/base16/theme_vice-alt.pt.md b/content/utils/base16/theme_vice-alt.pt.md deleted file mode 100644 index 7e4206d..0000000 --- a/content/utils/base16/theme_vice-alt.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Thomas Leon Highbaugh" -title: "Vice Alt" -summary: "https://github.com/Thomashighbaugh/base16-vice-scheme" -colors: ["1c1c1c", "282828", "2c2c2c", "323232", "3c3c3c", "555555", "b6b6b6", "d1d1d1", "ff3d81", "F67544", "ffff73", "44ffdd", "00caff", "2fb1d4", "8265ff", "F83D80"] ---- diff --git a/content/utils/base16/theme_vice.en.md b/content/utils/base16/theme_vice.md similarity index 100% rename from content/utils/base16/theme_vice.en.md rename to content/utils/base16/theme_vice.md diff --git a/content/utils/base16/theme_vice.pt.md b/content/utils/base16/theme_vice.pt.md deleted file mode 100644 index 1837320..0000000 --- a/content/utils/base16/theme_vice.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Thomas Leon Highbaugh" -title: "Vice Dark" -summary: "https://github.com/Thomashighbaugh/base16-vice-scheme" -colors: ["181818", "222222", "323232", "3f3f3f", "666666", "818181", "c6c6c6", "e9e9e9", "ff29a8", "85ffe0", "f0ffaa", "0badff", "8265ff", "00eaff", "00f6d9", "ff3d81"] ---- diff --git a/content/utils/base16/theme_vulcan.en.md b/content/utils/base16/theme_vulcan.md similarity index 100% rename from content/utils/base16/theme_vulcan.en.md rename to content/utils/base16/theme_vulcan.md diff --git a/content/utils/base16/theme_vulcan.pt.md b/content/utils/base16/theme_vulcan.pt.md deleted file mode 100644 index 5bb2985..0000000 --- a/content/utils/base16/theme_vulcan.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Andrey Varfolomeev" -title: "vulcan" -summary: "https://github.com/andreyvpng/base16-vulcan-scheme" -colors: ["041523", "122339", "003552", "7a5759", "6b6977", "5b778c", "333238", "214d68", "818591", "9198a3", "adb4b9", "977d7c", "977d7c", "977d7c", "9198a3", "977d7c"] ---- diff --git a/content/utils/base16/theme_windows-10-light.en.md b/content/utils/base16/theme_windows-10-light.md similarity index 100% rename from content/utils/base16/theme_windows-10-light.en.md rename to content/utils/base16/theme_windows-10-light.md diff --git a/content/utils/base16/theme_windows-10-light.pt.md b/content/utils/base16/theme_windows-10-light.pt.md deleted file mode 100644 index 619bb4b..0000000 --- a/content/utils/base16/theme_windows-10-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows 10 Light" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["f2f2f2", "e5e5e5", "d9d9d9", "cccccc", "ababab", "767676", "414141", "0c0c0c", "c50f1f", "f9f1a5", "c19c00", "13a10e", "3a96dd", "0037da", "881798", "16c60c"] ---- diff --git a/content/utils/base16/theme_windows-10.en.md b/content/utils/base16/theme_windows-10.md similarity index 100% rename from content/utils/base16/theme_windows-10.en.md rename to content/utils/base16/theme_windows-10.md diff --git a/content/utils/base16/theme_windows-10.pt.md b/content/utils/base16/theme_windows-10.pt.md deleted file mode 100644 index 2794703..0000000 --- a/content/utils/base16/theme_windows-10.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows 10" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["0c0c0c", "2f2f2f", "535353", "767676", "b9b9b9", "cccccc", "dfdfdf", "f2f2f2", "e74856", "c19c00", "f9f1a5", "16c60c", "61d6d6", "3b78ff", "b4009e", "13a10e"] ---- diff --git a/content/utils/base16/theme_windows-95-light.en.md b/content/utils/base16/theme_windows-95-light.md similarity index 100% rename from content/utils/base16/theme_windows-95-light.en.md rename to content/utils/base16/theme_windows-95-light.md diff --git a/content/utils/base16/theme_windows-95-light.pt.md b/content/utils/base16/theme_windows-95-light.pt.md deleted file mode 100644 index 9df7008..0000000 --- a/content/utils/base16/theme_windows-95-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows 95 Light" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["fcfcfc", "e0e0e0", "c4c4c4", "a8a8a8", "7e7e7e", "545454", "2a2a2a", "000000", "a80000", "fcfc54", "a85400", "00a800", "00a8a8", "0000a8", "a800a8", "54fc54"] ---- diff --git a/content/utils/base16/theme_windows-95.en.md b/content/utils/base16/theme_windows-95.md similarity index 100% rename from content/utils/base16/theme_windows-95.en.md rename to content/utils/base16/theme_windows-95.md diff --git a/content/utils/base16/theme_windows-95.pt.md b/content/utils/base16/theme_windows-95.pt.md deleted file mode 100644 index 8c2318a..0000000 --- a/content/utils/base16/theme_windows-95.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows 95" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["000000", "1C1C1C", "383838", "545454", "7e7e7e", "a8a8a8", "d2d2d2", "fcfcfc", "fc5454", "a85400", "fcfc54", "54fc54", "54fcfc", "5454fc", "fc54fc", "00a800"] ---- diff --git a/content/utils/base16/theme_windows-highcontrast-light.en.md b/content/utils/base16/theme_windows-highcontrast-light.md similarity index 100% rename from content/utils/base16/theme_windows-highcontrast-light.en.md rename to content/utils/base16/theme_windows-highcontrast-light.md diff --git a/content/utils/base16/theme_windows-highcontrast-light.pt.md b/content/utils/base16/theme_windows-highcontrast-light.pt.md deleted file mode 100644 index b4691e4..0000000 --- a/content/utils/base16/theme_windows-highcontrast-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows High Contrast Light" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["fcfcfc", "e8e8e8", "d4d4d4", "c0c0c0", "7e7e7e", "545454", "2a2a2a", "000000", "800000", "fcfc54", "808000", "008000", "008080", "000080", "800080", "54fc54"] ---- diff --git a/content/utils/base16/theme_windows-highcontrast.en.md b/content/utils/base16/theme_windows-highcontrast.md similarity index 100% rename from content/utils/base16/theme_windows-highcontrast.en.md rename to content/utils/base16/theme_windows-highcontrast.md diff --git a/content/utils/base16/theme_windows-highcontrast.pt.md b/content/utils/base16/theme_windows-highcontrast.pt.md deleted file mode 100644 index c0f1372..0000000 --- a/content/utils/base16/theme_windows-highcontrast.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows High Contrast" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["000000", "1C1C1C", "383838", "545454", "a2a2a2", "c0c0c0", "dedede", "fcfcfc", "fc5454", "808000", "fcfc54", "54fc54", "54fcfc", "5454fc", "fc54fc", "008000"] ---- diff --git a/content/utils/base16/theme_windows-nt-light.en.md b/content/utils/base16/theme_windows-nt-light.md similarity index 100% rename from content/utils/base16/theme_windows-nt-light.en.md rename to content/utils/base16/theme_windows-nt-light.md diff --git a/content/utils/base16/theme_windows-nt-light.pt.md b/content/utils/base16/theme_windows-nt-light.pt.md deleted file mode 100644 index 6662184..0000000 --- a/content/utils/base16/theme_windows-nt-light.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows NT Light" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["ffffff", "eaeaea", "d5d5d5", "c0c0c0", "a0a0a0", "808080", "404040", "000000", "800000", "ffff00", "808000", "008000", "008080", "000080", "800080", "00ff00"] ---- diff --git a/content/utils/base16/theme_windows-nt.en.md b/content/utils/base16/theme_windows-nt.md similarity index 100% rename from content/utils/base16/theme_windows-nt.en.md rename to content/utils/base16/theme_windows-nt.md diff --git a/content/utils/base16/theme_windows-nt.pt.md b/content/utils/base16/theme_windows-nt.pt.md deleted file mode 100644 index 4aaa98b..0000000 --- a/content/utils/base16/theme_windows-nt.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Fergus Collins (https://github.com/C-Fergus)" -title: "Windows NT" -summary: "https://github.com/C-Fergus/base16-windows-scheme" -colors: ["000000", "2a2a2a", "555555", "808080", "a1a1a1", "c0c0c0", "e0e0e0", "ffffff", "ff0000", "808000", "ffff00", "00ff00", "00ffff", "0000ff", "ff00ff", "008000"] ---- diff --git a/content/utils/base16/theme_woodland.en.md b/content/utils/base16/theme_woodland.md similarity index 100% rename from content/utils/base16/theme_woodland.en.md rename to content/utils/base16/theme_woodland.md diff --git a/content/utils/base16/theme_woodland.pt.md b/content/utils/base16/theme_woodland.pt.md deleted file mode 100644 index cf51bb6..0000000 --- a/content/utils/base16/theme_woodland.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Jay Cornwall (https://jcornwall.com)" -title: "Woodland" -summary: "https://github.com/jcornwall/base16-woodland-scheme" -colors: ["231e18", "302b25", "48413a", "9d8b70", "b4a490", "cabcb1", "d7c8bc", "e4d4c8", "d35c5c", "ca7f32", "e0ac16", "b7ba53", "6eb958", "88a4d3", "bb90e2", "b49368"] ---- diff --git a/content/utils/base16/theme_xcode-dusk.en.md b/content/utils/base16/theme_xcode-dusk.md similarity index 100% rename from content/utils/base16/theme_xcode-dusk.en.md rename to content/utils/base16/theme_xcode-dusk.md diff --git a/content/utils/base16/theme_xcode-dusk.pt.md b/content/utils/base16/theme_xcode-dusk.pt.md deleted file mode 100644 index 636d2e0..0000000 --- a/content/utils/base16/theme_xcode-dusk.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "Elsa Gonsiorowski (https://github.com/gonsie)" -title: "XCode Dusk" -summary: "https://github.com/gonsie/base16-xcode-dusk-scheme" -colors: ["282B35", "3D4048", "53555D", "686A71", "7E8086", "939599", "A9AAAE", "BEBFC2", "B21889", "786DC5", "438288", "DF0002", "00A0BE", "790EAD", "B21889", "C77C48"] ---- diff --git a/content/utils/base16/theme_zenburn.en.md b/content/utils/base16/theme_zenburn.md similarity index 100% rename from content/utils/base16/theme_zenburn.en.md rename to content/utils/base16/theme_zenburn.md diff --git a/content/utils/base16/theme_zenburn.pt.md b/content/utils/base16/theme_zenburn.pt.md deleted file mode 100644 index 5b80a3a..0000000 --- a/content/utils/base16/theme_zenburn.pt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: "elnawe" -title: "Zenburn" -summary: "https://github.com/elnawe/base16-zenburn-scheme" -colors: ["383838", "404040", "606060", "6f6f6f", "808080", "dcdccc", "c0c0c0", "ffffff", "dca3a3", "dfaf8f", "e0cf9f", "5f7f5f", "93e0e3", "7cb8bb", "dc8cc3", "000000"] ---- diff --git a/hugo.toml b/hugo.toml index a2e29f4..0392bcf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,3 +14,13 @@ title = "offtopic do lucasew" languageCode = "pt_BR" languageName = "🇧🇷" disabled = false + +[module] + [[module.mounts]] + source = 'content' + target = 'content' + lang = 'en' + [[module.mounts]] + source = 'content' + target = 'content' + lang = 'pt'