fix theme error
This commit is contained in:
parent
d4c79a9aa4
commit
b6125db692
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ theme.font_family_mono = theme.font_family .. "Mono"
|
||||||
|
|
||||||
theme.font = theme.font_family_mono .. "Regular 10"
|
theme.font = theme.font_family_mono .. "Regular 10"
|
||||||
|
|
||||||
theme.text_color = theme.mode == "dark" and "#f4feff" or "#1e293d"
|
--theme.text_color = theme.mode == "dark" and "#f4feff" or "#1e293d"
|
||||||
|
theme.text_color = "#f4feff" or "#1e293d"
|
||||||
theme.background_color = theme.mode == "dark" and "#1e293d" or "#f4feff"
|
theme.background_color = theme.mode == "dark" and "#1e293d" or "#f4feff"
|
||||||
|
|
||||||
theme.danger_background = "#db5853"
|
theme.danger_background = "#db5853"
|
||||||
|
|
Loading…
Reference in a new issue