begin work on header

This commit is contained in:
Timothy Pidashev
2024-03-18 12:19:11 -07:00
parent 9422553c9c
commit 36112fe04e
7 changed files with 41 additions and 6 deletions
+2
View File
@@ -9,6 +9,7 @@ module.exports = {
colors: {
light:{
background: "#fbf1c7",
foreground: "#3c3836",
red: {
1: "#cc241d",
2: "#9d0006"
@@ -40,6 +41,7 @@ module.exports = {
},
dark: {
background: "#282828",
foreground: "#ebdbb2",
red: {
1: "#cc241d",
2: "#fb4934"