diff options
-rw-r--r-- | package.json | 13 | ||||
-rw-r--r-- | themes/adapta-nokto.json | 11 | ||||
-rw-r--r-- | themes/arc-dark.json (renamed from themes/Arc Dark-color-theme.json) | 0 |
3 files changed, 20 insertions, 4 deletions
diff --git a/package.json b/package.json index 96e35a1..10086cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "arc-theme", - "displayName": "Arc Theme", - "description": "Color theme designed to match the popular Ubuntu \"Arc\" theme.", + "name": "linux-themes", + "displayName": "Linux Themes for VS Code", + "description": "Color themes designed to match the popular Ubuntu themes.", "version": "0.3.0", "publisher": "SolarLiner", "repository": { @@ -19,7 +19,12 @@ { "label": "Arc Dark", "uiTheme": "vs-dark", - "path": "./themes/Arc Dark-color-theme.json" + "path": "./themes/arc-dark.json" + }, + { + "label": "Adapta Nokto", + "uiTheme": "vs-dark", + "path": "./themes/adapta-nokto.json" } ] } 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 |