added hmh theme back

master
Allen Webster 2017-06-12 13:43:52 -04:00
parent 6a9f00a780
commit 1349308c81
1 changed files with 0 additions and 2 deletions

View File

@ -632,7 +632,6 @@ app_hardcode_styles(Models *models){
/////////////////
style_set_name(style, make_lit_string("Handmade Hero"));
#if 0
style->main.back_color = 0xFF161616;
style->main.margin_color = 0xFF262626;
style->main.margin_hover_color = 0xFF333333;
@ -670,7 +669,6 @@ app_hardcode_styles(Models *models){
file_info_style.pop1_color = 0xFF03CF0C;
file_info_style.pop2_color = 0xFFFF0000;
style->main.file_info_style = file_info_style;
#endif
++style;