Skip to content

Commit 84dcf0f

Browse files
committed
reduce color contrast
1 parent 2414da7 commit 84dcf0f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

themes/Aditi-color-theme.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"tab.border": "#2f3542",
8585
"tab.inactiveBackground": "#0c0517",
8686
"tab.inactiveForeground": "#788692",
87-
"terminal.ansiGreen": "#61bb65",
87+
"terminal.ansiGreen": "#68b16b",
8888
"terminal.ansiMagenta": "#b379a1",
8989
"terminal.ansiYellow": "#ceab6a",
9090
"terminal.background": "#0c0517",
@@ -133,7 +133,7 @@
133133
"name": "Keyword, Storage",
134134
"scope": ["keyword", "storage.type", "storage.modifier"],
135135
"settings": {
136-
"foreground": "#e6528e"
136+
"foreground": "#479ddc"
137137
}
138138
},
139139
{
@@ -164,7 +164,7 @@
164164
"markup.deleted.git_gutter"
165165
],
166166
"settings": {
167-
"foreground": "#f07178"
167+
"foreground": "#d8797e"
168168
}
169169
},
170170
{
@@ -212,7 +212,7 @@
212212
"name": "Other Variable, String Link",
213213
"scope": ["support.other.variable", "string.other.link"],
214214
"settings": {
215-
"foreground": "#f07178"
215+
"foreground": "#d8797e"
216216
}
217217
},
218218
{
@@ -228,7 +228,7 @@
228228
"keyword.other"
229229
],
230230
"settings": {
231-
"foreground": "#F78C6C"
231+
"foreground": "#ce8a75"
232232
}
233233
},
234234
{
@@ -249,7 +249,7 @@
249249
],
250250
"settings": {
251251
"fontStyle": "normal",
252-
"foreground": "#61bb65"
252+
"foreground": "#68b16b"
253253
}
254254
},
255255
{
@@ -481,7 +481,7 @@
481481
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
482482
],
483483
"settings": {
484-
"foreground": "#f07178"
484+
"foreground": "#d8797e"
485485
}
486486
},
487487
{
@@ -551,15 +551,15 @@
551551
"scope": ["markup.italic"],
552552
"settings": {
553553
"fontStyle": "italic",
554-
"foreground": "#f07178"
554+
"foreground": "#d8797e"
555555
}
556556
},
557557
{
558558
"name": "Markup - Bold",
559559
"scope": ["markup.bold", "markup.bold string"],
560560
"settings": {
561561
"fontStyle": "bold",
562-
"foreground": "#f07178"
562+
"foreground": "#d8797e"
563563
}
564564
},
565565
{
@@ -574,15 +574,15 @@
574574
],
575575
"settings": {
576576
"fontStyle": "bold",
577-
"foreground": "#f07178"
577+
"foreground": "#d8797e"
578578
}
579579
},
580580
{
581581
"name": "Markup - Underline",
582582
"scope": ["markup.underline"],
583583
"settings": {
584584
"fontStyle": "underline",
585-
"foreground": "#F78C6C"
585+
"foreground": "#ce8a75"
586586
}
587587
},
588588
{
@@ -758,7 +758,7 @@
758758
{
759759
"scope": ["meta.object-literal.key"],
760760
"settings": {
761-
"foreground": "#b791a4"
761+
"foreground": "#8078a7"
762762
}
763763
},
764764
{
@@ -844,7 +844,7 @@
844844
{
845845
"scope": ["source.env", "source.ini"],
846846
"settings": {
847-
"foreground": "#61bb65"
847+
"foreground": "#68b16b"
848848
}
849849
},
850850
{
@@ -855,7 +855,7 @@
855855
"keyword.control.return.scss"
856856
],
857857
"settings": {
858-
"foreground": "#e6528e"
858+
"foreground": "#479ddc"
859859
}
860860
}
861861
]

0 commit comments

Comments
 (0)