Skip to content

Commit e7b8ba5

Browse files
authored
Merge pull request #3 from udondan/refactor/simplify-theme-config
refactor: remove redundant light mode configuration from dark-only theme
2 parents 3a74009 + d93b102 commit e7b8ba5

File tree

1 file changed

+50
-200
lines changed

1 file changed

+50
-200
lines changed

dracula.json

Lines changed: 50 additions & 200 deletions
Original file line numberDiff line numberDiff line change
@@ -17,205 +17,55 @@
1717
"bgDiffRemoved": "#3D2A2E"
1818
},
1919
"theme": {
20-
"primary": {
21-
"dark": "purple",
22-
"light": "purple"
23-
},
24-
"secondary": {
25-
"dark": "cyan",
26-
"light": "cyan"
27-
},
28-
"accent": {
29-
"dark": "pink",
30-
"light": "pink"
31-
},
32-
"error": {
33-
"dark": "red",
34-
"light": "red"
35-
},
36-
"warning": {
37-
"dark": "orange",
38-
"light": "orange"
39-
},
40-
"success": {
41-
"dark": "green",
42-
"light": "green"
43-
},
44-
"info": {
45-
"dark": "cyan",
46-
"light": "cyan"
47-
},
48-
"text": {
49-
"dark": "foreground",
50-
"light": "foreground"
51-
},
52-
"textMuted": {
53-
"dark": "comment",
54-
"light": "comment"
55-
},
56-
"background": {
57-
"dark": "bgPrimary",
58-
"light": "bgPrimary"
59-
},
60-
"backgroundPanel": {
61-
"dark": "bgSecondary",
62-
"light": "bgSecondary"
63-
},
64-
"backgroundElement": {
65-
"dark": "bgSecondary",
66-
"light": "bgSecondary"
67-
},
68-
"border": {
69-
"dark": "bgSelection",
70-
"light": "bgSelection"
71-
},
72-
"borderActive": {
73-
"dark": "purple",
74-
"light": "purple"
75-
},
76-
"borderSubtle": {
77-
"dark": "bgSelection",
78-
"light": "bgSelection"
79-
},
80-
"diffAdded": {
81-
"dark": "green",
82-
"light": "green"
83-
},
84-
"diffRemoved": {
85-
"dark": "red",
86-
"light": "red"
87-
},
88-
"diffContext": {
89-
"dark": "foreground",
90-
"light": "foreground"
91-
},
92-
"diffHunkHeader": {
93-
"dark": "comment",
94-
"light": "comment"
95-
},
96-
"diffHighlightAdded": {
97-
"dark": "green",
98-
"light": "green"
99-
},
100-
"diffHighlightRemoved": {
101-
"dark": "red",
102-
"light": "red"
103-
},
104-
"diffAddedBg": {
105-
"dark": "bgDiffAdded",
106-
"light": "bgDiffAdded"
107-
},
108-
"diffRemovedBg": {
109-
"dark": "bgDiffRemoved",
110-
"light": "bgDiffRemoved"
111-
},
112-
"diffContextBg": {
113-
"dark": "bgSecondary",
114-
"light": "bgSecondary"
115-
},
116-
"diffLineNumber": {
117-
"dark": "comment",
118-
"light": "comment"
119-
},
120-
"diffAddedLineNumberBg": {
121-
"dark": "bgDiffAdded",
122-
"light": "bgDiffAdded"
123-
},
124-
"diffRemovedLineNumberBg": {
125-
"dark": "bgDiffRemoved",
126-
"light": "bgDiffRemoved"
127-
},
128-
"markdownText": {
129-
"dark": "foreground",
130-
"light": "foreground"
131-
},
132-
"markdownHeading": {
133-
"dark": "purple",
134-
"light": "purple"
135-
},
136-
"markdownLink": {
137-
"dark": "cyan",
138-
"light": "cyan"
139-
},
140-
"markdownLinkText": {
141-
"dark": "pink",
142-
"light": "pink"
143-
},
144-
"markdownCode": {
145-
"dark": "green",
146-
"light": "green"
147-
},
148-
"markdownBlockQuote": {
149-
"dark": "comment",
150-
"light": "comment"
151-
},
152-
"markdownEmph": {
153-
"dark": "yellow",
154-
"light": "yellow"
155-
},
156-
"markdownStrong": {
157-
"dark": "orange",
158-
"light": "orange"
159-
},
160-
"markdownHorizontalRule": {
161-
"dark": "comment",
162-
"light": "comment"
163-
},
164-
"markdownListItem": {
165-
"dark": "cyan",
166-
"light": "cyan"
167-
},
168-
"markdownListEnumeration": {
169-
"dark": "purple",
170-
"light": "purple"
171-
},
172-
"markdownImage": {
173-
"dark": "pink",
174-
"light": "pink"
175-
},
176-
"markdownImageText": {
177-
"dark": "yellow",
178-
"light": "yellow"
179-
},
180-
"markdownCodeBlock": {
181-
"dark": "green",
182-
"light": "green"
183-
},
184-
"syntaxComment": {
185-
"dark": "comment",
186-
"light": "comment"
187-
},
188-
"syntaxKeyword": {
189-
"dark": "pink",
190-
"light": "pink"
191-
},
192-
"syntaxFunction": {
193-
"dark": "green",
194-
"light": "green"
195-
},
196-
"syntaxVariable": {
197-
"dark": "foreground",
198-
"light": "foreground"
199-
},
200-
"syntaxString": {
201-
"dark": "yellow",
202-
"light": "yellow"
203-
},
204-
"syntaxNumber": {
205-
"dark": "purple",
206-
"light": "purple"
207-
},
208-
"syntaxType": {
209-
"dark": "cyan",
210-
"light": "cyan"
211-
},
212-
"syntaxOperator": {
213-
"dark": "pink",
214-
"light": "pink"
215-
},
216-
"syntaxPunctuation": {
217-
"dark": "foreground",
218-
"light": "foreground"
219-
}
20+
"primary": "purple",
21+
"secondary": "cyan",
22+
"accent": "pink",
23+
"error": "red",
24+
"warning": "orange",
25+
"success": "green",
26+
"info": "cyan",
27+
"text": "foreground",
28+
"textMuted": "comment",
29+
"background": "bgPrimary",
30+
"backgroundPanel": "bgSecondary",
31+
"backgroundElement": "bgSecondary",
32+
"border": "bgSelection",
33+
"borderActive": "purple",
34+
"borderSubtle": "bgSelection",
35+
"diffAdded": "green",
36+
"diffRemoved": "red",
37+
"diffContext": "foreground",
38+
"diffHunkHeader": "comment",
39+
"diffHighlightAdded": "green",
40+
"diffHighlightRemoved": "red",
41+
"diffAddedBg": "bgDiffAdded",
42+
"diffRemovedBg": "bgDiffRemoved",
43+
"diffContextBg": "bgSecondary",
44+
"diffLineNumber": "comment",
45+
"diffAddedLineNumberBg": "bgDiffAdded",
46+
"diffRemovedLineNumberBg": "bgDiffRemoved",
47+
"markdownText": "foreground",
48+
"markdownHeading": "purple",
49+
"markdownLink": "cyan",
50+
"markdownLinkText": "pink",
51+
"markdownCode": "green",
52+
"markdownBlockQuote": "comment",
53+
"markdownEmph": "yellow",
54+
"markdownStrong": "orange",
55+
"markdownHorizontalRule": "comment",
56+
"markdownListItem": "cyan",
57+
"markdownListEnumeration": "purple",
58+
"markdownImage": "pink",
59+
"markdownImageText": "yellow",
60+
"markdownCodeBlock": "green",
61+
"syntaxComment": "comment",
62+
"syntaxKeyword": "pink",
63+
"syntaxFunction": "green",
64+
"syntaxVariable": "foreground",
65+
"syntaxString": "yellow",
66+
"syntaxNumber": "purple",
67+
"syntaxType": "cyan",
68+
"syntaxOperator": "pink",
69+
"syntaxPunctuation": "foreground"
22070
}
22171
}

0 commit comments

Comments
 (0)