Fixed Forest Theme
Build & Auto-Repair / build (push) Has been cancelled

This commit is contained in:
JCBSComputer
2026-07-02 16:45:11 +02:00
parent 5d315bed22
commit a1fef1d8bb
5 changed files with 48 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ const bgOptions = [
{ value: "cyber2", label: "Cyber 2.0", color: "bg-gradient-to-r from-cyan-400 to-fuchsia-500", ring: "ring-cyan-400", desc: "Neon grid with glow" },
{ value: "pumpkin", label: "Pumpkin Spice", color: "bg-gradient-to-r from-orange-600 to-amber-500", ring: "ring-orange-600", desc: "Warm autumn orange" },
{ value: "bw", label: "Black & White", color: "bg-gradient-to-r from-gray-900 to-gray-400", ring: "ring-gray-500", desc: "Clean monochrome" },
{ value: "forest", label: "Forest", color: "bg-gradient-to-r from-green-700 to-green-400", ring: "ring-green-600", desc: "Earthy greens with tree silhouettes" },
]
function getStoredColorTheme(): string {
+1
View File
@@ -12,6 +12,7 @@ import "../../Web_Backgrounds/cyber2-theme.css"
import "../../Web_Backgrounds/pumpkin-theme.css"
import "../../Web_Backgrounds/bw-theme.css"
import "../../Web_Backgrounds/luminous-theme.css"
import "../../Web_Backgrounds/forest-theme.css"
const inter = Inter({
variable: "--font-inter",