Skip to content

Commit

Permalink
better theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed May 9, 2024
1 parent 8a78b6f commit d4bfdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const themes: Theme[] = [
baseTheme: 'dark',
colors: {
appBackground: '#333333',
ternaryBackground: '#292929',
ternaryBackground: '#272727',
sidebarBackground: '#2E2E2E',
modalBackground: '#2E2E2E',
primaryBackground: '#333333',
Expand All @@ -46,7 +46,7 @@ export const themes: Theme[] = [
sidebarButtonHover: '#ffffff10',
sidebarButtonActive: '#ffffff20',
messageHover: '#00000020',
guildsBackground: '#252525',
guildsBackground: '#232323',
separatorColor: '#ffffff20',
tooltipBackground: '#181818',
iconLinkBackground: '#2E2E2E',
Expand Down

0 comments on commit d4bfdfb

Please sign in to comment.