fix: incorrect names and values for some colormap entries of the text editor. (#419)

fix: incorrect names and values for some colormap entries of the test editor.

Some names were changed from the original that need to be changed back to make the old colormaps compatible with the new system.
Also, the colors of the console text were incorrectly set to be equal to each other.
This Pr brings back the old names and hopefully fixes problems of incorrect color being used
This commit is contained in:
paxcut
2025-07-11 02:25:02 -07:00
committed by GitHub
parent bc35349e0f
commit 44717e9b19
6 changed files with 44 additions and 44 deletions

View File

@@ -143,8 +143,8 @@
"error-marker": "#E782847F",
"unknown-identifier": "#E782847F",
"error-text": "#E782847F",
"debug-text": "#E782847F",
"warning-text": "#E782847F",
"debug-text": "#737994FF",
"warning-text": "#A5ADCEFF",
"pattern-variable": "#949CBBFF",
"function-parameter": "#949CBBFF",
"function-variable": "#949CBBFF",
@@ -160,13 +160,13 @@
"typedef": "#949CBBFF",
"user-defined-type": "#949CBBFF",
"keyword": "#CA9EE6FF",
"builtin-type": "#E78284FF",
"known-identifier": "#E78284FF",
"line-number": "#838BA7FF",
"block-comment": "#737994FF",
"multi-line--comment": "#737994FF",
"number": "#EF9F76FF",
"preprocessor-identifier": "#BABBF1FF",
"directive": "#A5ADCEFF",
"operator": "#C6D0F5FF",
"preproc-identifier": "#BABBF1FF",
"preprocessor": "#A5ADCEFF",
"punctuation": "#C6D0F5FF",
"separator": "#C6D0F5FF",
"selection": "#6268807F",
"string": "#A6D189FF"