From 1840b72ebac3b6e14d617098245e6827c5c87031 Mon Sep 17 00:00:00 2001 From: SolarLiner Date: Mon, 19 Jun 2017 01:26:59 +0200 Subject: "Refractored" themes and added initial support for Adapta theme --- themes/adapta-nokto.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/adapta-nokto.json (limited to 'themes/adapta-nokto.json') diff --git a/themes/adapta-nokto.json b/themes/adapta-nokto.json new file mode 100644 index 0000000..d8e774f --- /dev/null +++ b/themes/adapta-nokto.json @@ -0,0 +1,11 @@ +{ + "name": "Adapta Nokto", + "include": "./arc-theme.json", + "colors": { + "editor.background": "#222d32", + "statusBar.background": "#1a2226", + "sideBar.background": "#1a2226", + "editorGroup.background": "#1a2226", + "editorGroup.dropBackground": "#5C747E" + } +} \ No newline at end of file -- cgit v1.2.3