:root {
	--neko-play: #f577f5;

	--background: #0b0015;
	--texts: #d8c6f0;
	--dark-color: #1e0030;

	--active: #bb66ff;
	--warn: #ff4488;

	--cancel: #f22;
	--continue: #2f2;

	--hl-base: #ffffff;
	--hl-comment: #aa88cc;
	--hl-keywords: #dd66ff;
	--hl-strings: #ff88dd;
	--hl-number: #cc99ff;
	--hl-def: #c040ff;
	--hl-var: #ffbbff;
	--hl-operator: #ffffff;
	--hl-tag: #e060ff;
	--hl-regex: #aa66ff;
	--hl-default: #f0e6ff;
}