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 @@ +