From 7a0f8e687376fad95329cb401a71257404ad16a2 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:44:46 +0400 Subject: [PATCH] colorschem change --- config/dwm/config.def.h | 4 ++-- config/dwmbar/themes/sako.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index df280984..74bb1d00 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -19,8 +19,8 @@ static const char col_red2[] = "#830202"; static const char col_red3[] = "#aa1212"; static const char *colors[][3] = { /* fg bg border */ - [SchemeNorm] = { col_white1, col_black1, col_red2}, - [SchemeSel] = { col_white1, col_red, col_red3}, + [SchemeNorm] = { col_white1, col_black1, col_red1}, + [SchemeSel] = { col_white1, col_red2, col_red3}, }; static const char *const autostart[] = { diff --git a/config/dwmbar/themes/sako.sh b/config/dwmbar/themes/sako.sh index 9b1a5b7b..4268b076 100755 --- a/config/dwmbar/themes/sako.sh +++ b/config/dwmbar/themes/sako.sh @@ -2,11 +2,11 @@ # colors -black=#060606 +black=#000000 green=#7eca9c -white=#DBDBDB +white=#ffffff grey=#9C8B8C blue=#7aa2f7 -red=#4D1111 -lightred=#BD2D2D +red=#830202 +lightred=#ff0000 darkblue=#668ee3