body.theme-red {
	--body-bg-1: red;
	--body-bg-2: white;
	--body-bg-3: #800026;
	--navbar-bg: pink;
	--navbar-border: red;
	--navbar-shadow-1: red;
	--navbar-shadow-2: red;
	--logo: red;
	--logo-shadow: white;
	--nav: red;
	--nav-hover: white;
	--nav-bg-highlight: rgba(255, 0, 0, 0.2);
	--header: red;
	--header-bg-1: white;
	--header-bg-2: rgba(255, 255, 255, 0.8);
	--header-shadow: pink;
	--header-content: #ef3655;
	--content: #402323;
	--content-hover: #370f0f;
	--content-bg: rgba(255, 255, 255, 0.8);
	--content-hover-bg: rgba(250, 191, 191, 0.8);
	--content-border: rgba(255, 115, 115, 0.68);
	--content-hover-border: rgba(248, 41, 41, 0.85);
	--content-shadow: rgba(101, 1, 1, 0.48);
	--button-config: white;
	--button-config-bg-1: #3b82f6;
	--button-config-bg-2: #2563eb;
	--button-config-shadow: rgba(59, 130, 246, 0.4);
	--button-start: white;
	--button-start-bg-1: #22c55e;
	--button-start-bg-2: #16a34a;
	--button-start-shadow: rgba(34, 197, 94, 0.4);
	--button-stop: white;
	--button-stop-bg-1: #ef4444;
	--button-stop-bg-2: #dc2626;
	--button-stop-shadow: rgba(239, 68, 68, 0.4);
	--button-browse: white;
	--button-browse-bg-1: #667eea;
	--button-browse-bg-2: #5a67d8;
	--button-browse-shadow: rgba(6, 23, 80, 0.4);
	--button-remove: white;
	--button-remove-bg-1: #f87171;
	--button-remove-bg-2: #ef4444;
	--button-remove-shadow: rgba(239, 68, 68, 0.4);
	--table-header: red;
	--table-header-bg-1: pink;
	--table-header-bg-2: white;
	--table: black;
	--table-row-bg-1: #ffdfe5;
	--table-row-bg-2: white;
	--table-border: red;
	--input: #7c0202;
	--input-bg: #f8c7c7;
	--input-border: #ff4d4d;
	--status-running: #22c55e;
	--status-starting: #facc15;
	--status-stopped: #ef4444;
	--status-stopping: #f97316;
}

body.theme-classic {
	--body-bg-1: #0f0f23;
	--body-bg-2: #363675;
	--body-bg-3: #16213e;
	--navbar-bg: rgba(26, 26, 46, 0.95);
	--navbar-border: rgba(0, 150, 255, 0.3);
	--navbar-shadow-1: rgba(0, 150, 255, 0.2);
	--navbar-shadow-2: rgba(0, 150, 255, 0.15);
	--logo: #0096ff;
	--logo-shadow: rgba(0, 150, 255, 0.5);
	--nav: #87ceeb;
	--nav-hover: #00d4ff;
	--nav-hover-bg: #0096ff;
	--nav-bg-highlight: rgba(0, 212, 255, 0.2);
	--header: #0096ff;
	--header-bg-1: rgba(0, 150, 255, 0.1);
	--header-bg-2: rgba(26, 26, 46, 0.9);
	--header-shadow: rgba(0, 150, 255, 0.5);
	--header-content: #87ceeb;
	--content: #acb1b5;
	--content-hover: #ffffff;
	--content-bg: rgba(26, 26, 46, 0.9);
	--content-hover-bg: rgba(42, 42, 73, 0.9);
	--content-border: rgba(0, 212, 255, 0.45);
	--content-hover-border: rgba(0, 212, 255, 1);
	--content-shadow: rgba(0, 212, 255, 0.65);
	--terminal: #02aa02;
	--terminal-error: #ff4c4c;
	--terminal-bg: rgba(0, 0, 0, 1);
	--terminal-border: rgba(0, 150, 255, 0.3);
	--button-active-shadow: rgba(186, 186, 186, 0.4);
	--button: #2b2b2b;
	--button-bg-1: rgba(253, 253, 255, 1);
	--button-bg-2: rgba(118, 139, 152, 1);
	--button-shadow: rgba(97, 126, 147, 0.4);
	--button-config: white;
	--button-config-bg-1: #3b82f6;
	--button-config-bg-2: #2563eb;
	--button-create: white;
	--button-create-bg-1: #22c55e;
	--button-create-bg-2: #16a34a;
	--button-create-shadow: rgba(34, 197, 94, 0.4);
	--button-start: white;
	--button-start-bg-1: #22c55e;
	--button-start-bg-2: #0b8136;
	--button-start-shadow: rgba(34, 197, 94, 0.4);
	--button-stop: white;
	--button-stop-bg-1: #ef4444;
	--button-stop-bg-2: #dc2626;
	--button-stop-shadow: rgba(239, 68, 68, 0.4);
	--button-browse: white;
	--button-browse-bg-1: #667eea;
	--button-browse-bg-2: #3844aa;
	--button-browse-shadow: rgba(20, 46, 131, 0.4);
	--button-remove: white;
	--button-remove-bg-1: #f87171;
	--button-remove-bg-2: #b82929;
	--button-remove-shadow: rgba(239, 68, 68, 0.4);
	--button-save: white;
	--button-save-bg-1: #22c55e;
	--button-save-bg-2: #0f7a37;
	--button-save-shadow: rgba(34, 197, 94, 0.4);
	--button-cancel: white;
	--button-cancel-bg-1: #3e3232;
	--button-cancel-bg-2: #3a1e1e;
	--button-cancel-shadow: rgba(43, 26, 26, 0.4);
	--table-header: white;
	--table-header-bg-1: #518ca5;
	--table-header-bg-2: rgba(0, 150, 255, 0.9);
	--table: white;
	--table-row-bg-1: rgba(1, 57, 113, 0.65);
	--table-row-bg-2: rgba(0, 40, 80, 0.65);
	--table-border: rgba(0, 212, 255, 1);
	--input: rgba(26, 26, 46, 1);
	--input-placeholder: #326075;
	--input-bg: #87ceeb;
	--input-border: #0096ff;
	--input-focus: rgb(4, 4, 11);
	--input-focus-bg: #a0d9f1;
	--input-focus-border: #1ea1fd;
	--input-focus-shadow: rgba(0, 150, 255, 0.59);
	--status-running: #22c55e;
	--status-starting: #facc15;
	--status-stopped: #ed8d70;
	--status-stopping: #f97316;
	/*--status-critical: #e13a3a;*/
	--status-neutral: #87ceeb;
	--status-neutral-bg-1: #0a3e93;
	--status-neutral-bg-2: #2563eb;
	--status-good: #72f6ce;
	--status-good-bg-1: #034a1d;
	--status-good-bg-2: #558868;
	--status-warning: #fadbb6;
	--status-warning-bg-1: #5c460c;
	--status-warning-bg-2: #8a7658;
	--status-critical: #fdbbbb;
	--status-critical-bg-1: #530a0a;
	--status-critical-bg-2: #634141;
	--graph-bg: #292929;
}