Update argon-config.lua

This commit is contained in:
Bard 2023-02-18 07:02:48 +08:00 committed by GitHub
parent 4ab19195df
commit 161655ad48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ o.default = blur_radius
o.datatype = ufloat
o.rmempty = false
o = s:option(Value, 'dark_primary', translate('[Dark mode] Primary Color'), translate('A HEX Color ; ( Default: #3600a8 )'))
o = s:option(Value, 'dark_primary', translate('[Dark mode] Primary Color'), translate('A HEX Color ; ( Default: #5e72e4 )'))
o.default = dark_primary
o.datatype = ufloat
o.rmempty = false