mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Display some background colour on highlighted notes
This commit is contained in:
parent
933b186cf1
commit
e53c907916
1 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
grayProgressBackground: '#FFFFFF',
|
||||
|
||||
// Semantic Colors
|
||||
highlightBackground: 'rgba(255, 210, 52, 0.65)',
|
||||
highlightBackground: '250, 227, 146',
|
||||
highlight: '#FFD234',
|
||||
highlightText: '#3D3D3D',
|
||||
error: '#FA5E4A',
|
||||
|
|
@ -202,7 +202,7 @@ const darkThemeSpec = {
|
|||
grayProgressBackground: '#616161',
|
||||
|
||||
// Semantic Colors
|
||||
highlightBackground: '#867740',
|
||||
highlightBackground: '134, 119, 64',
|
||||
highlight: '#FFD234',
|
||||
highlightText: 'white',
|
||||
error: '#FA5E4A',
|
||||
|
|
|
|||
Loading…
Reference in a new issue