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