mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
Add missing images and change fg text color of dark material theme to bright white
This commit is contained in:
parent
1da3358267
commit
345c8836ca
4 changed files with 4 additions and 4 deletions
|
|
@ -27,8 +27,8 @@ export const baseTheme: NbJSThemeOptions = {
|
|||
border5: '#141414',
|
||||
|
||||
fg: '#808080',
|
||||
fgHeading: '#1a2138', // ?
|
||||
fgText: '#1a2138', // ?
|
||||
fgHeading: '#ffffff',
|
||||
fgText: '#ffffff',
|
||||
fgHighlight: palette.primary,
|
||||
layoutBg: '#1f1f1f',
|
||||
separator: '#1f1f1f',
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ export const baseTheme: NbJSThemeOptions = {
|
|||
border5: '#b3b3b3',
|
||||
|
||||
fg: '#838383',
|
||||
fgHeading: '#1a2138', // ?
|
||||
fgText: '#1a2138', // ?
|
||||
fgHeading: '#1a2138',
|
||||
fgText: '#1a2138',
|
||||
fgHighlight: palette.primary,
|
||||
layoutBg: '#ebebeb',
|
||||
separator: '#ebebeb',
|
||||
|
|
|
|||
BIN
src/assets/images/kitten-material-dark.png
Normal file
BIN
src/assets/images/kitten-material-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
src/assets/images/kitten-material-light.png
Normal file
BIN
src/assets/images/kitten-material-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Add a link
Reference in a new issue