aboutsummaryrefslogtreecommitdiff
path: root/templates/nord
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nord')
-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.