Skip to content

Commit

Permalink
#6 Change default custom colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nevernotmove committed Dec 31, 2022
1 parent b05af18 commit d7f89f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/settings/DefaultSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import Settings from './Settings';
export const DEFAULT_SETTINGS: Partial<Settings> = {
customColors: {
enableChord: false,
chord: '#000000',
chord: '#ffffff',
enableBackground: false,
background: '#777777',
background: '#000000',
enableHeaderBackground: false,
headerBackground: '#ffffff',
headerBackground: '#222222',
enableHeaderText: false,
headerText: '#ffffff',
headerText: '#eeeeee',
enableLyrics: false,
lyrics: '#ffffff',
lyrics: '#dddddd'
}
};

0 comments on commit d7f89f5

Please sign in to comment.