diff --git a/src/renderer/store/modules/settings.js b/src/renderer/store/modules/settings.js index 864890afc9ce5..aa4cc8b8eaf03 100644 --- a/src/renderer/store/modules/settings.js +++ b/src/renderer/store/modules/settings.js @@ -246,7 +246,7 @@ const state = { sponsorBlockShowSkippedToast: true, sponsorBlockUrl: 'https://sponsor.ajay.app', sponsorBlockSponsor: { - color: 'Blue', + color: 'Green', skip: 'autoSkip' }, sponsorBlockSelfPromo: { @@ -254,19 +254,19 @@ const state = { skip: 'showInSeekBar' }, sponsorBlockInteraction: { - color: 'Green', + color: 'Pink', skip: 'showInSeekBar' }, sponsorBlockIntro: { - color: 'Orange', + color: 'Cyan', skip: 'doNothing' }, sponsorBlockOutro: { - color: 'Orange', + color: 'Blue', skip: 'doNothing' }, sponsorBlockRecap: { - color: 'Orange', + color: 'Indigo', skip: 'doNothing' }, sponsorBlockMusicOffTopic: { @@ -274,7 +274,7 @@ const state = { skip: 'doNothing' }, sponsorBlockFiller: { - color: 'Orange', + color: 'Purple', skip: 'doNothing' }, thumbnailPreference: '',