:root {
--text:0,0,0;;
--background:255,255,255;;
--tint:0,43,255;;
--disabled:162,162,162;;
--code_is_added_color:22,223,143;;
--danger:255,0,0;;
--code_function_color:255,237,132;;
--code_keyword_color:0,43,255;;
--code_number_color:0,43,255;;
--code_string_color:196,162,98;;
--code_comment_color:169,169,169;;
--code_text_color:228,231,238;;
--code_tint_color:132,255,237;;
--border_color_light:232,232,232;;
--text_muted:113,113,122;;
--light_text:183,183,183;;
--code_component_color:255,0,255;;
--code_operator_color:86,86,86;;
--code_identifier_color:46,59,90;;
--code_type_color:125,118,132;;
--highlight_color:243,243,243;;
--chart_bar_color:33,33,33;;
}
[data-theme="dark"] {
--text:234,234,234;;
--background:15,15,15;;
--tint:255,242,0;;
--disabled:162,162,162;;
--code_is_added_color:22,223,143;;
--danger:255,0,0;;
--code_function_color:255,237,132;;
--code_keyword_color:0,43,255;;
--code_number_color:0,43,255;;
--code_string_color:196,162,98;;
--code_comment_color:169,169,169;;
--code_text_color:228,231,238;;
--code_tint_color:132,255,237;;
--border_color_light:232,232,232;;
--text_muted:113,113,122;;
--light_text:183,183,183;;
--code_component_color:255,0,255;;
--code_operator_color:86,86,86;;
--code_identifier_color:46,59,90;;
--code_type_color:125,118,132;;
--highlight_color:243,243,243;;
--chart_bar_color:33,33,33;;
}
