Finalized theme

This commit is contained in:
pbentes
2025-05-04 21:36:30 +01:00
parent 8d107203ce
commit fbb9607587

View File

@ -10,13 +10,13 @@ static const int horizpadbar = 5; /* horizontal padding for status
static const int vertpadbar = 5; /* vertical padding for statusbar */
static const int vertpad = 10; /* vertical padding of bar */
static const int sidepad = 10; /* horizontal padding of bar */
static const char *fonts[] = { "monospace:size=10", "remixicon:size=10" };
static const char dmenufont[] = "monospace:size=10";
static const char *fonts[] = { "monospace:size=12", "remixicon:size=14" };
static const char dmenufont[] = "monospace:size=12";
static const char col_gray1[] = "#597445";
static const char col_gray2[] = "#658147";
static const char col_gray3[] = "#e7f0dc";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#f0bb78";
static const char col_cyan[] = "#c6b652";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },