mirror of
https://github.com/bitinflow/ui-old.git
synced 2026-03-13 13:45:57 +00:00
Improve shades
This commit is contained in:
25
colors.js
25
colors.js
@@ -1,18 +1,19 @@
|
|||||||
export let colors = {
|
let colors = {
|
||||||
primary: {
|
primary: {
|
||||||
'50': '#78FFED',
|
DEFAULT: '#00BFA5',
|
||||||
'100': '#63FFEA',
|
'50': '#A6FFF3',
|
||||||
'200': '#3AFFE4',
|
'100': '#8CFFEF',
|
||||||
'300': '#12FFDF',
|
'200': '#59FFE8',
|
||||||
'400': '#00E8C8',
|
'300': '#26FFE1',
|
||||||
|
'400': '#00F2D1',
|
||||||
'500': '#00BFA5',
|
'500': '#00BFA5',
|
||||||
'600': '#008775',
|
'600': '#00917D',
|
||||||
'700': '#004F44',
|
'700': '#006356',
|
||||||
'800': '#001714',
|
'800': '#00352E',
|
||||||
'900': '#000000'
|
'900': '#000706'
|
||||||
},
|
},
|
||||||
base: {
|
base: {
|
||||||
'DEFAULT': '#070709',
|
DEFAULT: '#070709',
|
||||||
'500': '#3a3a3d',
|
'500': '#3a3a3d',
|
||||||
'600': '#26262c',
|
'600': '#26262c',
|
||||||
'700': '#1f1f23',
|
'700': '#1f1f23',
|
||||||
@@ -20,3 +21,5 @@ export let colors = {
|
|||||||
'900': '#0e0e10'
|
'900': '#0e0e10'
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
module.exports = (colors.__esModule ? colors : { default: colors }).default
|
||||||
Reference in New Issue
Block a user