From 81a584cbd98a9f0855e8b5ba6feeefcc2316b557 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:29:01 +0000 Subject: [PATCH] feat: Improve code highlight theme --- tree-sitter/config.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/tree-sitter/config.json b/tree-sitter/config.json index 4f325c4..f74dd75 100644 --- a/tree-sitter/config.json +++ b/tree-sitter/config.json @@ -8,52 +8,52 @@ "/builds/prehnRA/pre.hn/tree-sitter/_parsers/" ], "theme": { - "function": 26, + "function": "#a7b1f1", "variable.parameter": { "underline": true }, "constant.builtin": { "bold": true, - "color": 94 + "color": "#D9C426" }, - "tag": 18, - "constructor": 136, - "keyword": 56, - "punctuation.bracket": 239, + "tag": "#5d6eee", + "constructor": "#a19112", + "keyword": "#C211DA", + "punctuation.bracket": "#A1A1A1", "number": { - "color": 94, + "color": "#d9c426", "bold": true }, "operator": { - "color": 239, + "color": "#A1A1A1", "bold": true }, - "string": 28, + "string": "#2fad1f", "attribute": { "italic": true, - "color": 124 + "color": "#cf172c" }, - "string.special": 30, + "string.special": "#2fad1f", "variable.builtin": { "bold": true }, - "constant": 94, + "constant": "#d9c426", "embedded": null, "type.builtin": { - "color": 23, + "color": "#d9c426", "bold": true }, - "property": 124, - "module": 136, + "property": "#cf172c", + "module": "#d3f8f4", "function.builtin": { - "color": 26, + "color": "#a7b1f1", "bold": true }, "comment": { - "color": 245, + "color": "#8a8a8a", "italic": true }, - "punctuation.delimiter": 239, - "type": 23 + "punctuation.delimiter": "#A1A1A1", + "type": "#8bf3e7" } }