This commit is contained in:
serversdwn
2025-12-17 01:47:19 -05:00
parent 2da58a13c7
commit 4b21082959
2 changed files with 2 additions and 7 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ __pycache__/
*.pyc *.pyc
*.log *.log
/.vscode/ /.vscode/
.vscode/
# ============================= # =============================
# 🔐 Environment files (NEVER commit secrets!) # 🔐 Environment files (NEVER commit secrets!)
# ============================= # =============================

View File

@@ -1,7 +1 @@
{ {}
"workbench.colorCustomizations": {
"activityBar.background": "#16340C",
"titleBar.activeBackground": "#1F4911",
"titleBar.activeForeground": "#F6FDF4"
}
}