:root {

	--background-one:#FFFFFF;
	--background-two:#f3f3f3;
	--background-three:#f3f3f3;
	--background-four:#777777;

	--text-color:#212e36;
	--link-color:#212e36;
	--current-color:#212e36;
	--warning-color:#212e36;
	--inactive-color:#777777;

	--white-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4%) hue-rotate(133deg) brightness(102%) contrast(100%);

	--text-filter:brightness(0) saturate(100%) invert(16%) sepia(19%) saturate(736%) hue-rotate(155deg) brightness(94%) contrast(92%);
	--link-filter:brightness(0) saturate(100%) invert(15%) sepia(28%) saturate(564%) hue-rotate(155deg) brightness(90%) contrast(91%);
	--current-filter:brightness(0) saturate(100%) invert(13%) sepia(6%) saturate(1837%) hue-rotate(138deg) brightness(94%) contrast(85%);
	--warning-filter:brightness(0) saturate(100%) invert(18%) sepia(20%) saturate(620%) hue-rotate(164deg) brightness(90%) contrast(95%);
	--inactive-filter:brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(3637%) hue-rotate(298deg) brightness(104%) contrast(85%);

	--application-border-color:#D9D9D9;
	--grid-border-color:#f3f3f3;
	--panel-border-color:#f3f3f3;
	--dialog-border-color:#212e36;

	--scrollbar-track-color:#FFFFFF;
	--scrollbar-thumb-color:#212e36;
	--scrollbar-hover-color:#212e36;

	--standard-button-background:#FFFFFF;
	--standard-button-border:#212e36;
	--standard-button-text:#212e36;

	--menu-button-background:#FFFFFF;
	--menu-button-border:#212e36;
	--menu-button-text:#212e36;
	--menu-button-filter:brightness(0) saturate(100%) invert(17%) sepia(18%) saturate(691%) hue-rotate(158deg) brightness(99%) contrast(97%);

	--warning-button-background:#FFFFFF;
	--warning-button-border:#212e36;
	--warning-button-text:#212e36;
	--warning-button-filter:brightness(0) saturate(100%) invert(16%) sepia(29%) saturate(510%) hue-rotate(155deg) brightness(91%) contrast(92%);

	--creative-button-background:#212e36;
	--creative-button-border:#212e36;
	--creative-button-text:#FFFFFF;

	--keyword-button-background:#FFFFFF;
	--keyword-button-border:#212e36;
	--keyword-button-text:#212e36;

	--cancel-button-background:#FFFFFF;
	--cancel-button-border:#212e36;
	--cancel-button-text:#212e36;
}