4coder_handmade_hero.cpp ready to go part3

master
Allen Webster 2016-03-05 03:13:42 -05:00
parent 437b69e832
commit 32da95069c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define Custom_Default 0 #define Custom_Default 0
#define Custom_HandmadeHero 1 #define Custom_HandmadeHero 1
#define Custom_Current Custom_HandmadeHero #define Custom_Current Custom_Default
#include "4coder_custom.h" #include "4coder_custom.h"
@ -29,7 +29,7 @@ HOOK_SIG(my_start){
exec_command(app, cmdid_change_active_panel); exec_command(app, cmdid_change_active_panel);
app->change_theme(app, literal("4coder")); app->change_theme(app, literal("4coder"));
app->change_font(app, literal("liberation mono")); app->change_font(app, literal("liberation sans"));
// Theme options: // Theme options:
// "4coder" // "4coder"