CHORE: Starting to get to work with changing some of the old formatting over to tailwind config

This commit is contained in:
2025-05-21 22:45:18 +01:00
parent fc642a4ecd
commit 24a7ebf02a
28 changed files with 118 additions and 734 deletions

View File

@ -1,18 +0,0 @@
:root {
--bg: #f2f6f7; /* Soft blue-tinted white */
--bg-secondary: #d7e1e4; /* Cool grey-blue */
--accent: #92a9b0; /* Subtle blue-green */
--header: #5d7075; /* Deep slate blue-green */
--fg: #3c4649; /* Rich dark grey */
--input: #e0e6e8; /* Light desaturated blue-grey */
--link: #678d97; /* Muted sea blue */
--glow: #b2c4c8; /* Gentle cool glow */
--hover: #8fa7af; /* Soft grey-blue hover */
--green: #78a890; /* Balanced green */
--red: #e08c96; /* Soft dusty red */
--blue: #729da5; /* Medium desaturated blue */
}

View File

@ -1,17 +0,0 @@
:root {
--bg: #1e1f2a;
--bg-secondary: #3a3f4b;
--accent: #777f8d;
--header: #cad1da;
--fg: #e4e1db;
--input: #2e3438;
--link: #95add8;
--glow: #bcc3ca;
--hover: #cdd8e2;
--green: #98C379;
--red: #E06C75;
}

View File

@ -1,18 +0,0 @@
:root {
--bg: #2b2b2b; /* Dark but not too harsh */
--bg-secondary: #3c3f41; /* Deep warm grey */
--accent: #6897bb; /* Muted but clear blue */
--header: #a9b7c6; /* Softer contrast */
--fg: #bbbbbb; /* Light but not pure white */
--input: #414141; /* Dark grey input */
--link: #519aba; /* Soft coding blue */
--glow: #4e5d68; /* Subtle bluish glow */
--hover: #8c9da8; /* Brighter on hover */
--green: #6a8759; /* Classic Darcula green */
--red: #cc6666; /* Softer, warm red */
--blue: #6897bb; /* Standard coding blue */
}

View File

@ -1,18 +0,0 @@
:root {
--bg: #272822; /* Classic Monokai dark */
--bg-secondary: #3e3d32; /* Darker olive grey */
--accent: #f92672; /* Monokais signature pink-red */
--header: #a6e22e; /* Neon green */
--fg: #f8f8f2; /* Soft off-white */
--input: #373831; /* Slightly lighter grey-green */
--link: #66d9ef; /* Monokai cyan */
--glow: #49483e; /* Muted background glow */
--hover: #fd7c95; /* Lighter pink hover */
--green: #a6e22e; /* Bright Monokai green */
--red: #f92672; /* Soft pinkish-red */
--blue: #66d9ef; /* Bright cyan */
}

View File

@ -1,18 +0,0 @@
:root {
--bg: #1e1e1e; /* Dark neutral background */
--bg-secondary: #252526; /* Slightly lighter for separation */
--accent: #569cd6; /* Signature VS Code blue */
--header: #9cdcfe; /* Brighter cyan for contrast */
--fg: #d4d4d4; /* Light grey for readability */
--input: #333; /* Dark but still visible */
--link: #4fc1ff; /* Brighter blue for hyperlinks */
--glow: #2a3f5f; /* Soft deep blue glow */
--hover: #7bb8e8; /* Brighter accent on hover */
--green: #4ec9b0; /* Soft green */
--red: #d16969; /* Coding red */
--blue: #9cdcfe; /* Soft bright cyan */
}