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-color-theme.json | 55 ---------------------------------------- themes/adapta-nokto.json | 11 ++++++++ themes/arc-dark.json | 55 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 55 deletions(-) delete mode 100644 themes/Arc Dark-color-theme.json create mode 100644 themes/adapta-nokto.json create mode 100644 themes/arc-dark.json (limited to 'themes') diff --git a/themes/Arc Dark-color-theme.json b/themes/Arc Dark-color-theme.json deleted file mode 100644 index 3efe111..0000000 --- a/themes/Arc Dark-color-theme.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "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 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 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