:root{
	/* background */
	--1d2021: #0f111a;
	--282828: #00010a;
	--3c3836: #3b4252;
	--504945: #4c566a;
	
	/* font */
	--928374: #e5e9f0;
	--a89984: #e5e9f0;
	--bdae93: #e5e9f0;
	--8ec07c: #a3be8c;
	--ebdbb2: #e5e9f0;
	
	/* code highlighter */
	--comment: #3b4252;
	--default: #e5e9f0;
	--keyword: #88c0d0;
	--string: #81a1c1;
	
	/* color codes for instance list */
	--green: #a3be8c;
	--yellow: #ebcb8b;
	--red: #bf616a;
}

.autocomplete .entry:hover,
.instances th:hover
{
	background:#ff4151;
}
