add more projects and change default colors

This commit is contained in:
2026-01-31 21:40:57 -06:00
parent bdcc5d0dc8
commit d99dc901ac
3 changed files with 62 additions and 35 deletions

View File

@@ -10,8 +10,8 @@ const resetBtn = document.getElementById('reset-settings-button');
let lightMode = false;
const defaultSettings = {
foreground: "#ba1818",
background: "#0f0f0f",
foreground: "#4d6e8d",
background: "#010101",
spacing: "15px",
radius: "10px"
};