X-Git-Url: https://git.datadissipation.net/herbe/blobdiff_plain/db1e571082a915e3c724015e8d0a9ec0c8378a0d..676e24e237bd8140422504338ef9f3fac244a139:/config.h diff --git a/config.h b/config.h index f49865b..a72c9a7 100644 --- a/config.h +++ b/config.h @@ -1,14 +1,14 @@ -const static char *background_color = "#FFFFFF"; -const static char *border_color = "#FF0000"; +const static char *background_color = "#3e3e3e"; +const static char *border_color = "#ececec"; const static char *font_style = "Inconsolata:style=Medium:size=15"; -const static char *font_color = "#00FF00"; +const static char *font_color = "#ececec"; const static unsigned short text_padding = 10; const static unsigned short width = 300; -const static unsigned short border_size = 5; -const static unsigned short pos_x = 30; -const static unsigned short pos_y = 30; +const static unsigned short border_size = 2; +const static unsigned short pos_x = 40; +const static unsigned short pos_y = 50; enum corners { top_left, top_right, down_right, down_left }; enum corners corner = top_right;