
			.theme-alt-grey {
				--theme-accent: #ffffff;
				--theme-foreground: #ebebeb;
				--theme-foreground-alt: #d6d6d6;
				--theme-background: #000000;
				--theme-background-alt: #363636;
			}

			
			.theme-alt-purple {
				--theme-accent: #a361ee;
				--theme-foreground: #ffffff;
				--theme-foreground-alt: #b8b8b8;
				--theme-background: #030303;
				--theme-background-alt: #464646;
			}

			
			.theme-blue {
				--theme-accent: #1b6cbb;
				--theme-foreground: #ffffff;
				--theme-foreground-alt: #b8b8b8;
				--theme-background: #030303;
				--theme-background-alt: #00194a;
			}

			
			.theme-cotton-candy {
				--theme-accent: #dadada;
				--theme-foreground: #ffffff;
				--theme-foreground-alt: #afafaf;
				--theme-background: #882828;
				--theme-background-alt: #313ba7;
			}

			
			.theme-dark-sea {
				--theme-accent: #039e63;
				--theme-foreground: #f0f0f0;
				--theme-foreground-alt: #dbdbdb;
				--theme-background: #030303;
				--theme-background-alt: #0b2b00;
			}

			
			.theme-deep-red {
				--theme-accent: #d96f6f;
				--theme-foreground: #dad8d8;
				--theme-foreground-alt: #c4c3c3;
				--theme-background: #030303;
				--theme-background-alt: #410000;
			}

			
			.theme-grey {
				--theme-accent: #ffffff;
				--theme-foreground: #f0f0f0;
				--theme-foreground-alt: #d6d6d6;
				--theme-background: #000000;
				--theme-background-alt: #424242;
			}

			
			.theme-hot-pink {
				--theme-accent: #c720a4;
				--theme-foreground: #fffefe;
				--theme-foreground-alt: #dbdbdb;
				--theme-background: #030303;
				--theme-background-alt: #210025;
			}

			
			.theme-plain {
				--theme-accent: #ffffff;
				--theme-foreground: #f0f0f0;
				--theme-foreground-alt: #dbdbdb;
				--theme-background: #000000;
				--theme-background-alt: #000000;
			}

			
			.theme-purple {
				--theme-accent: #b09ddd;
				--theme-foreground: #ffffff;
				--theme-foreground-alt: #b8b8b8;
				--theme-background: #272727;
				--theme-background-alt: #39373c;
			}

			
			.theme-red {
				--theme-accent: #d34242;
				--theme-foreground: #cccccc;
				--theme-foreground-alt: #b8b8b8;
				--theme-background: #272727;
				--theme-background-alt: #3f3434;
			}

			
			.theme-teal {
				--theme-accent: #1ec987;
				--theme-foreground: #f0f0f0;
				--theme-foreground-alt: #dbdbdb;
				--theme-background: #000000;
				--theme-background-alt: #181a18;
			}

			
			.theme-yellow {
				--theme-accent: #ddba45;
				--theme-foreground: #e2e2e2;
				--theme-foreground-alt: #b8b8b8;
				--theme-background: #101730;
				--theme-background-alt: #02060f;
			}

			
			.theme-yellow-red {
				--theme-accent: #ee6a6a;
				--theme-foreground: #e2dec4;
				--theme-foreground-alt: #f3dc5d;
				--theme-background: #383434;
				--theme-background-alt: #272720;
			}

			
			.theme-hot {
				--theme-accent: #d11a48;
				--theme-foreground: #faf2eb;
				--theme-foreground-alt: #f2dfce;
				--theme-background: #2f1a1c;
				--theme-background-alt: #080808;
			}

			