mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Add missing images and change fg text color of dark material theme to bright white
This commit is contained in:
parent
42dc740e38
commit
c7bcbca7bd
4 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
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