:root {
	--link_color:                 #5cad1e;
	--input_background:           #163300;
	--input_hover_background:     #214c00;
	--input_text:                 #e5e5e5;
	--input_disabled_text:        #666666;
	--highlight_background:       #68c322;
	--highlight_color:            #68c322;
	--highlight_text_color:       #000000;
	--danger_color:               #821b3f;
	--danger_text_color:          #000000;
	--scrollbar_foreground_color: #163300;
	--scrollbar_hover_color:      #214c00;

	--background_color:         #040a00;
	--background:               #040a00;
	--background_text_color:    #e2fecc;
	--background_pattern_color: #040a00;
	--navigation_background:    none;
	--body_color:               #081400;
	--body_background:          #081400;
	--body_text_color:          #e2fecc;
	--separator:                #163300;
	--shaded_background:        hsla(94, 100.00%, 4.00%, 0.90);
	--card_color:               #0d1e00;

	--chart_1_color: #68c322;
	--chart_2_color: #2268c3;
	--chart_3_color: #c32268;

	--shadow_color: #070e01;
}


