|
29 | 29 | 867edf purple
|
30 | 30 | df8c8c red
|
31 | 31 | ebcb8b yellow
|
| 32 | + dba849 orange |
32 | 33 | 8ad092 bright green
|
33 | 34 | 6ec477 green
|
34 | 35 |
|
|
78 | 79 | "editor.rangeHighlightBorder": "#333333c4",
|
79 | 80 | "editor.selectionBackground": "#60606070",
|
80 | 81 | "editor.selectionHighlightBackground": "#33333370",
|
81 |
| - "editor.selectionHighlightBorder": "#404040", |
| 82 | + "editor.selectionHighlightBorder": "#606060", |
82 | 83 | "editor.snippetFinalTabstopHighlightBorder": "#999999",
|
83 | 84 | "editor.snippetTabstopHighlightBackground": "#333333dd",
|
| 85 | + "editorBracketHighlight.unexpectedBracket.foreground":"#ff1212cc", |
84 | 86 | "editorBracketMatch.background": "#000000",
|
85 |
| - "editorBracketMatch.border": "#707070", |
| 87 | + "editorBracketMatch.border": "#ffffff", |
86 | 88 | "editorCodeLens.foreground": "#606060",
|
87 | 89 | "editorCursor.background": "#000000",
|
88 | 90 | "editorCursor.foreground": "#ffffff",
|
|
356 | 358 | "keyword.control.pseudo-method",
|
357 | 359 | "keyword.control.directive",
|
358 | 360 | "keyword.control.flow.zig",
|
| 361 | + "keyword.control.trycatch.zig", |
| 362 | + "keyword.control.async.zig", |
| 363 | + "keyword.statement.zig", |
359 | 364 | "keyword.other.unsafe.rust",
|
360 | 365 | "support.function.log.rust",
|
361 | 366 | "support.type.python",
|
|
516 | 521 | "keyword.operator.arithmetic",
|
517 | 522 | "keyword.operator.other",
|
518 | 523 | "keyword.operator.c",
|
| 524 | + "keyword.operator.bitwise.zig", |
| 525 | + "keyword.operator.question.zig", |
519 | 526 | "keyword.operator.sigil.rust"
|
520 | 527 | ],
|
521 | 528 | "settings": {
|
|
537 | 544 | "punctuation.section",
|
538 | 545 | "punctuation.definition.map.elixir",
|
539 | 546 | "punctuation.separator.variable.ruby",
|
540 |
| - // "punctuation.separator.pointer-access", |
541 | 547 | "punctuation.definition.begin.bracket",
|
542 | 548 | "punctuation.definition.end.bracket",
|
543 | 549 | "variable.other.anonymous.elixir",
|
|
0 commit comments