color generation: smart: remove auto light mode to avoid inconsistency with system

This commit is contained in:
end-4
2025-03-16 18:12:25 +01:00
parent 5281009d38
commit 6e1f61ea76
@@ -83,8 +83,6 @@ if args.path is not None:
if(args.smart):
if(hct.chroma < 20):
args.scheme = 'neutral'
if(hct.tone > 60):
darkmode = False
elif args.color is not None:
argb = hex_to_argb(args.color)
hct = Hct.from_int(argb)