diff options
| author | cristiano <[email protected]> | 2021-01-03 10:44:57 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-03 10:44:57 +0000 |
| commit | 493b1d8710977c790d0365b98f0d75ec707e3f3b (patch) | |
| tree | 4fda3cf427cc69895ddc443f4cf636565d170385 /templates | |
| parent | ae09733fd5fdb6147971478ee2236b63e2b30eb5 (diff) | |
| parent | cecf2507ddeeeb2d9dca4800f267cc99287b4918 (diff) | |
| download | protonmail-themes-main.tar.xz protonmail-themes-main.zip | |
Add theme base on Nord colors
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/nord/nord.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/nord/nord.scss b/templates/nord/nord.scss new file mode 100644 index 0000000..1a55bfb --- /dev/null +++ b/templates/nord/nord.scss @@ -0,0 +1,25 @@ +@import "../@theme-base/version"; + +/*! =========================================== * + * NORD Theme + * Version: #{$version} + * Author: ch1r0x + * Website: github.com/ch1r0x + * Mastodon: @ch1r0x + * =========================================== */ + +$base: #2E3440; +$search: #3B4252; +$highlight: #5E81AC; +$navigation: #E5E9F0; + +$text_color: #ECEFF4; +$extra_color: #88C0D0; +$danger_color: #BF616A; +$warning_color: #D08770; +$info_color: #A3BE8C; + +@import "../@theme-base/styles"; +@import "../@theme-base/dark_mode"; + +// Please do not remove the imports above, add overrides and other partials below this line. |
