🔧 JsonConfig: add dim colors to validation

This commit is contained in:
djinnalexio 2024-05-09 20:11:00 +01:00 committed by Carter Li
parent ec0af17fb5
commit 7d8c085254

View File

@ -6,7 +6,8 @@
"enum": [
"reset_", "bright_", "dim_",
"black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "default",
"bright_black", "bright_red", "bright_green", "bright_yellow", "bright_blue", "bright_magenta", "bright_cyan", "bright_white"
"bright_black", "bright_red", "bright_green", "bright_yellow", "bright_blue", "bright_magenta", "bright_cyan", "bright_white",
"dim_black", "dim_red", "dim_green", "dim_yellow", "dim_blue", "dim_magenta", "dim_cyan", "dim_white"
]
},
"key": {