Theme upd

This commit is contained in:
nexeq 2021-05-08 16:19:31 +05:00
parent 82d519e98e
commit a95e61540a
4 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "terminus:size=12" };
static const char dmenufont[] = "terminus:size=12";
static const char col_gray1[] = "#222222";
static const char col_gray1[] = "#0a0404";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";

View File

@ -7,7 +7,7 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "terminus:size=12" };
static const char dmenufont[] = "terminus:size=12";
static const char col_gray1[] = "#222222";
static const char col_gray1[] = "#0a0404";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";

View File

@ -96,7 +96,7 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
"#222324",
"#373436",
"red3",
"green3",
"yellow3",
@ -106,7 +106,7 @@ static const char *colorname[] = {
"gray90",
/* 8 bright colors */
"gray50",
"#373436",
"red",
"green",
"yellow",

View File

@ -96,7 +96,7 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
"#222324",
"#373436",
"red3",
"green3",
"yellow3",
@ -106,7 +106,7 @@ static const char *colorname[] = {
"gray90",
/* 8 bright colors */
"gray50",
"#373436",
"red",
"green",
"yellow",