From a99c255831253d8d9d3ac965af3b17eb465a309e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:47:19 +0300 Subject: [PATCH] Revert "fix theme error" This reverts commit b6125db692c7f603c4194de923c45ec5f806a518. --- config/awesome/themes/dark/dark.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/awesome/themes/dark/dark.lua b/config/awesome/themes/dark/dark.lua index ed90adce..92ce15d7 100644 --- a/config/awesome/themes/dark/dark.lua +++ b/config/awesome/themes/dark/dark.lua @@ -16,8 +16,7 @@ theme.font_family_mono = theme.font_family .. "Mono" theme.font = theme.font_family_mono .. "Regular 10" ---theme.text_color = theme.mode == "dark" and "#f4feff" or "#1e293d" -theme.text_color = "#f4feff" or "#1e293d" +theme.text_color = theme.mode == "dark" and "#f4feff" or "#1e293d" theme.background_color = theme.mode == "dark" and "#1e293d" or "#f4feff" theme.danger_background = "#db5853"