Skip to content

Commit bb7f593

Browse files
committed
Add colors for zig control flows and some operators.
1 parent 9b471ac commit bb7f593

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.2.2] - 2025-05-09
4+
5+
- Add colors for zig control flows and some operators.
6+
- Make bracket matching and word selection highlight more visible.
7+
38
## [0.2.1] - 2025-05-19
49

510
- Update inlay editor hints colors to match comments.

themes/Dark Elixir-color-theme.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
867edf purple
3030
df8c8c red
3131
ebcb8b yellow
32+
dba849 orange
3233
8ad092 bright green
3334
6ec477 green
3435

@@ -78,11 +79,12 @@
7879
"editor.rangeHighlightBorder": "#333333c4",
7980
"editor.selectionBackground": "#60606070",
8081
"editor.selectionHighlightBackground": "#33333370",
81-
"editor.selectionHighlightBorder": "#404040",
82+
"editor.selectionHighlightBorder": "#606060",
8283
"editor.snippetFinalTabstopHighlightBorder": "#999999",
8384
"editor.snippetTabstopHighlightBackground": "#333333dd",
85+
"editorBracketHighlight.unexpectedBracket.foreground":"#ff1212cc",
8486
"editorBracketMatch.background": "#000000",
85-
"editorBracketMatch.border": "#707070",
87+
"editorBracketMatch.border": "#ffffff",
8688
"editorCodeLens.foreground": "#606060",
8789
"editorCursor.background": "#000000",
8890
"editorCursor.foreground": "#ffffff",
@@ -356,6 +358,9 @@
356358
"keyword.control.pseudo-method",
357359
"keyword.control.directive",
358360
"keyword.control.flow.zig",
361+
"keyword.control.trycatch.zig",
362+
"keyword.control.async.zig",
363+
"keyword.statement.zig",
359364
"keyword.other.unsafe.rust",
360365
"support.function.log.rust",
361366
"support.type.python",
@@ -516,6 +521,8 @@
516521
"keyword.operator.arithmetic",
517522
"keyword.operator.other",
518523
"keyword.operator.c",
524+
"keyword.operator.bitwise.zig",
525+
"keyword.operator.question.zig",
519526
"keyword.operator.sigil.rust"
520527
],
521528
"settings": {
@@ -537,7 +544,6 @@
537544
"punctuation.section",
538545
"punctuation.definition.map.elixir",
539546
"punctuation.separator.variable.ruby",
540-
// "punctuation.separator.pointer-access",
541547
"punctuation.definition.begin.bracket",
542548
"punctuation.definition.end.bracket",
543549
"variable.other.anonymous.elixir",

0 commit comments

Comments
 (0)