add new input color to the theme

This commit is contained in:
ammarahm-ed
2020-09-08 22:22:59 +05:00
parent d8973ee366
commit 072a52b990

View File

@@ -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',