|
1 | 1 | { |
2 | 2 | "name": "Aditi", |
3 | | - "type": "dark", |
| 3 | + "type": "light", |
4 | 4 | "colors": { |
5 | 5 | "activityBar.background": "#f4f5f7", |
6 | 6 | "activityBar.border": "#e3e8ef", |
7 | 7 | "activityBar.dropBackground": "#31307190", |
8 | | - "activityBarBadge.background": "#474787", |
| 8 | + "activityBarBadge.background": "#33d9b2", |
9 | 9 | "activityBarBadge.foreground": "#fff", |
10 | 10 | "activityBar.foreground": "#303952", |
11 | | - "badge.background": "#227093", |
12 | | - "button.background": "#474787", |
| 11 | + "badge.background": "#7e8494", |
| 12 | + "button.background": "#7e8494", |
13 | 13 | "diffEditor.insertedTextBackground": "#33d9b233", |
14 | 14 | "diffEditor.removedTextBackground": "#eb6b6b3a", |
15 | | - "dropdown.background": "#40407a", |
16 | | - "dropdown.listBackground": "#40407a", |
| 15 | + "dropdown.background": "#f4f7fb", |
| 16 | + "dropdown.listBackground": "#ffffff", |
17 | 17 | "editor.background": "#fff", |
18 | 18 | "editor.findMatchHighlightBackground": "#feb3433d", |
19 | 19 | "editor.foreground": "#303952", |
|
24 | 24 | "editor.selectionHighlightBorder": "#FEB343", |
25 | 25 | "editorCursor.foreground": "#9E9E9E", |
26 | 26 | "editorError.foreground": "#f44336", |
27 | | - "editorGroupHeader.tabsBackground": "#fff", |
| 27 | + "editorGroupHeader.tabsBackground": "#f4f7fb", |
28 | 28 | "editorGroupHeader.tabsBorder": "#e3e8ef", |
29 | 29 | "editorGutter.addedBackground": "#75b378", |
30 | 30 | "editorGutter.background": "#fff", |
31 | 31 | "editorGutter.deletedBackground": "#b7735d", |
32 | 32 | "editorGutter.modifiedBackground": "#0882d3", |
33 | | - "editorHoverWidget.background": "#201531", |
34 | | - "editorHoverWidget.border": "#2c2c54", |
| 33 | + "editorHoverWidget.background": "#f9f9f9", |
| 34 | + "editorHoverWidget.border": "#e3e8ef", |
35 | 35 | "editorIndentGuide.activeBackground": "#ffffff52", |
36 | 36 | "editorLineNumber.activeForeground": "#212529", |
37 | 37 | "editorLineNumber.foreground": "#bfcada", |
38 | 38 | "editorOverviewRuler.border": "#241e2c", |
39 | | - "editorSuggestWidget.background": "#2c2c54", |
| 39 | + "editorSuggestWidget.background": "#f4f7fb", |
40 | 40 | "editorSuggestWidget.selectedBackground": "#474787", |
41 | | - "editorWidget.background": "#0c0517", |
42 | | - "extensionButton.prominentBackground": "#636390", |
| 41 | + "editorWidget.background": "#f4f7fb", |
| 42 | + "extensionButton.prominentBackground": "#7e8494", |
43 | 43 | "extensionButton.prominentHoverBackground": "#218c74", |
44 | 44 | "focusBorder": "#e3e8ef", |
45 | 45 | "gitDecoration.modifiedResourceForeground": "#00BCD4", |
46 | 46 | "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", |
51 | 51 | "list.activeSelectionBackground": "#dae4f1", |
52 | 52 | "list.activeSelectionForeground": "#303952", |
53 | 53 | "list.dropBackground": "#28284a", |
|
59 | 59 | "list.inactiveSelectionForeground": "#303952", |
60 | 60 | "notificationCenterHeader.background": "#fff", |
61 | 61 | "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", |
67 | 67 | "peekView.border": "#313071", |
68 | 68 | "peekViewTitle.background": "#313071", |
69 | 69 | "scrollbarSlider.activeBackground": "#313071", |
|
82 | 82 | "statusBar.foreground": "#9298a2", |
83 | 83 | "statusBarItem.activeBackground": "#f4f7fb", |
84 | 84 | "statusBarItem.hoverBackground": "#f4f7fb", |
85 | | - "tab.activeBackground": "#dae4f1", |
86 | | - "tab.activeBorder": "#e3e8ef", |
| 85 | + "tab.activeBackground": "#ffffff", |
| 86 | + "tab.activeBorder": "#ffffff", |
87 | 87 | "tab.activeForeground": "#1a1a1d", |
88 | | - "tab.border": "#e3e8ef", |
89 | | - "tab.inactiveBackground": "#fff", |
| 88 | + "tab.border": "#f4f7fb", |
| 89 | + "tab.inactiveBackground": "#f4f7fb", |
90 | 90 | "tab.inactiveForeground": "#788692", |
91 | 91 | "terminal.ansiGreen": "#68b16b", |
92 | 92 | "terminal.ansiMagenta": "#b379a1", |
93 | 93 | "terminal.ansiYellow": "#ceab6a", |
94 | 94 | "terminal.background": "#fff", |
95 | 95 | "textLink.activeForeground": "#d65093", |
96 | 96 | "textLink.foreground": "#50a4d6", |
97 | | - "welcomePage.buttonBackground": "#0c0517", |
| 97 | + "welcomePage.buttonBackground": "#f4f7fb", |
98 | 98 | "welcomePage.buttonHoverBackground": "#f7f7f715" |
99 | 99 | }, |
100 | 100 | "tokenColors": [ |
|
106 | 106 | }, |
107 | 107 | { |
108 | 108 | "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 | + ], |
110 | 116 | "settings": { |
111 | 117 | "foreground": "#574b90" |
112 | 118 | } |
113 | 119 | }, |
114 | 120 | { |
115 | 121 | "name": "Value", |
116 | | - "scope": ["meta.structure.dictionary.value.json"], |
| 122 | + "scope": [ |
| 123 | + "meta.structure.dictionary.value.json", |
| 124 | + "support.constant.property-value.css" |
| 125 | + ], |
117 | 126 | "settings": { |
118 | 127 | "foreground": "#ea8685" |
119 | 128 | } |
120 | 129 | }, |
121 | 130 | { |
122 | | - "name": "Boolean", |
123 | | - "scope": ["constant.language.json"], |
| 131 | + "name": "Boolean, null", |
| 132 | + "scope": ["constant.language.json", "constant.language.null"], |
124 | 133 | "settings": { |
125 | 134 | "foreground": "#546de5" |
126 | 135 | } |
127 | 136 | }, |
| 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 | + }, |
128 | 165 | { |
129 | 166 | "name": "Comment", |
130 | 167 | "scope": ["comment", "punctuation.definition.comment"], |
|
0 commit comments