:root {
	--neko-play: #f577f5;

	--background: #000;
	--texts: #ccc;
	--dark-color: #555;

	--active: #33f;
	--warn: #f80;

	--cancel: #f22;
	--continue: #2f2;

	--hl-base: #ffffff;
	--hl-comment: #d750ff;
	--hl-keywords: #ff50d7;
	--hl-strings: #ff8800;
	--hl-number: #00ffff;
	--hl-def: #00ff00;
	--hl-var: #ffff00;
	--hl-operator: #ffffff;
	--hl-tag: #ff50d7;
	--hl-regex: #5050ff;
	--hl-default: #ffffff;
}