diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-21 11:13:22 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-21 11:13:22 -0500 |
| commit | cd230615440ff5e8e0cde5f39c37070b48e436bc (patch) | |
| tree | 828307b226f453c7c088314e4aebe663f9c58a55 /config.def.h | |
| parent | b86b1c08576aaf5703304555ac40f026bafdbe1b (diff) | |
| download | suggpicker-cd230615440ff5e8e0cde5f39c37070b48e436bc.tar.gz | |
config: no longer compile
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config.def.h b/config.def.h deleted file mode 100644 index ce6d16f..0000000 --- a/config.def.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef config_def_h_INCLUDED -#define config_def_h_INCLUDED - -static const char *default_font = "Monospace 14"; - -struct clr_scheme scheme = { - /* colors */ - .bg = {.bgra = {15, 15, 15, 225}}, - .fg = {.bgra = {45, 45, 45, 225}}, - .high = {.bgra = {100, 100, 100, 225}}, - .swipe = {.bgra = {100, 255, 100, 64}}, - .text = {.color = UINT32_MAX}, -}; - -/* layers is an ordered list of layouts, used to cycle through */ -static enum layout_id layers[] = { - Full, // First layout is the default layout on startup -}; - -#endif // config_def_h_INCLUDED |
