mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-10 07:32:36 +01:00
refactor(temperature): update js theme
This commit is contained in:
parent
658c5921e2
commit
77dc3ab83d
8 changed files with 31 additions and 38 deletions
|
|
@ -48,13 +48,12 @@ export const COSMIC_THEME = {
|
|||
base: 'default',
|
||||
variables: {
|
||||
|
||||
temperature: [
|
||||
'#2ec7fe',
|
||||
'#31ffad',
|
||||
'#7bff24',
|
||||
'#fff024',
|
||||
'#f7bd59',
|
||||
],
|
||||
temperature: {
|
||||
arcFill: [ '#2ec7fe', '#31ffad', '#7bff24', '#fff024', '#f7bd59' ],
|
||||
arcEmpty: theme.bg2,
|
||||
thumbBg: '#ffffff',
|
||||
thumbBorder: '#ffffff',
|
||||
},
|
||||
|
||||
solar: {
|
||||
gradientLeft: '#7bff24',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue