refactor(temperature): update js theme

This commit is contained in:
Sergey Andrievskiy 2019-06-21 15:07:47 +03:00
parent 658c5921e2
commit 77dc3ab83d
8 changed files with 31 additions and 38 deletions

View file

@ -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',