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" ,
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 {
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"
408411 }
409412 }
410413 ]
411- }
414+ }
0 commit comments