mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add libraryActive colour
This commit is contained in:
parent
695a9ce649
commit
b6af9d3e5c
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
tooltipIcons: '#FDFAEC',
|
||||
|
||||
textSubtle: '#605F5D',
|
||||
libraryActive: '#F8F8F8',
|
||||
libraryBackground: '#FFFFFF',
|
||||
border: '#F0F0F0',
|
||||
|
||||
|
|
@ -214,6 +215,7 @@ const darkThemeSpec = {
|
|||
avatarFont: 'rgba(255, 255, 255, 0.8)',
|
||||
|
||||
textSubtle: '#AAAAAA',
|
||||
libraryActive: '#3B3938',
|
||||
libraryBackground: '#252525',
|
||||
border: '#323232',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue