From f408a55218a68db64076c503585fe616e34842e7 Mon Sep 17 00:00:00 2001 From: lemonsh Date: Fri, 18 Feb 2022 22:05:24 +0100 Subject: [PATCH] finishing the rice off --- lemondwm/config.def.h | 6 +++--- lemondwm/themes/reallydark.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lemondwm/config.def.h b/lemondwm/config.def.h index ab8b64c..3646a36 100644 --- a/lemondwm/config.def.h +++ b/lemondwm/config.def.h @@ -17,7 +17,7 @@ static const int showbar = 1; /* 0 means no bar */ enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always }; static const int showtab = showtab_auto; 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 vertpadbar = 4; 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 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 dmenufont[] = "Cozette:style:medium:size=9"; +static const char *fonts[] = {"CozetteVector:size=9"}; +static const char dmenufont[] = "Cozette:style:regular:size=9"; // theme #include "themes/reallydark.h" diff --git a/lemondwm/themes/reallydark.h b/lemondwm/themes/reallydark.h index 0f69ddc..1ac0402 100644 --- a/lemondwm/themes/reallydark.h +++ b/lemondwm/themes/reallydark.h @@ -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 gray3[] = "#545862"; static const char gray4[] = "#6d8dad"; @@ -8,4 +8,4 @@ static const char red[] = "#e06c75"; static const char orange[] = "#caaa6a"; static const char yellow[] = "#EBCB8B"; static const char pink[] = "#c678dd"; -static const char col_borderbar[] = "#0f0f0f"; // inner border +static const char col_borderbar[] = "#262c3a"; // inner border