:root {
	--link_color:                 #208c5a;
	--input_background:           rgba(255, 255, 255, 0.060000);
	--input_hover_background:     rgba(255, 255, 255, 0.110000);
	--input_text:                 #ffffff;
	--input_disabled_text:        #7f7f7f;
	--highlight_background:       #25a167;
	--highlight_color:            #25a167;
	--highlight_text_color:       #000000;
	--danger_color:               #ff7860;
	--danger_text_color:          #000000;
	--scrollbar_foreground_color: rgba(255, 255, 255, 0.060000);
	--scrollbar_hover_color:      rgba(255, 255, 255, 0.110000);

	--background_color:         #1e1e1e;
	--background:               #1e1e1e;
	--background_text_color:    #ffffff;
	--background_pattern_color: #1e1e1e;
	--navigation_background:    none;
	--body_color:               #232323;
	--body_background:          #232323;
	--body_text_color:          #ffffff;
	--separator:                #333333;
	--shaded_background:        hsla(0, 0.00%, 14.00%, 0.90);
	--card_color:               #353535;

	--chart_1_color: #25a167;
	--chart_2_color: #6725a1;
	--chart_3_color: #a16725;

	--shadow_color: #1c1c1c;
}




@media (prefers-color-scheme: light) {
	:root {
	--link_color:                 #28ad6f;
	--input_background:           rgba(0, 0, 0, 0.060000);
	--input_hover_background:     rgba(0, 0, 0, 0.110000);
	--input_text:                 #333333;
	--input_disabled_text:        #b2b2b2;
	--highlight_background:       #2dc27c;
	--highlight_color:            #2dc27c;
	--highlight_text_color:       #ffffff;
	--danger_color:               #bf1b26;
	--danger_text_color:          #ffffff;
	--scrollbar_foreground_color: rgba(0, 0, 0, 0.060000);
	--scrollbar_hover_color:      rgba(0, 0, 0, 0.110000);

	--background_color:         #eaeaea;
	--background:               #eaeaea;
	--background_text_color:    #333333;
	--background_pattern_color: #eaeaea;
	--navigation_background:    none;
	--body_color:               #f9f9f9;
	--body_background:          #f9f9f9;
	--body_text_color:          #333333;
	--separator:                #dbdbdb;
	--shaded_background:        hsla(0, 0.00%, 98.00%, 0.90);
	--card_color:               #ffffff;

	--chart_1_color: #2dc27c;
	--chart_2_color: #7c2dc2;
	--chart_3_color: #c27c2d;

	--shadow_color: #c7c7c7;
}



}