From 04646d23b8582690f1a27ea1ccbb1bbb367c18ed Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 24 Dec 2021 12:56:15 +0000 Subject: [PATCH] Add "Nord" style --- ohayodash/static/js/themer.js | 9 +++++++++ ohayodash/templates/index.j2 | 1 + 2 files changed, 10 insertions(+) diff --git a/ohayodash/static/js/themer.js b/ohayodash/static/js/themer.js index fb941cf..534a27c 100755 --- a/ohayodash/static/js/themer.js +++ b/ohayodash/static/js/themer.js @@ -134,6 +134,15 @@ for (let i = 0; i < dataThemeButtons.length; i++) { }); return; + case 'nord': + setTheme({ + 'color-background': '#2E3440', + 'color-text-pri': '#E5E9F0', + 'color-text-acc': '#8FBCBB' + }); + return; + + } }) } \ No newline at end of file diff --git a/ohayodash/templates/index.j2 b/ohayodash/templates/index.j2 index 4e86f71..bcc87cc 100644 --- a/ohayodash/templates/index.j2 +++ b/ohayodash/templates/index.j2 @@ -36,6 +36,7 @@ +