mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
add all the new used colors
This commit is contained in:
committed by
Aaron DeRuvo
parent
3b30081308
commit
862f1f2e67
@@ -1,10 +1,18 @@
|
||||
/// NEW
|
||||
export const amber50 = '#FFFBEB'
|
||||
export const amber500 = '#F2E3C8'
|
||||
export const black = '#000000'
|
||||
export const white = '#ffffff'
|
||||
export const slate200 = '#E2E8F0'
|
||||
export const slate300 = '#CBD5E1'
|
||||
export const slate500 = '#64748B'
|
||||
export const slate600 = '#475569'
|
||||
export const slate800 = '#1E293B'
|
||||
export const sky500 = '#0EA5E9'
|
||||
export const green500 = '#22C55E'
|
||||
export const red500 = '#EF4444'
|
||||
export const teal500 = '#5EEAD4'
|
||||
|
||||
// OLD
|
||||
export const borderColor = '#343434';
|
||||
export const bgColor = '#161616';
|
||||
|
||||
Reference in New Issue
Block a user