14 lines
515 B
Diff
14 lines
515 B
Diff
diff --git a/config.h b/config.h
|
|
index e0ed975..5ea70c2 100644
|
|
--- a/config.h
|
|
+++ b/config.h
|
|
@@ -16,7 +16,7 @@ static const int sidepad = 5;
|
|
static const char *fonts[] = { "monospace:size=10", "fontawesome:size=12", "NotoColorEmoji:size=12" };
|
|
static const char dmenufont[] = "monospace:size=10";
|
|
|
|
-#include "frappe.h"
|
|
+#include "latte.h"
|
|
static const char *colors[][3] = {
|
|
/* fg bg border */
|
|
[SchemeNorm] = { col_fg, col_bg, col_bg },
|