Sound category colors should be configurable
RhythmicSys opened this issue ยท 2 comments
Sound category colors can now be configured through config/colorfulsubtitles.json
. The default configuration is:
{
"colors": {
"music": "dark_purple",
"record": "dark_red",
"weather": "aqua",
"block": "green",
"hostile": "red",
"neutral": "yellow",
"player": "gold",
"ambient": "gray",
"voice": "light_purple"
},
"default_color": "white"
}
Colors can be specified as RGB format (#768cfc
) or formatting colors (dark_purple
).