This commit is contained in:
tavo-wasd 2023-07-23 20:00:19 -06:00
parent b2e07d1c7e
commit fc8238c6e7

View file

@ -8,16 +8,16 @@ static const unsigned int snap = 5; /* snap pixel */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 0; /* 0 means bottom bar */
static const char *fonts[] = { "SourceCodePro:semibold:size=10" };
static const char dmenufont[] = "SourceCodePro:semibold:size=10";
static const char *fonts[] = { "JetBrainsMono:semibold:size=10" };
static const char dmenufont[] = "JetBrainsMono:semibold:size=10";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
/* custom colors */
static const char col_main[] = "#ebdbb2";
static const char col_second[] = "#121212";
static const char col_main[] = "#83a598";
static const char col_second[] = "#1d1f20";
static const char *colors[][3] = {
/* --------------- */
/* fg bg border */