From 7e8dbb6370286d6b7db2f683d0eac022816d38af Mon Sep 17 00:00:00 2001 From: Nathan Graule Date: Sat, 5 May 2018 22:02:00 +0200 Subject: Add Pocillo Dark theme --- package.json | 5 +++++ themes/pocillo-dark.json | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 themes/pocillo-dark.json diff --git a/package.json b/package.json index c6fb6b4..073ffcb 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,11 @@ "uiTheme": "vs-dark", "path": "./themes/adapta-nokto.json" }, + { + "label": "Pocillo Dark", + "uiTheme": "vs-dark", + "path": "./themes/pocillo-dark.json" + }, { "label": "United Ubuntu", "uiTheme": "vs-dark", diff --git a/themes/pocillo-dark.json b/themes/pocillo-dark.json new file mode 100644 index 0000000..0c37c81 --- /dev/null +++ b/themes/pocillo-dark.json @@ -0,0 +1,16 @@ +{ + "$schema": "vscode://schemas/color-theme", + "name": "Pocillo Dark", + "type": "dark", + "include": "./adapta-nokto.json", + "colors": { + "editorGroupHeader.tabsBackground": "#20222A", + "tab.activeBackground": "#292C36", + "tab.inactiveBackground": "#292C36A0", + "editor.background": "#292C36", + "sideBar.background": "#20222A", + "sideBarSectionHeader.background": "#20222A", + "activityBar.background": "#20222A", + "statusBar.background": "#20222A" + } +} \ No newline at end of file -- cgit v1.2.3