diff options
author | Nathan Graule <solarliner@gmail.com> | 2018-05-05 22:02:00 +0200 |
---|---|---|
committer | Nathan Graule <solarliner@gmail.com> | 2018-05-05 22:02:00 +0200 |
commit | 7e8dbb6370286d6b7db2f683d0eac022816d38af (patch) | |
tree | 880c3e4c253a6e3eb04551dfc6198fadc720d029 /themes | |
parent | d3c770cd297282647873730d5f9eb0cafc751d4a (diff) |
Add Pocillo Dark theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/pocillo-dark.json | 16 |
1 files changed, 16 insertions, 0 deletions
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 |