:root.dark {
	--background: rgb(30, 30, 30);
	--surfacePrimary: rgb(20, 20, 20);
	--blue: rgb(0,255,0);
	--icon-blue: rgb(0,210,0);
}

header {
	border-bottom: 1px solid rgb(0,255,0) !important;
}

#listing .item[aria-selected=true] {
	background-color: rgb(40,40,40) !important;
}