aboutsummaryrefslogtreecommitdiff
path: root/templates/nord/nord.scss
diff options
context:
space:
mode:
authorcristiano <[email protected]>2021-01-03 10:44:57 +0000
committerGitHub <[email protected]>2021-01-03 10:44:57 +0000
commit493b1d8710977c790d0365b98f0d75ec707e3f3b (patch)
tree4fda3cf427cc69895ddc443f4cf636565d170385 /templates/nord/nord.scss
parentae09733fd5fdb6147971478ee2236b63e2b30eb5 (diff)
parentcecf2507ddeeeb2d9dca4800f267cc99287b4918 (diff)
downloadprotonmail-themes-main.tar.xz
protonmail-themes-main.zip
Merge pull request #59 from ch1r0x/mainHEADmain
Add theme base on Nord colors
Diffstat (limited to 'templates/nord/nord.scss')
-rw-r--r--templates/nord/nord.scss25
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.