diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-05-20 21:18:40 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-05-20 21:18:40 +0200 |
commit | 9957e1be89076c2a7612d2055b776f2c8354909a (patch) | |
tree | 5abe3bf5bfc54165e65686e7b539ef4495b2615b /assets/js/lib/themes.js | |
parent | testing minification with jsmin (diff) | |
parent | Styling fix (diff) | |
download | beziapp-9957e1be89076c2a7612d2055b776f2c8354909a.tar beziapp-9957e1be89076c2a7612d2055b776f2c8354909a.tar.gz beziapp-9957e1be89076c2a7612d2055b776f2c8354909a.tar.bz2 beziapp-9957e1be89076c2a7612d2055b776f2c8354909a.tar.lz beziapp-9957e1be89076c2a7612d2055b776f2c8354909a.tar.xz beziapp-9957e1be89076c2a7612d2055b776f2c8354909a.tar.zst beziapp-9957e1be89076c2a7612d2055b776f2c8354909a.zip |
Diffstat (limited to '')
-rw-r--r-- | assets/js/lib/themes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js index d2e99ce..c021e26 100644 --- a/assets/js/lib/themes.js +++ b/assets/js/lib/themes.js @@ -114,8 +114,8 @@ const THEME_COLOR_SCHEMES = { }, right: { "color-primary": "rgba(7, 0, 105, 1)", - "color-secondary": "rgba(206, 217, 0, 1)", - "color-accent": "rgba(0, 94, 156, 1)", + "color-secondary": "rgba(0, 94, 156, 1)", + "color-accent": "rgba(217, 214, 80, 1)", "color-primary-light": "rgba(195, 191, 255, 1)", "color-invalid": "rgba(192, 0, 0, 1)", "color-primary-transparent": "rgba(7, 0, 105, 0.3)", |