mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
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:
@@ -143,8 +143,8 @@
|
||||
"error-marker": "#F38BA87F",
|
||||
"unknown-identifier": "#F38BA87F",
|
||||
"error-text": "#F38BA87F",
|
||||
"debug-text": "#F38BA87F",
|
||||
"warning-text": "#F38BA87F",
|
||||
"debug-text": "#6C7086FF",
|
||||
"warning-text": "#A6ADC8FF",
|
||||
"pattern-variable": "#9399B2FF",
|
||||
"function-parameter": "#9399B2FF",
|
||||
"function-variable": "#9399B2FF",
|
||||
@@ -160,13 +160,13 @@
|
||||
"typedef": "#9399B2FF",
|
||||
"user-defined-type": "#9399B2FF",
|
||||
"keyword": "#CBA6F7FF",
|
||||
"builtin-type": "#F38BA8FF",
|
||||
"known-identifier": "#F38BA8FF",
|
||||
"line-number": "#7F849CFF",
|
||||
"block-comment": "#6C7086FF",
|
||||
"multi-line-comment": "#6C7086FF",
|
||||
"number": "#FAB387FF",
|
||||
"preprocessor-identifier": "#B4BEFEFF",
|
||||
"directive": "#A6ADC8FF",
|
||||
"operator": "#CDD6F4FF",
|
||||
"preproc-identifier": "#B4BEFEFF",
|
||||
"preprocessor": "#A6ADC8FF",
|
||||
"punctuation": "#CDD6F4FF",
|
||||
"separator": "#CDD6F4FF",
|
||||
"selection": "#585B707F",
|
||||
"string": "#A6E3A1FF"
|
||||
|
||||
Reference in New Issue
Block a user