From 680bab7b117d614ede20a13df1cdb4137c44a20b Mon Sep 17 00:00:00 2001 From: iGalaxyYT Date: Sun, 31 Oct 2021 23:32:41 -0700 Subject: [PATCH] feat: add github-default-dark --- themes/github-default-dark.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 themes/github-default-dark.json diff --git a/themes/github-default-dark.json b/themes/github-default-dark.json new file mode 100644 index 0000000..ef10eec --- /dev/null +++ b/themes/github-default-dark.json @@ -0,0 +1,16 @@ +{ + "version": "1.0", + "theme": { + "textColor": "#c9d1d9", + "backgroundColor": "#0d1117", + "matchBackgroundColor": "#698eda", + "selection": { + "textColor": "#c9d1d9", + "backgroundColor": "#1e6feb" + }, + "description": { + "textColor": "#8b949e", + "borderColor": "#30363d" + } + } +} \ No newline at end of file