diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-05-18 00:34:23 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-05-18 00:34:23 +0200 |
commit | 17de6574b4e4871162c81da0232b9db4113e0245 (patch) | |
tree | 72d960e80cc3821db17d0d3dc494f324d9e31837 /assets/js | |
parent | window.onerror (diff) | |
parent | Merge branch 'dev' of github.com:beziapp/beziapp.github.io into dev (diff) | |
download | beziapp-17de6574b4e4871162c81da0232b9db4113e0245.tar beziapp-17de6574b4e4871162c81da0232b9db4113e0245.tar.gz beziapp-17de6574b4e4871162c81da0232b9db4113e0245.tar.bz2 beziapp-17de6574b4e4871162c81da0232b9db4113e0245.tar.lz beziapp-17de6574b4e4871162c81da0232b9db4113e0245.tar.xz beziapp-17de6574b4e4871162c81da0232b9db4113e0245.tar.zst beziapp-17de6574b4e4871162c81da0232b9db4113e0245.zip |
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/lib/themes.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js index eb2f61c..8917aaa 100644 --- a/assets/js/lib/themes.js +++ b/assets/js/lib/themes.js @@ -5,6 +5,7 @@ const THEME_COLOR_SCHEMES = { "color-accent": "rgba(0, 156, 101, 1)", "color-primary-light": "rgba(230, 250, 231, 1)", "color-invalid": "rgba(192, 0, 0, 1)", + "color-primary-transparent": "rgba(0, 128, 83, 0.3)", "background-color": "rgba(255, 255, 255, 1)", "background-accent": "rgba(0, 156, 101, 0.2)", @@ -32,6 +33,7 @@ const THEME_COLOR_SCHEMES = { "color-accent": "rgba(20, 117, 83, 1)", "color-primary-light": "rgba(6, 137, 9, 1)", // it's not really light anymore, is it? "color-invalid": "rgba(192, 0, 0, 1)", + "color-primary-transparent": "rgba(0, 128, 83, 0.3)", "background-color": "rgba(31, 31, 31, 1)", "background-accent": "rgba(0, 92, 44, 0.2)", |