config.h - dotfiles - These are my dotfiles. There are many like it, but these are mine.
 (HTM) git clone git://jay.scot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       config.h (458B)
       ---
            1 static int topbar = 1;
            2 static const char *fonts[] = {
            3         "Hack:pixelsize=14"
            4 };
            5 static int centered = 1;
            6 static const char *prompt      = "run ยป";
            7 static const char *colors[SchemeLast][2] = {
            8         [SchemeNorm] = { "#ebdbb2", "#282828" },
            9         [SchemeSel] = { "#ebdbb2", "#98971a" },
           10         [SchemeOut] = { "#ebdbb2", "#8ec07c" },
           11 };
           12 
           13 static unsigned int lines = 0;
           14 static const char worddelimiters[] = " ";
           15 static int min_width = 800;
           16 static unsigned int border_width = 3;