add more projects and change default colors
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user