diff --git a/Themes/3024-day.json b/Themes/3024-day.json new file mode 100644 index 0000000..ad46aa0 --- /dev/null +++ b/Themes/3024-day.json @@ -0,0 +1,25 @@ +{ + "name": "3024 Day", + "comment": "Ported for Terminix Scheme", + "use-theme-colors": false, + "foreground-color": "#4a4543", + "background-color": "#f7f7f7", + "palette": [ + "#090300", + "#db2d20", + "#01a252", + "#fded02", + "#01a0e4", + "#a16a94", + "#b5e4f4", + "#a5a2a2", + "#5c5855", + "#e8bbd0", + "#3a3432", + "#4a4543", + "#807d7c", + "#d6d5d4", + "#cdab53", + "#f7f7f7" + ] +} diff --git a/Themes/3024-night.json b/Themes/3024-night.json new file mode 100644 index 0000000..1fad497 --- /dev/null +++ b/Themes/3024-night.json @@ -0,0 +1,25 @@ +{ + "name": "3024 Night", + "comment": "Ported for Terminix Scheme", + "use-theme-colors": false, + "foreground-color": "#a5a2a2", + "background-color": "#090300", + "palette": [ + "#090300", + "#db2d20", + "#01a252", + "#fded02", + "#01a0e4", + "#a16a94", + "#b5e4f4", + "#a5a2a2", + "#5c5855", + "#e8bbd0", + "#3a3432", + "#4a4543", + "#807d7c", + "#d6d5d4", + "#cdab53", + "#f7f7f7" + ] +} diff --git a/Themes/adventuretime.json b/Themes/adventuretime.json new file mode 100644 index 0000000..909c29d --- /dev/null +++ b/Themes/adventuretime.json @@ -0,0 +1,25 @@ +{ + "name": "AdventureTime", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#f8dcc0", + "background-color": "#1f1d45", + "palette": [ + "#050404", + "#bd0013", + "#4ab118", + "#e7741e", + "#0f4ac6", + "#665993", + "#70a598", + "#f8dcc0", + "#4e7cbf", + "#fc5f5a", + "#9eff6e", + "#efc11a", + "#1997c6", + "#9b5953", + "#c8faf4", + "#f6f5fb" + ] +} diff --git a/Themes/afterglow.json b/Themes/afterglow.json new file mode 100644 index 0000000..bbfe658 --- /dev/null +++ b/Themes/afterglow.json @@ -0,0 +1,25 @@ +{ + "name": "Afterglow", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#d0d0d0", + "background-color": "#222222", + "palette": [ + "#151515", + "#a53c23", + "#7b9246", + "#d3a04d", + "#6c99bb", + "#9f4e85", + "#7dd6cf", + "#d0d0d0", + "#505050", + "#a53c23", + "#7b9246", + "#d3a04d", + "#547c99", + "#9f4e85", + "#7dd6cf", + "#f5f5f5" + ] +} diff --git a/Themes/alien-blood.json b/Themes/alien-blood.json new file mode 100644 index 0000000..df9681a --- /dev/null +++ b/Themes/alien-blood.json @@ -0,0 +1,25 @@ +{ + "name": "Alien Blood", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#637d75", + "background-color": "#0f1610", + "palette": [ + "#112616", + "#7f2b27", + "#2f7e25", + "#717f24", + "#2f6a7f", + "#47587f", + "#327f77", + "#647d75", + "#3c4812", + "#e08009", + "#18e000", + "#bde000", + "#00aae0", + "#0058e0", + "#00e0c4", + "#73fa91" + ] +} diff --git a/Themes/argonaut.json b/Themes/argonaut.json new file mode 100644 index 0000000..cc5aecf --- /dev/null +++ b/Themes/argonaut.json @@ -0,0 +1,25 @@ +{ + "name": "Argonaut", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#fffaf4", + "background-color": "#0e1019", + "palette": [ + "#232323", + "#ff000f", + "#8ce10b", + "#ffb900", + "#008df8", + "#6d43a6", + "#00d8eb", + "#ffffff", + "#444444", + "#ff2740", + "#abe15b", + "#ffd242", + "#0092ff", + "#9a5feb", + "#67fff0", + "#ffffff" + ] +} diff --git a/Themes/arthur.json b/Themes/arthur.json new file mode 100644 index 0000000..d9ed8f9 --- /dev/null +++ b/Themes/arthur.json @@ -0,0 +1,25 @@ +{ + "name": "Arthur", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ddeedd", + "background-color": "#1c1c1c", + "palette": [ + "#3d352a", + "#cd5c5c", + "#86af80", + "#e8ae5b", + "#6495ed", + "#deb887", + "#b0c4de", + "#bbaa99", + "#554444", + "#cc5533", + "#88aa22", + "#ffa75d", + "#87ceeb", + "#996600", + "#b0c4de", + "#ddccbb" + ] +} diff --git a/Themes/atom.json b/Themes/atom.json new file mode 100644 index 0000000..25b3651 --- /dev/null +++ b/Themes/atom.json @@ -0,0 +1,25 @@ +{ + "name": "Atom", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#c5c8c6", + "background-color": "#161719", + "palette": [ + "#000000", + "#fd5ff1", + "#87c38a", + "#ffd7b1", + "#85befd", + "#b9b6fc", + "#85befd", + "#e0e0e0", + "#000000", + "#fd5ff1", + "#94fa36", + "#f5ffa8", + "#96cbfe", + "#b9b6fc", + "#85befd", + "#e0e0e0" + ] +} diff --git a/Themes/belafonte-day.json b/Themes/belafonte-day.json new file mode 100644 index 0000000..c74289a --- /dev/null +++ b/Themes/belafonte-day.json @@ -0,0 +1,25 @@ +{ + "name": "Belafonte Day", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#45373c", + "background-color": "#d5ccba", + "palette": [ + "#20111b", + "#be100e", + "#858162", + "#eaa549", + "#426a79", + "#97522c", + "#989a9c", + "#968c83", + "#5e5252", + "#be100e", + "#858162", + "#eaa549", + "#426a79", + "#97522c", + "#989a9c", + "#d5ccba" + ] +} diff --git a/Themes/belafonte-night.json b/Themes/belafonte-night.json new file mode 100644 index 0000000..1e28b6f --- /dev/null +++ b/Themes/belafonte-night.json @@ -0,0 +1,25 @@ +{ + "name": "Belafonte Night", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#968c83", + "background-color": "#20111b", + "palette": [ + "#20111b", + "#be100e", + "#858162", + "#eaa549", + "#426a79", + "#97522c", + "#989a9c", + "#968c83", + "#5e5252", + "#be100e", + "#858162", + "#eaa549", + "#426a79", + "#97522c", + "#989a9c", + "#d5ccba" + ] +} diff --git a/Themes/birds-of-paradise.json b/Themes/birds-of-paradise.json new file mode 100644 index 0000000..ab0a061 --- /dev/null +++ b/Themes/birds-of-paradise.json @@ -0,0 +1,25 @@ +{ + "name": "BirdsOfParadise", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#e0dbb7", + "background-color": "#2a1f1d", + "palette": [ + "#573d26", + "#be2d26", + "#6ba18a", + "#e99d2a", + "#5a86ad", + "#ac80a6", + "#74a6ad", + "#e0dbb7", + "#9b6c4a", + "#e84627", + "#95d8ba", + "#d0d150", + "#b8d3ed", + "#d19ecb", + "#93cfd7", + "#fff9d5" + ] +} diff --git a/Themes/blazer.json b/Themes/blazer.json new file mode 100644 index 0000000..b477b3e --- /dev/null +++ b/Themes/blazer.json @@ -0,0 +1,25 @@ +{ + "name": "Blazer", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#d9e6f2", + "background-color": "#0d1926", + "palette": [ + "#000000", + "#b87a7a", + "#7ab87a", + "#b8b87a", + "#7a7ab8", + "#b87ab8", + "#7ab8b8", + "#d9d9d9", + "#262626", + "#dbbdbd", + "#bddbbd", + "#dbdbbd", + "#bdbddb", + "#dbbddb", + "#bddbdb", + "#ffffff" + ] +} diff --git a/Themes/borland.json b/Themes/borland.json new file mode 100644 index 0000000..078669d --- /dev/null +++ b/Themes/borland.json @@ -0,0 +1,25 @@ +{ + "name": "Borland", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffff4e", + "background-color": "#0000a4", + "palette": [ + "#4f4f4f", + "#ff6c60", + "#a8ff60", + "#ffffb6", + "#96cbfe", + "#ff73fd", + "#c6c5fe", + "#eeeeee", + "#7c7c7c", + "#ffb6b0", + "#ceffac", + "#ffffcc", + "#b5dcff", + "#ff9cfe", + "#dfdffe", + "#ffffff" + ] +} diff --git a/Themes/broadcast.json b/Themes/broadcast.json new file mode 100644 index 0000000..5aa3911 --- /dev/null +++ b/Themes/broadcast.json @@ -0,0 +1,25 @@ +{ + "name": "Broadcast", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#e6e1dc", + "background-color": "#2b2b2b", + "palette": [ + "#000000", + "#da4939", + "#519f50", + "#ffd24a", + "#6d9cbe", + "#d0d0ff", + "#6e9cbe", + "#ffffff", + "#323232", + "#ff7b6b", + "#83d182", + "#ffff7c", + "#9fcef0", + "#ffffff", + "#a0cef0", + "#ffffff" + ] +} diff --git a/Themes/brogrammer.json b/Themes/brogrammer.json new file mode 100644 index 0000000..b2eee46 --- /dev/null +++ b/Themes/brogrammer.json @@ -0,0 +1,25 @@ +{ + "name": "Brogrammer", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#d6dbe5", + "background-color": "#131313", + "palette": [ + "#1f1f1f", + "#f81118", + "#2dc55e", + "#ecba0f", + "#2a84d2", + "#4e5ab7", + "#1081d6", + "#d6dbe5", + "#d6dbe5", + "#de352e", + "#1dd361", + "#f3bd09", + "#1081d6", + "#5350b9", + "#0f7ddb", + "#ffffff" + ] +} diff --git a/Themes/c64.json b/Themes/c64.json new file mode 100644 index 0000000..cee028d --- /dev/null +++ b/Themes/c64.json @@ -0,0 +1,25 @@ +{ + "name": "C64", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#7869c4", + "background-color": "#40318d", + "palette": [ + "#090300", + "#883932", + "#55a049", + "#bfce72", + "#40318d", + "#8b3f96". + "#67b6bd", + "#ffffff", + "#000000", + "#883932", + "#55a049", + "#bfce72", + "#40318d", + "#8b3f96", + "#67b6bd", + "#f7f7f7" + ] +} diff --git a/Themes/chalk.json b/Themes/chalk.json new file mode 100644 index 0000000..a7d992b --- /dev/null +++ b/Themes/chalk.json @@ -0,0 +1,25 @@ +{ + "name": "Chalk", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#d2d8d9", + "background-color": "#2b2d2e", + "palette": [ + "#7d8b8f", + "#b23a52", + "#789b6a", + "#b9ac4a", + "#2a7fac", + "#bd4f5a", + "#44a799", + "#d2d8d9", + "#888888", + "#f24840", + "#80c470", + "#ffeb62", + "#4196ff", + "#fc5275", + "#53cdbd", + "#d2d8d9" + ] +} diff --git a/Themes/chalkboard.json b/Themes/chalkboard.json new file mode 100644 index 0000000..855e938 --- /dev/null +++ b/Themes/chalkboard.json @@ -0,0 +1,25 @@ +{ + "name": "Chalkboard", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#d9e6f2", + "background-color": "#29262f", + "palette": [ + "#000000", + "#c37372", + "#72c373", + "#c2c372", + "#7372c3", + "#c372c2", + "#72c2c3", + "#d9d9d9", + "#323232", + "#dbaaaa", + "#aadbaa", + "#dadbaa", + "#aaaadb", + "#dbaada", + "#aadadb", + "#ffffff" + ] +} diff --git a/Themes/ciapre.json b/Themes/ciapre.json new file mode 100644 index 0000000..e5bf787 --- /dev/null +++ b/Themes/ciapre.json @@ -0,0 +1,25 @@ +{ + "name": "Ciapre", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#aea47a", + "background-color": "#191c27", + "palette": [ + "#181818", + "#810009", + "#48513b", + "#cc8b3f", + "#576d8c", + "#724d7c", + "#5c4f4b", + "#aea47f", + "#555555", + "#ac3835", + "#a6a75d", + "#dcdf7c", + "#3097c6", + "#d33061", + "#f3dbb2", + "#f4f4f4" + ] +} diff --git a/Themes/clrs.json b/Themes/clrs.json new file mode 100644 index 0000000..fb341d1 --- /dev/null +++ b/Themes/clrs.json @@ -0,0 +1,25 @@ +{ + "name": "CLRS", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#262626", + "background-color": "#ffffff", + "palette": [ + "#000000", + "#f8282a", + "#328a5d", + "#fa701d", + "#135cd0", + "#9f00bd", + "#33c3c1", + "#b3b3b3", + "#555753", + "#fb0416", + "#2cc631", + "#fdd727", + "#1670ff", + "#e900b0", + "#3ad5ce", + "#eeeeec" + ] +} diff --git a/Themes/cobalt-neon.json b/Themes/cobalt-neon.json new file mode 100644 index 0000000..743911a --- /dev/null +++ b/Themes/cobalt-neon.json @@ -0,0 +1,25 @@ +{ + "name": "Cobalt Neon", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#8ff586", + "background-color": "#142838", + "palette": [ + "#142631", + "#ff2320", + "#3ba5ff", + "#e9e75c", + "#8ff586", + "#781aa0", + "#8ff586", + "#ba46b2", + "#fff688", + "#d4312e", + "#8ff586", + "#e9f06d", + "#3c7dd2", + "#8230a7", + "#6cbc67", + "#8ff586" + ] +} diff --git a/Themes/cobalt2.json b/Themes/cobalt2.json new file mode 100644 index 0000000..ec7e79e --- /dev/null +++ b/Themes/cobalt2.json @@ -0,0 +1,25 @@ +{ + "name": "Cobalt2", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffffff", + "background-color": "#132738", + "palette": [ + "#000000", + "#ff0000", + "#38de21", + "#ffe50a", + "#1460d2", + "#ff005d", + "#00bbbb", + "#bbbbbb", + "#555555", + "#f40e17", + "#3bd01d", + "#edc809", + "#5555ff", + "#ff55ff", + "#6ae3fa", + "#ffffff" + ] +} diff --git a/Themes/crayon-pony-fish.json b/Themes/crayon-pony-fish.json new file mode 100644 index 0000000..2c8d8e5 --- /dev/null +++ b/Themes/crayon-pony-fish.json @@ -0,0 +1,25 @@ +{ + "name": "Crayon Pony Fish", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#68525a", + "background-color": "#150707", + "palette": [ + "#2b1b1d", + "#91002b", + "#579524", + "#ab311b", + "#8c87b0", + "#692f50", + "#e8a866", + "#68525a", + "#3d2b2e", + "#c5255d", + "#8dff57", + "#c8381d", + "#cfc9ff", + "#fc6cba", + "#ffceaf", + "#b0949d" + ] +} diff --git a/Themes/dark-pastel.json b/Themes/dark-pastel.json new file mode 100644 index 0000000..39addf1 --- /dev/null +++ b/Themes/dark-pastel.json @@ -0,0 +1,25 @@ +{ + "name": "Dark Pastel", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffffff", + "background-color": "#000000", + "palette": [ + "#000000", + "#ff5555", + "#55ff55", + "#ffff55", + "#5555ff", + "#ff55ff", + "#55ffff", + "#bbbbbb", + "#555555", + "#ff5555", + "#55ff55", + "#ffff55", + "#5555ff", + "#ff55ff", + "#55ffff", + "#ffffff" + ] +} diff --git a/Themes/darkside.json b/Themes/darkside.json new file mode 100644 index 0000000..d958ec1 --- /dev/null +++ b/Themes/darkside.json @@ -0,0 +1,25 @@ +{ + "name": "Darkside", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#bababa", + "background-color": "#222324", + "palette": [ + "#000000", + "#e8341c", + "#68c256", + "#f2d42c", + "#1c98e8", + "#8e69c9", + "#1c98e8", + "#bababa", + "#000000", + "#e05a4f", + "#77b869", + "#efd64b", + "#387cd3", + "#957bbe", + "#3d97e2", + "#bababa" + ] +} diff --git a/Themes/desert.json b/Themes/desert.json new file mode 100644 index 0000000..edbe521 --- /dev/null +++ b/Themes/desert.json @@ -0,0 +1,25 @@ +{ + "name": "Desert", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffffff", + "background-color": "#333333", + "palette": [ + "#4d4d4d", + "#ff2b2b", + "#98fb98", + "#f0e68c", + "#cd853f", + "#ffdead", + "#ffa0a0", + "#f5deb3", + "#555555", + "#ff5555", + "#55ff55", + "#ffff55", + "#87ceff", + "#ff55ff", + "#ffd700", + "#ffffff" + ] +} diff --git a/Themes/dimmed-monokai.json b/Themes/dimmed-monokai.json new file mode 100644 index 0000000..758781c --- /dev/null +++ b/Themes/dimmed-monokai.json @@ -0,0 +1,25 @@ +{ + "name": "Dimmed Monokai", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#b9bcba", + "background-color": "#1f1f1f", + "palette": [ + "#3a3d43", + "#be3f48", + "#879a3b", + "#c5a635", + "#4f76a1", + "#855c8d", + "#578fa4", + "#b9bcba", + "#888987", + "#fb001f", + "#0f722f", + "#c47033", + "#186de3", + "#fb0067", + "#2e706d", + "#fdffb9" + ] +} diff --git a/Themes/dracula.json b/Themes/dracula.json new file mode 100644 index 0000000..6e68633 --- /dev/null +++ b/Themes/dracula.json @@ -0,0 +1,25 @@ +{ + "name": "Dracula", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#f8f8f2", + "background-color": "#1e1f29", + "palette": [ + "#000000", + "#ff5555", + "#50fa7b", + "#f1fa8c", + "#bd93f9", + "#ff79c6", + "#8be9fd", + "#bbbbbb", + "#555555", + "#ff5555", + "#50fa7b", + "#f1fa8c", + "#bd93f9", + "#ff79c6", + "#8be9fd", + "#ffffff" + ] +} diff --git a/Themes/earthsong.json b/Themes/earthsong.json new file mode 100644 index 0000000..db9b17f --- /dev/null +++ b/Themes/earthsong.json @@ -0,0 +1,25 @@ +{ + "name": "Earthsong", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#e5c7a9", + "background-color": "#292520", + "palette": [ + "#121418", + "#c94234", + "#85c54c", + "#f5ae2e", + "#1398b9", + "#d0633d", + "#509552", + "#e5c6aa", + "#675f54", + "#ff645a", + "#98e036", + "#e0d561", + "#5fdaff", + "#ff9269", + "#84f088", + "#f6f7ec" + ] +} diff --git a/Themes/elemental.json b/Themes/elemental.json new file mode 100644 index 0000000..9bc5cd7 --- /dev/null +++ b/Themes/elemental.json @@ -0,0 +1,25 @@ +{ + "name": "Elemental", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#807a74", + "background-color": "#22211d", + "palette": [ + "#3c3c30", + "#98290f", + "#479a43", + "#7f7111", + "#497f7d", + "#7f4e2f", + "#387f58", + "#807974", + "#555445", + "#e0502a", + "#61e070", + "#d69927", + "#79d9d9", + "#cd7c54", + "#59d599", + "#fff1e9" + ] +} diff --git a/Themes/espresso-libre.json b/Themes/espresso-libre.json new file mode 100644 index 0000000..94b4053 --- /dev/null +++ b/Themes/espresso-libre.json @@ -0,0 +1,25 @@ +{ + "name": "Espresso Libre", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#b8a898", + "background-color": "#2a211c", + "palette": [ + "#000000", + "#cc0000", + "#1a921c", + "#f0e53a", + "#0066ff", + "#c5656b", + "#06989a", + "#d3d7cf", + "#555753", + "#ef2929", + "#9aff87", + "#fffb5c", + "#43a8ed", + "#ff818a", + "#34e2e2", + "#eeeeec" + ] +} diff --git a/Themes/espresso.json b/Themes/espresso.json new file mode 100644 index 0000000..84078a4 --- /dev/null +++ b/Themes/espresso.json @@ -0,0 +1,25 @@ +{ + "name": "Espresso", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffffff", + "background-color": "#323232", + "palette": [ + "#353535", + "#d25252", + "#a5c261", + "#ffc66d", + "#6c99bb", + "#d197d9", + "#bed6ff", + "#eeeeec", + "#535353", + "#f00c0c", + "#c2e075", + "#e1e48b", + "#8ab7d9", + "#efb5f7", + "#dcf4ff", + "#ffffff" + ] +} diff --git a/Themes/fishtank.json b/Themes/fishtank.json new file mode 100644 index 0000000..5872fbb --- /dev/null +++ b/Themes/fishtank.json @@ -0,0 +1,25 @@ +{ + "name": "Fishtank", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ecf0fe", + "background-color": "#232537", + "palette": [ + "#03073c", + "#c6004a", + "#acf157", + "#fecd5e", + "#525fb8", + "#986f82", + "#968763", + "#ecf0fc", + "#6c5b30", + "#da4b8a", + "#dbffa9", + "#fee6a9", + "#b2befa", + "#fda5cd", + "#a5bd86", + "#f6ffec" + ] +} diff --git a/Themes/flat.json b/Themes/flat.json new file mode 100644 index 0000000..dc91f84 --- /dev/null +++ b/Themes/flat.json @@ -0,0 +1,25 @@ +{ + "name": "Flat", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#2cc55d", + "background-color": "#002240", + "palette": [ + "#222d3f", + "#a82320", + "#32a548", + "#e58d11", + "#3167ac", + "#781aa0", + "#2c9370", + "#b0b6ba", + "#212c3c", + "#d4312e", + "#2d9440", + "#e5be0c", + "#3c7dd2", + "#8230a7", + "#35b387", + "#e7eced" + ] +} diff --git a/Themes/flatland.json b/Themes/flatland.json new file mode 100644 index 0000000..5249760 --- /dev/null +++ b/Themes/flatland.json @@ -0,0 +1,25 @@ +{ + "name": "Flatland", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#b8dbef", + "background-color": "#1d1f21", + "palette": [ + "#1d1d19", + "#f18339", + "#9fd364", + "#f4ef6d", + "#5096be", + "#695abc", + "#d63865", + "#ffffff", + "#1d1d19", + "#d22a24", + "#a7d42c", + "#ff8949", + "#61b9d0", + "#695abc", + "#d63865", + "#ffffff" + ] +} diff --git a/Themes/frontend-delight.json b/Themes/frontend-delight.json new file mode 100644 index 0000000..33f3b79 --- /dev/null +++ b/Themes/frontend-delight.json @@ -0,0 +1,25 @@ +{ + "name": "Frontend Delight", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#adadad", + "background-color": "#1b1c1d", + "palette": [ + "#242526", + "#f8511b", + "#565747", + "#fa771d", + "#2c70b7", + "#f02e4f", + "#3ca1a6", + "#adadad", + "#5fac6d", + "#f74319", + "#74ec4c", + "#fdc325", + "#3393ca", + "#e75e4f", + "#4fbce6", + "#8c735b" + ] +} diff --git a/Themes/frontend-fun-forrest.json b/Themes/frontend-fun-forrest.json new file mode 100644 index 0000000..369a4a5 --- /dev/null +++ b/Themes/frontend-fun-forrest.json @@ -0,0 +1,25 @@ +{ + "name": "Frontend Fun Forrest", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#dec165", + "background-color": "#251200", + "palette": [ + "#000000", + "#d6262b", + "#919c00", + "#be8a13", + "#4699a3", + "#8d4331", + "#da8213", + "#ddc265", + "#7f6a55", + "#e55a1c", + "#bfc65a", + "#ffcb1b", + "#7cc9cf", + "#d26349", + "#e6a96b", + "#ffeaa3" + ] +} diff --git a/Themes/frontend-galaxy.json b/Themes/frontend-galaxy.json new file mode 100644 index 0000000..f4f591d --- /dev/null +++ b/Themes/frontend-galaxy.json @@ -0,0 +1,25 @@ +{ + "name": "Frontend Galaxy", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffffff", + "background-color": "#1d2837", + "palette": [ + "#000000", + "#f9555f", + "#21b089", + "#fef02a", + "#589df6", + "#944d95", + "#1f9ee7", + "#bbbbbb", + "#555555", + "#fa8c8f", + "#35bb9a", + "#ffff55", + "#589df6", + "#e75699", + "#3979bc", + "#ffffff" + ] +} diff --git a/Themes/github.json b/Themes/github.json new file mode 100644 index 0000000..6ed7b65 --- /dev/null +++ b/Themes/github.json @@ -0,0 +1,25 @@ +{ + "name": "Github", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#3e3e3e", + "background-color": "#f4f4f4", + "palette": [ + "#3e3e3e", + "#970b16", + "#07962a", + "#f8eec7", + "#003e8a", + "#e94691", + "#89d1ec", + "#ffffff", + "#666666", + "#de0000", + "#87d5a2", + "#f1d007", + "#2e6cba", + "#ffa29f", + "#1cfafe", + "#ffffff" + ] +} diff --git a/Themes/grape.json b/Themes/grape.json new file mode 100644 index 0000000..4b0b6b2 --- /dev/null +++ b/Themes/grape.json @@ -0,0 +1,25 @@ +{ + "name": "Grape", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#9f9fa1", + "background-color": "#171423", + "palette": [ + "#2d283f", + "#ed2261", + "#1fa91b", + "#8ddc20", + "#487df4", + "#8d35c9", + "#3bdeed", + "#9e9ea0", + "#59516a", + "#f0729a", + "#53aa5e", + "#b2dc87", + "#a9bcec", + "#ad81c2", + "#9de3eb", + "#a288f7" + ] +} diff --git a/Themes/grass.json b/Themes/grass.json new file mode 100644 index 0000000..f5b2226 --- /dev/null +++ b/Themes/grass.json @@ -0,0 +1,25 @@ +{ + "name": "Grass", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#fff0a5", + "background-color": "#13773d", + "palette": [ + "#000000", + "#bb0000", + "#00bb00", + "#e7b000", + "#0000a3", + "#950062", + "#00bbbb", + "#bbbbbb", + "#555555", + "#bb0000", + "#00bb00", + "#e7b000", + "#0000bb", + "#ff55ff", + "#55ffff", + "#ffffff" + ] +} diff --git a/Themes/hardcore.json b/Themes/hardcore.json new file mode 100644 index 0000000..40fae93 --- /dev/null +++ b/Themes/hardcore.json @@ -0,0 +1,25 @@ +{ + "name": "Hardcore", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#a0a0a0", + "background-color": "#121212", + "palette": [ + "#1b1d1e", + "#f92672", + "#a6e22e", + "#fd971f", + "#66d9ef", + "#9e6ffe", + "#5e7175", + "#ccccc6", + "#505354", + "#ff669d", + "#beed5f", + "#e6db74", + "#66d9ef", + "#9e6ffe", + "#a3babf", + "#f8f8f2" + ] +} diff --git a/Themes/harper.json b/Themes/harper.json new file mode 100644 index 0000000..514d059 --- /dev/null +++ b/Themes/harper.json @@ -0,0 +1,25 @@ +{ + "name": "Harper", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#a8a49d", + "background-color": "#010101", + "palette": [ + "#010101", + "#f8b63f", + "#7fb5e1", + "#d6da25", + "#489e48", + "#b296c6", + "#f5bfd7", + "#a8a49d", + "#726e6a", + "#f8b63f", + "#7fb5e1", + "#d6da25", + "#489e48", + "#b296c6", + "#f5bfd7", + "#fefbea" + ] +} diff --git a/Themes/highway.json b/Themes/highway.json new file mode 100644 index 0000000..dc65d29 --- /dev/null +++ b/Themes/highway.json @@ -0,0 +1,25 @@ +{ + "name": "Highway", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ededed", + "background-color": "#222225", + "palette": [ + "#000000", + "#d00e18", + "#138034", + "#ffcb3e", + "#006bb3", + "#6b2775", + "#384564", + "#ededed", + "#5d504a", + "#f07e18", + "#b1d130", + "#fff120", + "#4fc2fd", + "#de0071", + "#5d504a", + "#ffffff" + ] +} diff --git a/Themes/hipster-green.json b/Themes/hipster-green.json new file mode 100644 index 0000000..ed70986 --- /dev/null +++ b/Themes/hipster-green.json @@ -0,0 +1,25 @@ +{ + "name": "Hipster Green", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#84c138", + "background-color": "#100b05", + "palette": [ + "#000000", + "#b6214a", + "#00a600", + "#bfbf00", + "#246eb2", + "#b200b2", + "#00a6b2", + "#bfbfbf", + "#666666", + "#e50000", + "#86a93e", + "#e5e500", + "#0000ff", + "#e500e5", + "#00e5e5", + "#e5e5e5" + ] +} diff --git a/Themes/homebrew.json b/Themes/homebrew.json new file mode 100644 index 0000000..6bca846 --- /dev/null +++ b/Themes/homebrew.json @@ -0,0 +1,25 @@ +{ + "name": "Homebrew", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#00ff00", + "background-color": "#000000", + "palette": [ + "#000000", + "#990000", + "#00a600", + "#999900", + "#0000b2", + "#b200b2", + "#00a6b2", + "#bfbfbf", + "#666666", + "#e50000", + "#00d900", + "#e5e500", + "#0000ff", + "#e500e5", + "#00e5e5", + "#e5e5e5" + ] +} diff --git a/Themes/hurtado.json b/Themes/hurtado.json new file mode 100644 index 0000000..a3e0e30 --- /dev/null +++ b/Themes/hurtado.json @@ -0,0 +1,25 @@ +{ + "name": "Hurtado", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#dbdbdb", + "background-color": "#000000", + "palette": [ + "#575757", + "#ff1b00", + "#a5e055", + "#fbe74a", + "#496487", + "#fd5ff1", + "#86e9fe", + "#cbcccb", + "#262626", + "#d51d00", + "#a5df55", + "#fbe84a", + "#89beff", + "#c001c1", + "#86eafe", + "#dbdbdb" + ] +} diff --git a/Themes/hybrid.json b/Themes/hybrid.json new file mode 100644 index 0000000..e03a625 --- /dev/null +++ b/Themes/hybrid.json @@ -0,0 +1,25 @@ +{ + "name": "Hybrid", + "comment": "Based on w0ng-Hybrid Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#b7bcba", + "background-color": "#161719", + "palette": [ + "#2a2e33", + "#b84d51", + "#b3bf5a", + "#e4b55e", + "#6e90b0", + "#a17eac", + "#7fbfb4", + "#b5b9b6", + "#1d1f22", + "#8d2e32", + "#798431", + "#e58a50", + "#4b6b88", + "#6e5079", + "#4d7b74", + "#5a626a" + ] +} diff --git a/Themes/ic-green-ppl.json b/Themes/ic-green-ppl.json new file mode 100644 index 0000000..30dc555 --- /dev/null +++ b/Themes/ic-green-ppl.json @@ -0,0 +1,25 @@ +{ + "name": "IC Green PPL", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#d9efd3", + "background-color": "#3a3d3f", + "palette": [ + "#1f1f1f", + "#fb002a", + "#339c24", + "#659b25", + "#149b45", + "#53b82c", + "#2cb868", + "#e0ffef", + "#032710", + "#a7ff3f", + "#9fff6d", + "#d2ff6d", + "#72ffb5", + "#50ff3e", + "#22ff71", + "#daefd0" + ] +} diff --git a/Themes/ic-orange-ppl.json b/Themes/ic-orange-ppl.json new file mode 100644 index 0000000..3461cdc --- /dev/null +++ b/Themes/ic-orange-ppl.json @@ -0,0 +1,25 @@ +{ + "name": "IC Orange PPL", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffcb83", + "background-color": "#262626", + "palette": [ + "#000000", + "#c13900", + "#a4a900", + "#caaf00", + "#bd6d00", + "#fc5e00", + "#f79500", + "#ffc88a", + "#6a4f2a", + "#ff8c68", + "#f6ff40", + "#ffe36e", + "#ffbe55", + "#fc874f", + "#c69752", + "#fafaff" + ] +} diff --git a/Themes/idle-toes.json b/Themes/idle-toes.json new file mode 100644 index 0000000..3fd023e --- /dev/null +++ b/Themes/idle-toes.json @@ -0,0 +1,25 @@ +{ + "name": "Idle Toes", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffffff", + "background-color": "#323232", + "palette": [ + "#323232", + "#d25252", + "#7fe173", + "#ffc66d", + "#4099ff", + "#f680ff", + "#bed6ff", + "#eeeeec", + "#535353", + "#f07070", + "#9dff91", + "#ffe48b", + "#5eb7f7", + "#ff9dff", + "#dcf4ff", + "#ffffff" + ] +} diff --git a/Themes/ir-black.json b/Themes/ir-black.json new file mode 100644 index 0000000..2cc7f58 --- /dev/null +++ b/Themes/ir-black.json @@ -0,0 +1,25 @@ +{ + "name": "IR Black", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#f1f1f1", + "background-color": "#000000", + "palette": [ + "#4f4f4f", + "#fa6c60", + "#a8ff60", + "#fffeb7", + "#96cafe", + "#fa73fd", + "#c6c5fe", + "#efedef", + "#7b7b7b", + "#fcb6b0", + "#cfffab", + "#ffffcc", + "#b5dcff", + "#fb9cfe", + "#e0e0fe", + "#ffffff" + ] +} diff --git a/Themes/jackie-brown.json b/Themes/jackie-brown.json new file mode 100644 index 0000000..52ae5c8 --- /dev/null +++ b/Themes/jackie-brown.json @@ -0,0 +1,25 @@ +{ + "name": "Jackie Brown", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#ffcc2f", + "background-color": "#2c1d16", + "palette": [ + "#2c1d16", + "#ef5734", + "#2baf2b", + "#bebf00", + "#246eb2", + "#d05ec1", + "#00acee", + "#bfbfbf", + "#666666", + "#e50000", + "#86a93e", + "#e5e500", + "#0000ff", + "#e500e5", + "#00e5e5", + "#e5e5e5" + ] +} diff --git a/Themes/japanesque.json b/Themes/japanesque.json new file mode 100644 index 0000000..ecd5a77 --- /dev/null +++ b/Themes/japanesque.json @@ -0,0 +1,25 @@ +{ + "name": "Japanesque", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#f7f6ec", + "background-color": "#1e1e1e", + "palette": [ + "#343935", + "#cf3f61", + "#7bb75b", + "#e9b32a", + "#4c9ad4", + "#a57fc4", + "#389aad", + "#fafaf6", + "#595b59", + "#d18fa6", + "#767f2c", + "#78592f", + "#135979", + "#604291", + "#76bbca", + "#b2b5ae" + ] +} diff --git a/Themes/jellybeans.json b/Themes/jellybeans.json new file mode 100644 index 0000000..222db1d --- /dev/null +++ b/Themes/jellybeans.json @@ -0,0 +1,25 @@ +{ + "name": "Jellybeans", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#dedede", + "background-color": "#121212", + "palette": [ + "#929292", + "#e27373", + "#94b979", + "#ffba7b", + "#97bedc", + "#e1c0fa", + "#00988e", + "#dedede", + "#bdbdbd", + "#ffa1a1", + "#bddeab", + "#ffdca0", + "#b1d8f6", + "#fbdaff", + "#1ab2a8", + "#ffffff" + ] +} diff --git a/Themes/kibble.json b/Themes/kibble.json new file mode 100644 index 0000000..130acef --- /dev/null +++ b/Themes/kibble.json @@ -0,0 +1,25 @@ +{ + "name": "Kibble", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#f7f7f7", + "background-color": "#0e100a", + "palette": [ + "#4d4d4d", + "#c70031", + "#29cf13", + "#d8e30e", + "#3449d1", + "#8400ff", + "#0798ab", + "#e2d1e3", + "#5a5a5a", + "#f01578", + "#6ce05c", + "#f3f79e", + "#97a4f7", + "#c495f0", + "#68f2e0", + "#ffffff" + ] +} diff --git a/Themes/later-this-evening.json b/Themes/later-this-evening.json new file mode 100644 index 0000000..52915ea --- /dev/null +++ b/Themes/later-this-evening.json @@ -0,0 +1,25 @@ +{ + "name": "Later This Evening", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#959595", + "background-color": "#222222", + "palette": [ + "#2b2b2b", + "#d45a60", + "#afba67", + "#e5d289", + "#a0bad6", + "#c092d6", + "#91bfb7", + "#3c3d3d", + "#454747", + "#d3232f", + "#aabb39", + "#e5be39", + "#6699d6", + "#ab53d6", + "#5fc0ae", + "#c1c2c2" + ] +} diff --git a/Themes/lavandula.json b/Themes/lavandula.json new file mode 100644 index 0000000..c847020 --- /dev/null +++ b/Themes/lavandula.json @@ -0,0 +1,25 @@ +{ + "name": "Lavandula", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#736e7d", + "background-color": "#050014", + "palette": [ + "#230046", + "#7d1625", + "#337e6f", + "#7f6f49", + "#4f4a7f", + "#5a3f7f", + "#58777f", + "#736e7d", + "#372d46", + "#e05167", + "#52e0c4", + "#e0c386", + "#8e87e0", + "#a776e0", + "#9ad4e0", + "#8c91fa" + ] +} diff --git a/Themes/liquid-carbon-transparent.json b/Themes/liquid-carbon-transparent.json new file mode 100644 index 0000000..4fff90d --- /dev/null +++ b/Themes/liquid-carbon-transparent.json @@ -0,0 +1,25 @@ +{ + "name": "Liquid Carbon Transparent", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#afc2c2", + "background-color": "#000000", + "palette": [ + "#000000", + "#ff3030", + "#559a70", + "#ccac00", + "#0099cc", + "#cc69c8", + "#7ac4cc", + "#bccccc", + "#000000", + "#ff3030", + "#559a70", + "#ccac00", + "#0099cc", + "#cc69c8", + "#7ac4cc", + "#bccccc" + ] +} diff --git a/Themes/liquid-carbon.json b/Themes/liquid-carbon.json new file mode 100644 index 0000000..c0c1f4f --- /dev/null +++ b/Themes/liquid-carbon.json @@ -0,0 +1,25 @@ +{ + "name": "Liquid Carbon", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#afc2c2", + "background-color": "#303030", + "palette": [ + "#000000", + "#ff3030", + "#559a70", + "#ccac00", + "#0099cc", + "#cc69c8", + "#7ac4cc", + "#bccccc", + "#000000", + "#ff3030", + "#559a70", + "#ccac00", + "#0099cc", + "#cc69c8", + "#7ac4cc", + "#bccccc" + ] +}