everything refactored
This commit is contained in:
parent
0240eb2562
commit
62e71d1b49
10 changed files with 407 additions and 50 deletions
|
|
@ -12,6 +12,9 @@ export default {
|
|||
elementDefaultColor: "#E0E0E0",
|
||||
elementSelectedColor: "#9E9E9E",
|
||||
accentColor: "#EF6C00",
|
||||
|
||||
widgetBackgroundColor: "#F7F7F7",
|
||||
widgetBorderColor: "#E0E0E0",
|
||||
},
|
||||
dark: {
|
||||
primaryText: "#FFFFFF",
|
||||
|
|
@ -26,5 +29,8 @@ export default {
|
|||
elementDefaultColor: "#535353",
|
||||
elementSelectedColor: "#B3B3B3",
|
||||
accentColor: "#EF6C00",
|
||||
|
||||
widgetBackgroundColor: "#252525",
|
||||
widgetBorderColor: "#535353",
|
||||
}
|
||||
}
|
||||
Reference in a new issue