finishing the rice off

This commit is contained in:
lemonsh 2022-02-18 22:05:24 +01:00
parent 4d935d2412
commit f408a55218
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ static const int showbar = 1; /* 0 means no bar */
enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always }; enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always };
static const int showtab = showtab_auto; static const int showtab = showtab_auto;
static const int toptab = 1; static const int toptab = 1;
static const int topbar = 0; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const int horizpadbar = 15; static const int horizpadbar = 15;
static const int vertpadbar = 4; static const int vertpadbar = 4;
static const int vertpadtab = 10; static const int vertpadtab = 10;
@ -27,8 +27,8 @@ static const int scalepreview = 4;
static int tag_preview = 1; /* 1 means enable, 0 is off */ static int tag_preview = 1; /* 1 means enable, 0 is off */
static const int colorfultag = 1; /* 0 means use SchemeSel for selected non-vacant tag */ static const int colorfultag = 1; /* 0 means use SchemeSel for selected non-vacant tag */
static const char *fonts[] = {"Cozette:style:medium:size=9"}; static const char *fonts[] = {"CozetteVector:size=9"};
static const char dmenufont[] = "Cozette:style:medium:size=9"; static const char dmenufont[] = "Cozette:style:regular:size=9";
// theme // theme
#include "themes/reallydark.h" #include "themes/reallydark.h"

View file

@ -1,4 +1,4 @@
static const char black[] = "#0f0f0f"; static const char black[] = "#262c3a";
static const char gray2[] = "#2e323a"; // unfocused window border static const char gray2[] = "#2e323a"; // unfocused window border
static const char gray3[] = "#545862"; static const char gray3[] = "#545862";
static const char gray4[] = "#6d8dad"; static const char gray4[] = "#6d8dad";
@ -8,4 +8,4 @@ static const char red[] = "#e06c75";
static const char orange[] = "#caaa6a"; static const char orange[] = "#caaa6a";
static const char yellow[] = "#EBCB8B"; static const char yellow[] = "#EBCB8B";
static const char pink[] = "#c678dd"; static const char pink[] = "#c678dd";
static const char col_borderbar[] = "#0f0f0f"; // inner border static const char col_borderbar[] = "#262c3a"; // inner border