Update argon-config.lua

This commit is contained in:
Bard 2023-02-13 02:55:07 +08:00 committed by GitHub
parent 32edd0276f
commit 7c0d0828c6
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: #483d8b )'))
o = s:option(Value, 'dark_primary', translate('[Dark mode] Primary Color'), translate('A HEX Color ; ( Default: #3600a8 )'))
o.default = dark_primary
o.datatype = ufloat
o.rmempty = false