Skip to content

Commit

Permalink
change sponsorblock category colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Neuheit committed Sep 11, 2024
1 parent da1514b commit 0579a5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/renderer/store/modules/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,27 +246,27 @@ const state = {
sponsorBlockShowSkippedToast: true,
sponsorBlockUrl: 'https://sponsor.ajay.app',
sponsorBlockSponsor: {
color: 'Blue',
color: 'Green',
skip: 'autoSkip'
},
sponsorBlockSelfPromo: {
color: 'Yellow',
skip: 'showInSeekBar'
},
sponsorBlockInteraction: {
color: 'Green',
color: 'Purple',
skip: 'showInSeekBar'
},
sponsorBlockIntro: {
color: 'Orange',
color: 'Cyan',
skip: 'doNothing'
},
sponsorBlockOutro: {
color: 'Orange',
color: 'Blue',
skip: 'doNothing'
},
sponsorBlockRecap: {
color: 'Orange',
color: 'Indigo',
skip: 'doNothing'
},
sponsorBlockMusicOffTopic: {
Expand Down

0 comments on commit 0579a5e

Please sign in to comment.