mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add new colours for library
This commit is contained in:
parent
8fa287c540
commit
29a1f466ef
1 changed files with 10 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
grayBg: '#FFFFFF',
|
||||
grayBgActive: '#e6e6e6',
|
||||
grayBorder: '#F0F0F0',
|
||||
lightBorder: '#F0F0F0',
|
||||
grayTextContrast: '#3A3939',
|
||||
graySolid: '#9C9B9A',
|
||||
textDefault: 'rgba(255, 255, 255, 0.8)',
|
||||
|
|
@ -155,6 +156,11 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
labelButtonsBg: '#F5F5F4',
|
||||
tooltipIcons: '#FDFAEC',
|
||||
|
||||
textSubtle: '#605F5D',
|
||||
libraryBackground: '#FFFFFF',
|
||||
border: '#F0F0F0',
|
||||
|
||||
|
||||
//utility
|
||||
textNonEssential: 'rgba(10, 8, 6, 0.4)',
|
||||
overlay: 'rgba(63, 62, 60, 0.2)',
|
||||
|
|
@ -207,6 +213,10 @@ const darkThemeSpec = {
|
|||
avatarBg: '#000000',
|
||||
avatarFont: 'rgba(255, 255, 255, 0.8)',
|
||||
|
||||
textSubtle: '#AAAAAA',
|
||||
libraryBackground: '#252525',
|
||||
border: '#323232',
|
||||
|
||||
//utility
|
||||
utilityTextSubtle: 'rgba(255, 255, 255, 0.65)',
|
||||
textNonEssential: 'rgba(10, 8, 6, 0.4)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue