mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(js themes): add base themes properties into admin themes
This commit is contained in:
parent
77dc3ab83d
commit
b71e7afc6d
3 changed files with 4 additions and 3 deletions
|
|
@ -45,8 +45,9 @@ const theme = {
|
||||||
|
|
||||||
export const CORPORATE_THEME = {
|
export const CORPORATE_THEME = {
|
||||||
name: 'corporate',
|
name: 'corporate',
|
||||||
base: 'default',
|
|
||||||
variables: {
|
variables: {
|
||||||
|
...theme,
|
||||||
|
|
||||||
temperature: {
|
temperature: {
|
||||||
arcFill: [ '#ffa36b', '#ffa36b', '#ff9e7a', '#ff9888', '#ff8ea0' ],
|
arcFill: [ '#ffa36b', '#ffa36b', '#ff9e7a', '#ff9888', '#ff8ea0' ],
|
||||||
arcEmpty: theme.bg2,
|
arcEmpty: theme.bg2,
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,8 @@ const theme = {
|
||||||
|
|
||||||
export const COSMIC_THEME = {
|
export const COSMIC_THEME = {
|
||||||
name: 'cosmic',
|
name: 'cosmic',
|
||||||
base: 'default',
|
|
||||||
variables: {
|
variables: {
|
||||||
|
...theme,
|
||||||
|
|
||||||
temperature: {
|
temperature: {
|
||||||
arcFill: [ '#2ec7fe', '#31ffad', '#7bff24', '#fff024', '#f7bd59' ],
|
arcFill: [ '#2ec7fe', '#31ffad', '#7bff24', '#fff024', '#f7bd59' ],
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,8 @@ const theme = {
|
||||||
|
|
||||||
export const DEFAULT_THEME = {
|
export const DEFAULT_THEME = {
|
||||||
name: 'default',
|
name: 'default',
|
||||||
base: null,
|
|
||||||
variables: {
|
variables: {
|
||||||
|
...theme,
|
||||||
|
|
||||||
temperature: {
|
temperature: {
|
||||||
arcFill: [ theme.primary, theme.primary, theme.primary, theme.primary, theme.primary ],
|
arcFill: [ theme.primary, theme.primary, theme.primary, theme.primary, theme.primary ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue