forked from Shinonome/dots-hyprland
color generation: smart: remove auto light mode to avoid inconsistency with system
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user