:root {
	--link_color:                 #00b285;
	--input_background:           #47514f;
	--input_hover_background:     #535e5c;
	--input_text:                 #ffffff;
	--input_disabled_text:        #7f7f7f;
	--highlight_background:       #00cc99;
	--highlight_color:            #00cc99;
	--highlight_text_color:       #000000;
	--danger_color:               #ffaa00;
	--danger_text_color:          #000000;
	--scrollbar_foreground_color: #47514f;
	--scrollbar_hover_color:      #535e5c;

	--background_color:         #272a2a;
	--background:               #272a2a;
	--background_text_color:    #cccccc;
	--background_pattern:       url("");
	--background_pattern_color: #272a2a;
	--navigation_background:    none;
	--body_color:               #323837;
	--body_background:          #323837;
	--body_text_color:          #cccccc;
	--separator:                #414846;
	--shaded_background:        hsla(168, 5.00%, 21.00%, 0.80);
	--card_color:               #3e4544;

	--chart_1_color: #00cc99;
	--chart_2_color: #9900cc;
	--chart_3_color: #cc9900;

	--shadow_color: #292c2b;
}

