Colorful Subtitles

Colorful Subtitles

254k Downloads

Sound category colors should be configurable

RhythmicSys opened this issue ยท 2 comments

commented

Love this resource but configurable color values would help immensely ๐Ÿ˜„

commented

awesome <3 thanks so much!

commented

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).