#4 Changed light colour theme in favour of a cold blue theme

This commit is contained in:
2025-03-06 14:24:24 +00:00
parent f33456bae3
commit f7e3acf384
6 changed files with 28 additions and 37 deletions

View File

@ -1,17 +1,16 @@
:root {
--bg: #282c34;
--bg-secondary: #3e434b;
--bg-grad-1: #484e58;
--bg-grad-2: #4e5560;
--bg-grad-3: #59616d;
--bg-grad-4: #606a7b;
--bg-grad-5: #606978;
--input: #2b3136;
--fg: #9eaac0;
--accent: #59616d;
--header: #E06C75;
--fg: #9eaac0;
--input: #2b3136;
--link: #98C379;
--hover: #56B6C2;
--glow: #C678DD;
--hover: #56B6C2;
--green: #98C379;
--red: #E06C75;

View File

@ -1,18 +1,17 @@
:root {
--bg: #fff;
--bg-secondary: #ebebeb;
--bg-grad-1: #c1c1c1;
--bg-grad-2: #a1a1a1;
--bg-grad-3: #858585;
--bg-grad-4: #616161;
--bg-grad-5: #484848;
--input: #cbc9c9;
--fg: #2f2f2f;
--header: #514a4a;
--link: #df0000;
--hover: #4f4b489b;
--glow: #545454;
--bg: #1e1f2a;
--bg-secondary: #3a3f4b;
--accent: #777f8d;
--header: #cad1da;
--fg: #e4e1db;
--input: #2e3438;
--link: #95add8;
--glow: #bcc3ca;
--hover: #cdd8e2;
--green: #98C379;
--red: #E06C75;
}