mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add new input color to the theme
This commit is contained in:
@@ -48,6 +48,7 @@ export const COLOR_SCHEME_LIGHT = {
|
||||
bg: 'white',
|
||||
navbg: '#f6fbfc',
|
||||
nav: '#e1e4e8',
|
||||
input:"transparent",
|
||||
heading:'#000000',
|
||||
pri: '#24292e',
|
||||
sec: 'white',
|
||||
@@ -57,6 +58,7 @@ export const COLOR_SCHEME_DARK = {
|
||||
night: true,
|
||||
bg: '#1f1f1f',
|
||||
navbg: '#1c1c1c',
|
||||
input:'#2d2d2d',
|
||||
nav: '#2d2d2d',
|
||||
heading:'#ffffff',
|
||||
pri: '#D3D3D3',
|
||||
|
||||
Reference in New Issue
Block a user