Skip to content

Commit cbc9f7b

Browse files
committed
layout color update for light theme
1 parent c0efe69 commit cbc9f7b

File tree

3 files changed

+69
-32
lines changed

3 files changed

+69
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
{
3333
"label": "Aditi Dark",
3434
"uiTheme": "vs-dark",
35-
"path": "./themes/aditi-dark.json"
35+
"path": "./themes/aditi-dark-color-theme.json"
3636
},
3737
{
3838
"label": "Aditi Light",
3939
"uiTheme": "vs",
40-
"path": "./themes/aditi-light.json"
40+
"path": "./themes/aditi-light-color-theme.json"
4141
}
4242
]
4343
}
File renamed without changes.

themes/aditi-light.json renamed to themes/aditi-light-color-theme.json

Lines changed: 67 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "Aditi",
3-
"type": "dark",
3+
"type": "light",
44
"colors": {
55
"activityBar.background": "#f4f5f7",
66
"activityBar.border": "#e3e8ef",
77
"activityBar.dropBackground": "#31307190",
8-
"activityBarBadge.background": "#474787",
8+
"activityBarBadge.background": "#33d9b2",
99
"activityBarBadge.foreground": "#fff",
1010
"activityBar.foreground": "#303952",
11-
"badge.background": "#227093",
12-
"button.background": "#474787",
11+
"badge.background": "#7e8494",
12+
"button.background": "#7e8494",
1313
"diffEditor.insertedTextBackground": "#33d9b233",
1414
"diffEditor.removedTextBackground": "#eb6b6b3a",
15-
"dropdown.background": "#40407a",
16-
"dropdown.listBackground": "#40407a",
15+
"dropdown.background": "#f4f7fb",
16+
"dropdown.listBackground": "#ffffff",
1717
"editor.background": "#fff",
1818
"editor.findMatchHighlightBackground": "#feb3433d",
1919
"editor.foreground": "#303952",
@@ -24,30 +24,30 @@
2424
"editor.selectionHighlightBorder": "#FEB343",
2525
"editorCursor.foreground": "#9E9E9E",
2626
"editorError.foreground": "#f44336",
27-
"editorGroupHeader.tabsBackground": "#fff",
27+
"editorGroupHeader.tabsBackground": "#f4f7fb",
2828
"editorGroupHeader.tabsBorder": "#e3e8ef",
2929
"editorGutter.addedBackground": "#75b378",
3030
"editorGutter.background": "#fff",
3131
"editorGutter.deletedBackground": "#b7735d",
3232
"editorGutter.modifiedBackground": "#0882d3",
33-
"editorHoverWidget.background": "#201531",
34-
"editorHoverWidget.border": "#2c2c54",
33+
"editorHoverWidget.background": "#f9f9f9",
34+
"editorHoverWidget.border": "#e3e8ef",
3535
"editorIndentGuide.activeBackground": "#ffffff52",
3636
"editorLineNumber.activeForeground": "#212529",
3737
"editorLineNumber.foreground": "#bfcada",
3838
"editorOverviewRuler.border": "#241e2c",
39-
"editorSuggestWidget.background": "#2c2c54",
39+
"editorSuggestWidget.background": "#f4f7fb",
4040
"editorSuggestWidget.selectedBackground": "#474787",
41-
"editorWidget.background": "#0c0517",
42-
"extensionButton.prominentBackground": "#636390",
41+
"editorWidget.background": "#f4f7fb",
42+
"extensionButton.prominentBackground": "#7e8494",
4343
"extensionButton.prominentHoverBackground": "#218c74",
4444
"focusBorder": "#e3e8ef",
4545
"gitDecoration.modifiedResourceForeground": "#00BCD4",
4646
"gitDecoration.untrackedResourceForeground": "#7dd47d",
47-
"input.background": "#ffffff09",
48-
"input.border": "#474787",
49-
"input.foreground": "#fff",
50-
"input.placeholderForeground": "#ffffff6e",
47+
"input.background": "#ffffff",
48+
"input.border": "#47478752",
49+
"input.foreground": "#7e8494",
50+
"input.placeholderForeground": "#7e849465",
5151
"list.activeSelectionBackground": "#dae4f1",
5252
"list.activeSelectionForeground": "#303952",
5353
"list.dropBackground": "#28284a",
@@ -59,11 +59,11 @@
5959
"list.inactiveSelectionForeground": "#303952",
6060
"notificationCenterHeader.background": "#fff",
6161
"notifications.background": "#f4f7fb",
62-
"notifications.border": none,
63-
"notificationToast.border": none,
64-
"notificationCenter.border": none,
65-
"panel.background": "#0c0517",
66-
"panel.border": "#2c2c54",
62+
"notifications.border": "#afbac7",
63+
"notificationToast.border": "#afbac7",
64+
"notificationCenter.border": "#afbac7",
65+
"panel.background": "#f4f7fb",
66+
"panel.border": "#e3e8ef",
6767
"peekView.border": "#313071",
6868
"peekViewTitle.background": "#313071",
6969
"scrollbarSlider.activeBackground": "#313071",
@@ -82,19 +82,19 @@
8282
"statusBar.foreground": "#9298a2",
8383
"statusBarItem.activeBackground": "#f4f7fb",
8484
"statusBarItem.hoverBackground": "#f4f7fb",
85-
"tab.activeBackground": "#dae4f1",
86-
"tab.activeBorder": "#e3e8ef",
85+
"tab.activeBackground": "#ffffff",
86+
"tab.activeBorder": "#ffffff",
8787
"tab.activeForeground": "#1a1a1d",
88-
"tab.border": "#e3e8ef",
89-
"tab.inactiveBackground": "#fff",
88+
"tab.border": "#f4f7fb",
89+
"tab.inactiveBackground": "#f4f7fb",
9090
"tab.inactiveForeground": "#788692",
9191
"terminal.ansiGreen": "#68b16b",
9292
"terminal.ansiMagenta": "#b379a1",
9393
"terminal.ansiYellow": "#ceab6a",
9494
"terminal.background": "#fff",
9595
"textLink.activeForeground": "#d65093",
9696
"textLink.foreground": "#50a4d6",
97-
"welcomePage.buttonBackground": "#0c0517",
97+
"welcomePage.buttonBackground": "#f4f7fb",
9898
"welcomePage.buttonHoverBackground": "#f7f7f715"
9999
},
100100
"tokenColors": [
@@ -106,25 +106,62 @@
106106
},
107107
{
108108
"name": "Key",
109-
"scope": ["support.type.property-name.json"],
109+
"scope": [
110+
"support.type.property-name.json",
111+
"support.type.property-name.css",
112+
"meta.definition.variable",
113+
"variable.object.property",
114+
"entity.other.attribute-name.html"
115+
],
110116
"settings": {
111117
"foreground": "#574b90"
112118
}
113119
},
114120
{
115121
"name": "Value",
116-
"scope": ["meta.structure.dictionary.value.json"],
122+
"scope": [
123+
"meta.structure.dictionary.value.json",
124+
"support.constant.property-value.css"
125+
],
117126
"settings": {
118127
"foreground": "#ea8685"
119128
}
120129
},
121130
{
122-
"name": "Boolean",
123-
"scope": ["constant.language.json"],
131+
"name": "Boolean, null",
132+
"scope": ["constant.language.json", "constant.language.null"],
124133
"settings": {
125134
"foreground": "#546de5"
126135
}
127136
},
137+
{
138+
"name": "String",
139+
"scope": ["string.quoted", "string.quoted", "string.template"],
140+
"settings": {
141+
"foreground": "#17b36a"
142+
}
143+
},
144+
{
145+
"name": "Type",
146+
"scope": ["storage.type"],
147+
"settings": {
148+
"foreground": "#f19066"
149+
}
150+
},
151+
{
152+
"name": "Keyword",
153+
"scope": ["keyword.control"],
154+
"settings": {
155+
"foreground": "#d8b6b6"
156+
}
157+
},
158+
{
159+
"name": "Block",
160+
"scope": ["meta.block", "meta.object.member"],
161+
"settings": {
162+
"foreground": "#fa8231"
163+
}
164+
},
128165
{
129166
"name": "Comment",
130167
"scope": ["comment", "punctuation.definition.comment"],

0 commit comments

Comments
 (0)