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/arc-dark.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 themes/arc-dark.json (limited to 'themes/arc-dark.json') diff --git a/themes/arc-dark.json b/themes/arc-dark.json new file mode 100644 index 0000000..3efe111 --- /dev/null +++ b/themes/arc-dark.json @@ -0,0 +1,55 @@ +{ + "name": "Arc Dark", + "include": "./include/dark+_vs.json", + "colors": { + "focusBorder": "#404552", + "foreground": "#D3DAE3", + "button.background": "#383C4A", + "button.foreground": "#FFF", + "input.background": "#393f4c", + "input.foreground": "#FFF", + "inputValidation.errorBackground": "#FC4138", + "inputValidation.infoBackground": "#4DADD4", + "inputValidation.warningBackground": "#F27835", + "sideBar.background": "#2f343f", + "sideBarSectionHeader.background": "#262b33", + "sideBarTitle.foreground": "#FFF", + "list.hoverBackground": "#0000", + "list.dropBackground": "#F08437", + "activityBar.background": "#262b33", + "editorGroup.background": "#262b33", + "editorGroup.dropBackground": "#FFFFFF0F", + "editor.background": "#2f343f", + "editor.foreground": "#CCC", + "editor.lineHighlightBackground": "#FFF1", + "editor.selectionBackground": "#88F5", + "editor.inactiveSelectionBackground": "#FFF2", + "editorLineNumber.foreground": "#FFF4", + "editorCursor.foreground": "#5294E2", + "editorGroupHeader.tabsBackground": "#2f343f", + "editorGroupHeader.noTabsBackground": "#2f343f", + "editorWidget.background": "#2f343f", + "editorHoverWidget.background": "#2f343f", + "editorHoverWidget.border": "#0004", + "tab.activeBackground": "#0000", + "tab.activeForeground": "#FFF", + "tab.border": "#0000", + "tab.inactiveBackground": "#0002", + "tab.inactiveForeground": "#CCC", + "statusBar.background": "#262b33", + "statusBar.debuggingBackground": "#F04A50", + "statusBar.noFolderBackground": "#262b33", + "statusBar.foreground": "#CCC", + "statusBarItem.activeBackground": "#0004", + "statusBarItem.hoverBackground": "#0002", + "statusBarItem.prominentBackground": "#0044", + "statusBarItem.prominentHoverBackground": "#0002", + "titleBar.activeBackground": "#2f343f", + "titleBar.activeForeground": "#CCC", + "titleBar.inactiveBackground": "#2f343f", + "titleBar.inactiveForeground": "#888", + "panelTitle.activeBorder": "#2f343f", + "notification.background": "#262a33", + "notification.foreground": "#EEE" + } +} \ No newline at end of file -- cgit v1.2.3