diff options
author | SolarLiner <solarliner@gmail.com> | 2017-06-19 01:26:59 +0200 |
---|---|---|
committer | SolarLiner <solarliner@gmail.com> | 2017-06-19 01:26:59 +0200 |
commit | 1840b72ebac3b6e14d617098245e6827c5c87031 (patch) | |
tree | 7db1202d6873b15fbf1f4a886f9d131da66e07d6 /themes | |
parent | 5f0f6aaca79fc08710b4eaa4f48086ad888b7cae (diff) |
"Refractored" themes and added initial support for Adapta theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/adapta-nokto.json | 11 | ||||
-rw-r--r-- | themes/arc-dark.json (renamed from themes/Arc Dark-color-theme.json) | 0 |
2 files changed, 11 insertions, 0 deletions
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-color-theme.json b/themes/arc-dark.json index 3efe111..3efe111 100644 --- a/themes/Arc Dark-color-theme.json +++ b/themes/arc-dark.json |