aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGravatar SolarLiner <solarliner@gmail.com> 2017-07-03 23:30:42 +0200
committerGravatar SolarLiner <solarliner@gmail.com> 2017-07-03 23:30:42 +0200
commit14251d6d19144e33f2e51ecd8f5cab356e347411 (patch)
tree488940ad0a835f7a2f59638ef43a6f0664c3b8d5 /themes
parent6f752b421f30c28d684fa0ec069ebb3addac67cb (diff)
Completed most of the Adapta theme
Diffstat (limited to 'themes')
-rw-r--r--themes/adapta-nokto.json29
1 files changed, 23 insertions, 6 deletions
diff --git a/themes/adapta-nokto.json b/themes/adapta-nokto.json
index 589cac9..99f69c0 100644
--- a/themes/adapta-nokto.json
+++ b/themes/adapta-nokto.json
@@ -1,12 +1,29 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Adapta Nokto",
- "include": "./arc-theme.json",
+ "include": "./arc-dark.json",
"colors": {
- "editor.background": "#222d32",
- "statusBar.background": "#1a2226",
- "sideBar.background": "#1a2226",
- "editorGroup.background": "#1a2226",
- "editorGroup.dropBackground": "#5C747E"
+ "activityBar.background": "#222D32",
+ "activityBar.dropBackground": "#00BCD470",
+ "badge.background": "#2D3B42",
+ "button.background": "#2D3B42",
+ "editor.background": "#29353b",
+ "editor.selectionBackground": "#00BCD470",
+ "editor.selectionHighlightBackground": "#00BCD415",
+ "editorCursor.foreground": "#00BCD4",
+ "editorGroup.background": "#222D32",
+ "editorGroup.dropBackground": "#00BCD470",
+ "editorGroupHeader.noTabsBackground": "#222D32",
+ "editorGroupHeader.tabsBackground": "#222D32",
+ "focusBorder": "#0005",
+ "input.background": "#243035",
+ "list.dropBackground": "#00BCD450",
+ "notification.background": "#222D32",
+ "selection.background": "#00BCD470",
+ "sideBar.background": "#243035",
+ "sideBarSectionHeader.background": "#222D32",
+ "statusBar.background": "#222D32",
+ "tab.activeBackground": "#29353b",
+ "tab.inactiveBackground": "#222D32"
}
} \ No newline at end of file