Add missing images and change fg text color of dark material theme to bright white

This commit is contained in:
eugene-sinitsyn 2020-03-04 14:24:44 +03:00 committed by Maksim Karatkevich
parent 42dc740e38
commit c7bcbca7bd
4 changed files with 4 additions and 4 deletions

View file

@ -27,8 +27,8 @@ export const baseTheme: NbJSThemeOptions = {
border5: '#141414', border5: '#141414',
fg: '#808080', fg: '#808080',
fgHeading: '#1a2138', // ? fgHeading: '#ffffff',
fgText: '#1a2138', // ? fgText: '#ffffff',
fgHighlight: palette.primary, fgHighlight: palette.primary,
layoutBg: '#1f1f1f', layoutBg: '#1f1f1f',
separator: '#1f1f1f', separator: '#1f1f1f',

View file

@ -27,8 +27,8 @@ export const baseTheme: NbJSThemeOptions = {
border5: '#b3b3b3', border5: '#b3b3b3',
fg: '#838383', fg: '#838383',
fgHeading: '#1a2138', // ? fgHeading: '#1a2138',
fgText: '#1a2138', // ? fgText: '#1a2138',
fgHighlight: palette.primary, fgHighlight: palette.primary,
layoutBg: '#ebebeb', layoutBg: '#ebebeb',
separator: '#ebebeb', separator: '#ebebeb',

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB