Add custom theme
parent
9b5bde5fd9
commit
b56373b848
2
config.h
2
config.h
|
@ -21,7 +21,7 @@ static const int sidepad = 5;
|
||||||
static const char *fonts[] = { "monospace:size=10", "fontawesome:size=12", "NotoColorEmoji:size=12" };
|
static const char *fonts[] = { "monospace:size=10", "fontawesome:size=12", "NotoColorEmoji:size=12" };
|
||||||
static const char dmenufont[] = "monospace:size=10";
|
static const char dmenufont[] = "monospace:size=10";
|
||||||
|
|
||||||
#include "frappe.h"
|
#include "theme.h"
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_fg, col_bg, col_bg },
|
[SchemeNorm] = { col_fg, col_bg, col_bg },
|
||||||
|
|
Loading…
Reference in New Issue