#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;