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

			
			.theme-alt-purple {
				--theme-accent: #ab78e6;
				--theme-foreground: #ffffff;
				--theme-foreground-alt: #b8b8b8;
				--theme-background: #000000;
				--theme-background-alt: #666666;
			}

			
			.theme-blue {
				--theme-accent: #4199eb;
				--theme-foreground: #ffffff;
				--theme-foreground-alt: #b8b8b8;
				--theme-background: #000000;
				--theme-background-alt: #04132e;
			}

			
			.theme-cotton-candy {
				--theme-accent: #dadada;
				--theme-foreground: #ffffff;
				--theme-foreground-alt: #e9e8e8;
				--theme-background: #e66465;
				--theme-background-alt: #9198e5;
			}

			
			.theme-dark-sea {
				--theme-accent: #1ec987;
				--theme-foreground: #f0f0f0;
				--theme-foreground-alt: #dbdbdb;
				--theme-background: #000000;
				--theme-background-alt: #0f3300;
			}

			
			.theme-deep-red {
				--theme-accent: #ffa1a1;
				--theme-foreground: #f0f0f0;
				--theme-foreground-alt: #dbdbdb;
				--theme-background: #000000;
				--theme-background-alt: #700202;
			}

			
			.theme-grey {
				--theme-accent: #424242;
				--theme-foreground: #0e0e0e;
				--theme-foreground-alt: #444444;
				--theme-background: #ffffff;
				--theme-background-alt: #e9e8e8;
			}

			
			.theme-hot-pink {
				--theme-accent: #dd3cba;
				--theme-foreground: #fffefe;
				--theme-foreground-alt: #dbdbdb;
				--theme-background: #000000;
				--theme-background-alt: #1b001f;
			}

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

			
			.theme-purple {
				--theme-accent: #6b39e0;
				--theme-foreground: #0e0e0e;
				--theme-foreground-alt: #646464;
				--theme-background: #ffffff;
				--theme-background-alt: #e8e6ec;
			}

			
			.theme-red {
				--theme-accent: #bb0303;
				--theme-foreground: #0e0e0e;
				--theme-foreground-alt: #646464;
				--theme-background: #ffffff;
				--theme-background-alt: #e9e1e1;
			}

			
			.theme-teal {
				--theme-accent: #03774b;
				--theme-foreground: #0e0e0e;
				--theme-foreground-alt: #646464;
				--theme-background: #ffffff;
				--theme-background-alt: #e5e9e5;
			}

			
			.theme-yellow {
				--theme-accent: #ddba45;
				--theme-foreground: #ffffff;
				--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: #554f4f;
				--theme-background-alt: #35352c;
			}

			
			.theme-hot {
				--theme-accent: #9b0127;
				--theme-foreground: #000000;
				--theme-foreground-alt: #4e4e4e;
				--theme-background: #faf2eb;
				--theme-background-alt: #f2dfce;
			}

			