development #24

Merged
luke-else merged 6 commits from development into main 2025-03-07 22:10:07 +00:00
Showing only changes of commit da2f2bc380 - Show all commits

View File

@ -0,0 +1,18 @@
: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 */
}