From c86e2737176cecfb5115f6c766d56d49298f9665 Mon Sep 17 00:00:00 2001 From: Robert Ruse Date: Tue, 27 Dec 2022 18:43:01 +0200 Subject: [PATCH] feat: add github dark theme --- data/meson.build | 1 + data/schemes/github-dark.json | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 data/schemes/github-dark.json diff --git a/data/meson.build b/data/meson.build index 9b2ea4b2f..c10de936f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -79,6 +79,7 @@ install_data( install_data( [ 'schemes/base16-twilight-dark.json', + 'schemes/github-dark.json' 'schemes/linux.json', 'schemes/material.json', 'schemes/monokai.json', diff --git a/data/schemes/github-dark.json b/data/schemes/github-dark.json new file mode 100644 index 000000000..3a69b9141 --- /dev/null +++ b/data/schemes/github-dark.json @@ -0,0 +1,25 @@ +{ + "name": "GitHub Dark", + "comment": "Ported for Terminix Colour Scheme", + "use-theme-colors": false, + "foreground-color": "#D1D5DA", + "background-color": "#1F2328", + "palette": [ + "#586069", + "#EA495A", + "#33D057", + "#FFEA7F", + "#2087FF", + "#B392F0", + "#39C5CF", + "#D1D5DA", + "#959DA5", + "#F97582", + "#85E89D", + "#FFEA7F", + "#79B7FF", + "#B392F0", + "#56D4DD", + "#FAFBFC" + ] +} \ No newline at end of file