This commit is contained in:
Mikayla Fischler
2024-03-25 10:11:35 -04:00
parent 55e4e5a68b
commit b94c89f4ec
8 changed files with 23 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ function style.set_theme(fp, color_mode)
style.fp = themes.get_fp_style(style.theme)
style.colorblind = not (color_mode == themes.COLOR_MODE.STANDARD or color_mode == themes.COLOR_MODE.STD_ON_BLACK)
style.colorblind = color_mode ~= themes.COLOR_MODE.STANDARD and color_mode ~= themes.COLOR_MODE.STD_ON_BLACK
end
return style