Skip to content

Commit

Permalink
Makes dark theme slightly lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Feb 21, 2024
1 parent 104639e commit 0637381
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/app/services/appearance/default-themes-creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,35 +282,35 @@ export class DefaultThemesCreator {

private defaultDarkColors(): ThemeNeutralColors {
return new ThemeNeutralColors(
'#7f7f7f',
'#808080',
'rgba(255, 255, 255, 0.05)',
'rgba(255, 255, 255, 0.1)',
'#666',
'#777',
'#fff',
'#1a1a1a',
'#111',
'#111',
'#171717',
'#1b1b1b',
'#121212',
'#121212',
'#181818',
'#fff',
'#7e7e7e',
'#2d2d2d',
'#7f7f7f',
'#2e2e2e',
'#fff',
'#7e7e7e',
'#202020',
'#7f7f7f',
'#212121',
'transparent',
'transparent',
'#363636',
'#363636',
'#373737',
'#373737',
'#4883e0',
'#202020',
'#212121',
'#fff',
'#7e7e7e',
'#111',
'#7f7f7f',
'#121212',
'#fff',
'#585858',
'#595959',
'#fff',
'#fff',
'#363636',
'#373737',
);
}

Expand Down

0 comments on commit 0637381

Please sign in to comment.