Skip to content

Commit b824dd8

Browse files
committed
fix: add constrast to light mode
1 parent d26ecd9 commit b824dd8

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

screenshots/light.png

19.7 KB
Loading

src/themes.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ export default {
169169
white: "#f4f4f4",
170170
black0: "#F4F4F4",
171171
black1: "#f8f8f8",
172-
frenchRose: "#DF5984",
173-
frenchRoseActive: "#DF5984",
174-
cornflowerBlue: "#689FDE",
172+
frenchRose: "#E1239A",
173+
frenchRoseActive: "#E1239A",
174+
cornflowerBlue: "#2372E1",
175175
cornflowerBlueActive: "#A7D1F5",
176-
dodgeBlue: "#689FDE",
176+
dodgeBlue: "#2372E1",
177177
dodgeBlueActive: "#A7D1F5",
178178
heliotrope: "#B267E6",
179179
heliotropeActive: "#D7C9F0",

themes/OneHunter-Light-color-theme.json

+55-55
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"colors": {
55
"editor.background": "#ffffff",
66
"editor.foreground": "#213144",
7-
"editor.hoverHighlightBackground": "#DF598422",
7+
"editor.hoverHighlightBackground": "#E1239A22",
88
"editor.lineHighlightBackground": "#ffffff22",
9-
"editor.selectionBackground": "#689FDE55",
10-
"editor.wordHighlightBackground": "#689FDE22",
11-
"editor.wordHighlightStrongBackground": "#689FDE22",
12-
"editorBracketMatch.background": "#DF598444",
13-
"editorBracketMatch.border": "#689FDE",
9+
"editor.selectionBackground": "#2372E155",
10+
"editor.wordHighlightBackground": "#2372E122",
11+
"editor.wordHighlightStrongBackground": "#2372E122",
12+
"editorBracketMatch.background": "#E1239A44",
13+
"editorBracketMatch.border": "#2372E1",
1414
"editorCursor.foreground": "#213144",
1515
"editorGutter.addedBackground": "#00B172",
1616
"editorGutter.background": "#ffffff",
@@ -20,17 +20,17 @@
2020
"editorInlayHint.background": "#F4F4F4",
2121
"editorInlayHint.foreground": "#213144",
2222
"editorLineNumber.foreground": "#ADADAD",
23-
"editorLink.activeForeground": "#DF5984",
23+
"editorLink.activeForeground": "#E1239A",
2424
"editorOverviewRuler.addedForeground": "#00B172",
2525
"editorOverviewRuler.deletedForeground": "#E61F44",
2626
"editorOverviewRuler.errorForeground": "#E61F44",
27-
"editorOverviewRuler.findMatchForeground": "#689FDE55",
27+
"editorOverviewRuler.findMatchForeground": "#2372E155",
2828
"editorOverviewRuler.infoForeground": "#B267E6",
2929
"editorOverviewRuler.modifiedForeground": "#FF7E00",
3030
"editorOverviewRuler.warningForeground": "#FF7E00",
3131
"editorRuler.foreground": "#F4F4F4",
3232
"editorSuggestWidget.foreground": "#213144",
33-
"editorSuggestWidget.highlightForeground": "#DF5984",
33+
"editorSuggestWidget.highlightForeground": "#E1239A",
3434
"editorSuggestWidget.selectedBackground": "#ADADAD",
3535
"editorWhitespace.foreground": "#F4F4F4",
3636
"editorWidget.background": "#F4F4F4",
@@ -39,37 +39,37 @@
3939
"sideBar.foreground": "#213144",
4040
"sideBarSectionHeader.background": "#F4F4F4",
4141
"sideBarSectionHeader.foreground": "#213144",
42-
"badge.background": "#DF5984",
42+
"badge.background": "#E1239A",
4343
"badge.foreground": "#f4f4f4",
44-
"list.activeSelectionBackground": "#DF598455",
44+
"list.activeSelectionBackground": "#E1239A55",
4545
"list.activeSelectionForeground": "#213144",
4646
"list.focusBackground": "#f2f2f2",
4747
"list.hoverBackground": "#ffffff",
4848
"list.inactiveSelectionBackground": "#ffffff",
4949
"titleBar.activeBackground": "#F4F4F4",
5050
"activityBar.background": "#F4F4F4",
5151
"activityBar.foreground": "#213144",
52-
"activityBarBadge.background": "#DF5984",
52+
"activityBarBadge.background": "#E1239A",
5353
"activityBarBadge.foreground": "#f4f4f4",
5454
"editorGroupHeader.tabsBackground": "#ffffff",
5555
"tab.inactiveBackground": "#f2f2f244",
5656
"tab.inactiveForeground": "#21314488",
5757
"terminal.ansiBlack": "#F4F4F4",
58-
"terminal.ansiBlue": "#689FDE",
58+
"terminal.ansiBlue": "#2372E1",
5959
"terminal.ansiBrightBlack": "#ADADAD",
6060
"terminal.ansiBrightBlue": "#A7D1F5",
6161
"terminal.ansiBrightCyan": "#D7C9F0",
6262
"terminal.ansiBrightGreen": "#5BD1B9",
63-
"terminal.ansiBrightMagenta": "#DF5984",
63+
"terminal.ansiBrightMagenta": "#E1239A",
6464
"terminal.ansiBrightRed": "#E61F44",
6565
"terminal.ansiBrightWhite": "#213144",
6666
"terminal.ansiBrightYellow": "#A7D1F5",
6767
"terminal.ansiCyan": "#B267E6",
6868
"terminal.ansiGreen": "#00B172",
69-
"terminal.ansiMagenta": "#DF5984",
69+
"terminal.ansiMagenta": "#E1239A",
7070
"terminal.ansiRed": "#E61F44",
7171
"terminal.ansiWhite": "#213144",
72-
"terminal.ansiYellow": "#689FDE",
72+
"terminal.ansiYellow": "#2372E1",
7373
"terminal.background": "#ffffff",
7474
"terminal.foreground": "#213144",
7575
"gitDecoration.conflictingResourceForeground": "#B267E6",
@@ -81,42 +81,42 @@
8181
"statusBar.foreground": "#213144",
8282
"statusBar.noFolderBackground": "#F4F4F4",
8383
"scrollbar.shadow": "#F4F4F4",
84-
"scrollbarSlider.activeBackground": "#DF5984aa",
84+
"scrollbarSlider.activeBackground": "#E1239Aaa",
8585
"scrollbarSlider.background": "#ADADADaa",
86-
"scrollbarSlider.hoverBackground": "#DF598455",
87-
"button.background": "#689FDE",
86+
"scrollbarSlider.hoverBackground": "#E1239A55",
87+
"button.background": "#2372E1",
8888
"button.foreground": "#213144",
8989
"dropdown.background": "#F4F4F4",
9090
"dropdown.border": "#F4F4F4",
9191
"dropdown.foreground": "#213144",
92-
"extensionButton.prominentBackground": "#DF5984",
92+
"extensionButton.prominentBackground": "#E1239A",
9393
"extensionButton.prominentForeground": "#213144",
94-
"extensionButton.prominentHoverBackground": "#DF5984",
95-
"focusBorder": "#DF5984",
94+
"extensionButton.prominentHoverBackground": "#E1239A",
95+
"focusBorder": "#E1239A",
9696
"foreground": "#213144",
9797
"input.background": "#F4F4F4",
9898
"input.border": "#ADADAD",
9999
"input.foreground": "#213144",
100100
"input.placeholderForeground": "#ADADAD",
101-
"inputOption.activeBorder": "#689FDE",
101+
"inputOption.activeBorder": "#2372E1",
102102
"panel.background": "#ffffff",
103103
"panel.border": "#ADADAD",
104-
"panelTitle.activeBorder": "#DF5984",
104+
"panelTitle.activeBorder": "#E1239A",
105105
"panelTitle.inactiveForeground": "#ADADAD",
106-
"peekView.border": "#DF5984",
106+
"peekView.border": "#E1239A",
107107
"peekViewEditor.background": "#F4F4F4",
108-
"peekViewEditor.matchHighlightBackground": "#689FDE55",
108+
"peekViewEditor.matchHighlightBackground": "#2372E155",
109109
"peekViewEditorGutter.background": "#F4F4F4",
110110
"peekViewResult.background": "#F4F4F4",
111111
"peekViewResult.fileForeground": "#213144",
112112
"peekViewResult.lineForeground": "#E6E6E6",
113-
"peekViewResult.matchHighlightBackground": "#689FDE55",
113+
"peekViewResult.matchHighlightBackground": "#2372E155",
114114
"peekViewResult.selectionBackground": "#ffffff",
115115
"peekViewResult.selectionForeground": "#213144",
116116
"peekViewTitle.background": "#F4F4F4",
117117
"peekViewTitleDescription.foreground": "#213144",
118118
"peekViewTitleLabel.foreground": "#E6E6E6",
119-
"progressBar.background": "#689FDE"
119+
"progressBar.background": "#2372E1"
120120
},
121121
"tokenColors": [
122122
{
@@ -142,7 +142,7 @@
142142
"comment.block.documentation entity.name.type"
143143
],
144144
"settings": {
145-
"foreground": "#689FDE"
145+
"foreground": "#2372E1"
146146
}
147147
},
148148
{
@@ -172,7 +172,7 @@
172172
{
173173
"scope": "constant.language",
174174
"settings": {
175-
"foreground": "#689FDE"
175+
"foreground": "#2372E1"
176176
}
177177
},
178178
{
@@ -181,13 +181,13 @@
181181
"constant.other"
182182
],
183183
"settings": {
184-
"foreground": "#689FDE"
184+
"foreground": "#2372E1"
185185
}
186186
},
187187
{
188188
"scope": "variable.language.this",
189189
"settings": {
190-
"foreground": "#689FDE"
190+
"foreground": "#2372E1"
191191
}
192192
},
193193
{
@@ -197,7 +197,7 @@
197197
"storage.modifier.async"
198198
],
199199
"settings": {
200-
"foreground": "#DF5984",
200+
"foreground": "#E1239A",
201201
"fontStyle": "bold"
202202
}
203203
},
@@ -248,21 +248,21 @@
248248
{
249249
"scope": "storage",
250250
"settings": {
251-
"foreground": "#689FDE",
251+
"foreground": "#2372E1",
252252
"fontStyle": ""
253253
}
254254
},
255255
{
256256
"scope": "storage.type",
257257
"settings": {
258-
"foreground": "#DF5984",
258+
"foreground": "#E1239A",
259259
"fontStyle": "bold"
260260
}
261261
},
262262
{
263263
"scope": "entity.name.class",
264264
"settings": {
265-
"foreground": "#689FDE",
265+
"foreground": "#2372E1",
266266
"fontStyle": "underline"
267267
}
268268
},
@@ -274,7 +274,7 @@
274274
"variable.function"
275275
],
276276
"settings": {
277-
"foreground": "#689FDE",
277+
"foreground": "#2372E1",
278278
"fontStyle": "bold"
279279
}
280280
},
@@ -288,7 +288,7 @@
288288
"keyword.operator.decrement"
289289
],
290290
"settings": {
291-
"foreground": "#689FDE"
291+
"foreground": "#2372E1"
292292
}
293293
},
294294
{
@@ -330,7 +330,7 @@
330330
{
331331
"scope": "support.constant",
332332
"settings": {
333-
"foreground": "#689FDE",
333+
"foreground": "#2372E1",
334334
"fontStyle": ""
335335
}
336336
},
@@ -443,7 +443,7 @@
443443
"keyword.other.use-as"
444444
],
445445
"settings": {
446-
"foreground": "#DF5984"
446+
"foreground": "#E1239A"
447447
}
448448
},
449449
{
@@ -452,7 +452,7 @@
452452
"meta.other.inherited-class support.class.builtin"
453453
],
454454
"settings": {
455-
"foreground": "#DF5984",
455+
"foreground": "#E1239A",
456456
"fontStyle": "normal"
457457
}
458458
},
@@ -566,13 +566,13 @@
566566
"support.type.primitive.ts"
567567
],
568568
"settings": {
569-
"foreground": "#689FDE"
569+
"foreground": "#2372E1"
570570
}
571571
},
572572
{
573573
"scope": "storage.modifier.tsx",
574574
"settings": {
575-
"foreground": "#DF5984"
575+
"foreground": "#E1239A"
576576
}
577577
},
578578
{
@@ -614,7 +614,7 @@
614614
"support.type.property-name.json"
615615
],
616616
"settings": {
617-
"foreground": "#DF5984"
617+
"foreground": "#E1239A"
618618
}
619619
},
620620
{
@@ -633,14 +633,14 @@
633633
{
634634
"scope": "entity.name.section.markdown",
635635
"settings": {
636-
"foreground": "#689FDE",
636+
"foreground": "#2372E1",
637637
"fontStyle": "bold"
638638
}
639639
},
640640
{
641641
"scope": "punctuation.definition.heading.markdown",
642642
"settings": {
643-
"foreground": "#DF5984",
643+
"foreground": "#E1239A",
644644
"fontStyle": "bold"
645645
}
646646
},
@@ -656,7 +656,7 @@
656656
"punctuation.definition.italic.markdown"
657657
],
658658
"settings": {
659-
"foreground": "#DF5984"
659+
"foreground": "#E1239A"
660660
}
661661
},
662662
{
@@ -665,13 +665,13 @@
665665
"punctuation.definition.string.end.markdown"
666666
],
667667
"settings": {
668-
"foreground": "#DF5984"
668+
"foreground": "#E1239A"
669669
}
670670
},
671671
{
672672
"scope": "punctuation.definition.metadata.markdown",
673673
"settings": {
674-
"foreground": "#DF5984"
674+
"foreground": "#E1239A"
675675
}
676676
},
677677
{
@@ -681,7 +681,7 @@
681681
"meta.image.inline.markdown"
682682
],
683683
"settings": {
684-
"foreground": "#DF5984",
684+
"foreground": "#E1239A",
685685
"fontStyle": ""
686686
}
687687
},
@@ -691,7 +691,7 @@
691691
"markup.italic.markdown"
692692
],
693693
"settings": {
694-
"foreground": "#DF5984"
694+
"foreground": "#E1239A"
695695
}
696696
},
697697
{
@@ -721,7 +721,7 @@
721721
{
722722
"scope": "keyword.other.fn.rust",
723723
"settings": {
724-
"foreground": "#DF5984"
724+
"foreground": "#E1239A"
725725
}
726726
},
727727
{
@@ -731,7 +731,7 @@
731731
"keyword.other.class.php"
732732
],
733733
"settings": {
734-
"foreground": "#DF5984"
734+
"foreground": "#E1239A"
735735
}
736736
},
737737
{
@@ -755,7 +755,7 @@
755755
{
756756
"scope": "keyword.other.definition.ini",
757757
"settings": {
758-
"foreground": "#689FDE"
758+
"foreground": "#2372E1"
759759
}
760760
},
761761
{
@@ -769,7 +769,7 @@
769769
"name": "Prisma: Constant",
770770
"scope": "support.constant.constant.prisma",
771771
"settings": {
772-
"foreground": "#DF5984"
772+
"foreground": "#E1239A"
773773
}
774774
},
775775
{

0 commit comments

Comments
 (0)