Add filler category and allow mute intro, outro, preview

This commit is contained in:
Ajay Ramachandran
2021-11-08 19:19:00 -05:00
parent 9c5eeac239
commit 96e4957f71
3 changed files with 25 additions and 4 deletions

View File

@@ -75,6 +75,8 @@ interface SBConfig {
"preview-music_offtopic": PreviewBarOption,
"poi_highlight": PreviewBarOption,
"preview-poi_highlight": PreviewBarOption,
"filler": PreviewBarOption,
"preview-filler": PreviewBarOption,
}
}
@@ -283,6 +285,14 @@ const Config: SBObject = {
"preview-poi_highlight": {
color: "#9b044c",
opacity: "0.7"
},
"filler": {
color: "#7300FF",
opacity: "0.9"
},
"preview-filler": {
color: "#2E0066",
opacity: "0.7"
}
}
},