From b0e7941abe81d70940247b8e1a7099e05264344f Mon Sep 17 00:00:00 2001 From: gruneforth <114325145+gruneforth@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:13:44 -0700 Subject: [PATCH] fix(ui): fix Nuclear Theme (#3291) * Add Nuclear Theme * Fix login screen color & Softened "link" coloring --------- Co-authored-by: grune --- ui/src/themes/nuclear.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/src/themes/nuclear.js b/ui/src/themes/nuclear.js index 5db45344a..0c2748a94 100644 --- a/ui/src/themes/nuclear.js +++ b/ui/src/themes/nuclear.js @@ -5,7 +5,7 @@ const nukeCol = { text: '#ebdbb2', textAlt: '#bdae93', icon: '#b8bb26', - link: '#c22817', + link: '#c44129', border: '#a89984', } @@ -181,12 +181,10 @@ export default { systemNameLink: { color: nukeCol['text'], }, - icon: {}, card: { minWidth: 300, - backgroundColor: nukeCol['text'], + backgroundColor: nukeCol['secondary'], }, - avatar: {}, button: { boxShadow: '3px 3px 5px #000000a3', },