Skip to content

Commit

Permalink
Update theme.ts
Browse files Browse the repository at this point in the history
update theme for RING
  • Loading branch information
Cuervino authored Jul 23, 2024
1 parent 54bf65b commit c0201eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/style/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ export const coreUIAvailableThemes: Record<CoreUIThemeName, CoreUITheme> = {
border: '#313131',
buttonPrimary: '#2E67AB',
buttonSecondary: '#434343',
buttonDelete: '#8D1616',
buttonDelete: '#3D0808',
infoPrimary: '#76828F',
infoSecondary: '#2C3238',
backgroundLevel1: '#151313',
backgroundLevel2: '#221D1D',
backgroundLevel3: '#1B1D1F',
backgroundLevel4: '#1B1B27',
backgroundLevel1: '#120F0F',
backgroundLevel2: '#272020',
backgroundLevel3: '#201B1A',
backgroundLevel4: '#191515',
textPrimary: '#EAEAEA',
textSecondary: '#A4ACB4',
textTertiary: '#DFDFDF',
Expand Down

0 comments on commit c0201eb

Please sign in to comment.