Skip to content

Commit 84071e3

Browse files
committed
Run json formatter on a few builtin themes
1 parent 837d66f commit 84071e3

4 files changed

Lines changed: 38 additions & 25 deletions

File tree

extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
}
5353
},
5454
{
55-
"scope": ["meta.embedded", "source.groovy.embedded"],
55+
"scope": [
56+
"meta.embedded",
57+
"source.groovy.embedded"
58+
],
5659
"settings": {
5760
"background": "#1e1e1e",
5861
"foreground": "#C5C8C6"
@@ -455,7 +458,8 @@
455458
"name": "Ruby Embedded Source",
456459
"scope": [
457460
"punctuation.section.embedded.begin.ruby",
458-
"punctuation.section.embedded.end.ruby"],
461+
"punctuation.section.embedded.end.ruby"
462+
],
459463
"settings": {
460464
"foreground": "#D08442"
461465
}

extensions/theme-monokai/themes/monokai-color-theme.json

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"editor.foreground": "#f8f8f2",
2020
"selection.background": "#ccccc7",
2121
"editor.selectionHighlightBackground": "#665044cc",
22-
"editor.selectionBackground": "#334444cc",
22+
"editor.selectionBackground": "#334444cc",
2323
"editor.lineHighlightBackground": "#3e3d32",
2424
"editorCursor.foreground": "#f8f8f0",
2525
"editorWhitespace.foreground": "#464741",
@@ -73,22 +73,22 @@
7373
"peekViewResult.selectionBackground": "#414339",
7474
"peekViewResult.matchHighlightBackground": "#75715E",
7575
"peekViewEditor.matchHighlightBackground": "#75715E",
76-
"terminal.ansiBlack": "#333333",
77-
"terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background
78-
"terminal.ansiGreen": "#86B42B",
79-
"terminal.ansiYellow": "#B3B42B",
80-
"terminal.ansiBlue": "#6A7EC8",
81-
"terminal.ansiMagenta": "#8C6BC8",
82-
"terminal.ansiCyan": "#56ADBC",
83-
"terminal.ansiWhite": "#e3e3dd",
84-
"terminal.ansiBrightBlack": "#666666",
85-
"terminal.ansiBrightRed": "#f92672",
86-
"terminal.ansiBrightGreen": "#A6E22E",
87-
"terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E
88-
"terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF
89-
"terminal.ansiBrightMagenta": "#AE81FF",
90-
"terminal.ansiBrightCyan": "#66D9EF",
91-
"terminal.ansiBrightWhite": "#f8f8f2"
76+
"terminal.ansiBlack": "#333333",
77+
"terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background
78+
"terminal.ansiGreen": "#86B42B",
79+
"terminal.ansiYellow": "#B3B42B",
80+
"terminal.ansiBlue": "#6A7EC8",
81+
"terminal.ansiMagenta": "#8C6BC8",
82+
"terminal.ansiCyan": "#56ADBC",
83+
"terminal.ansiWhite": "#e3e3dd",
84+
"terminal.ansiBrightBlack": "#666666",
85+
"terminal.ansiBrightRed": "#f92672",
86+
"terminal.ansiBrightGreen": "#A6E22E",
87+
"terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E
88+
"terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF
89+
"terminal.ansiBrightMagenta": "#AE81FF",
90+
"terminal.ansiBrightCyan": "#66D9EF",
91+
"terminal.ansiBrightWhite": "#f8f8f2"
9292
},
9393
"tokenColors": [
9494
{
@@ -98,7 +98,10 @@
9898
}
9999
},
100100
{
101-
"scope": ["meta.embedded", "source.groovy.embedded"],
101+
"scope": [
102+
"meta.embedded",
103+
"source.groovy.embedded"
104+
],
102105
"settings": {
103106
"background": "#272822",
104107
"foreground": "#F8F8F2"
@@ -408,4 +411,4 @@
408411
}
409412
}
410413
]
411-
}
414+
}

extensions/theme-quietlight/themes/quietlight-color-theme.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
}
99
},
1010
{
11-
"scope": ["meta.embedded", "source.groovy.embedded"],
11+
"scope": [
12+
"meta.embedded",
13+
"source.groovy.embedded"
14+
],
1215
"settings": {
1316
"background": "#F5F5F5",
1417
"foreground": "#333333"
@@ -491,8 +494,8 @@
491494
"statusBar.background": "#705697",
492495
"statusBar.noFolderBackground": "#705697",
493496
"statusBar.debuggingBackground": "#705697",
494-
"activityBar.background": "#EDEDF5",
495-
"activityBar.foreground": "#705697",
497+
"activityBar.background": "#EDEDF5",
498+
"activityBar.foreground": "#705697",
496499
"activityBarBadge.background": "#705697",
497500
"titleBar.activeBackground": "#c4b7d7",
498501
"button.background": "#705697",

extensions/theme-red/themes/Red-color-theme.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@
6969
}
7070
},
7171
{
72-
"scope": ["meta.embedded", "source.groovy.embedded"],
72+
"scope": [
73+
"meta.embedded",
74+
"source.groovy.embedded"
75+
],
7376
"settings": {
7477
"background": "#390000",
7578
"foreground": "#F8F8F8"

0 commit comments

Comments
 (0)