forked from Gitlink/forgeplus
Merge branch 'factory_develop' of https://gitlink.org.cn/Gitlink/factory_forgeplus into factory_develop
This commit is contained in:
commit
6e9a2f17fc
|
|
@ -1,7 +1,7 @@
|
|||
LetterAvatar.setup do |config|
|
||||
#config.fill_color = 'rgba(255, 255, 255, 1)' # default is 'rgba(255, 255, 255, 0.65)'
|
||||
config.colors_palette = :custom
|
||||
config.custom_palette = [[0, 170, 130], [218, 150, 93], [29, 81, 161]]
|
||||
config.custom_palette = [[0, 88, 68], [218, 150, 93], [29, 81, 161]]
|
||||
config.cache_base_path = 'public/system/lets' # default is 'public/system'
|
||||
#config.colors_palette = :iwanthue # default is :google
|
||||
# config.weight = 500 # default is 300
|
||||
|
|
|
|||
Loading…
Reference in New Issue