Revert "fix theme error"

This reverts commit b6125db692.
This commit is contained in:
Sakooooo 2023-08-03 12:47:19 +03:00
parent b6125db692
commit a99c255831
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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"