aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/palette.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/theme/palette.js')
-rw-r--r--modern/src/common/theme/palette.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/modern/src/common/theme/palette.js b/modern/src/common/theme/palette.js
new file mode 100644
index 00000000..02261950
--- /dev/null
+++ b/modern/src/common/theme/palette.js
@@ -0,0 +1,16 @@
+export default {
+ primary: {
+ main: '#1a237e',
+ },
+ secondary: {
+ main: '#4caf50',
+ contrastText: '#ffffff',
+ },
+ colors: {
+ white: '#ffffff',
+ positive: '#4caf50',
+ medium: '#ffa000',
+ negative: '#f44336',
+ neutral: '#9e9e9e',
+ },
+};