mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Add new tags colors [SCI-8340]
This commit is contained in:
parent
cc181f1da7
commit
9b0d9be2ff
1 changed files with 10 additions and 19 deletions
|
@ -172,25 +172,16 @@ class Constants
|
|||
# full syntax!
|
||||
#=============================================================================
|
||||
|
||||
TAG_COLORS = [
|
||||
'#6C159E',
|
||||
'#159B5E',
|
||||
'#FF4500',
|
||||
'#008B8B',
|
||||
'#757575',
|
||||
'#2CB72C',
|
||||
'#F5AD00',
|
||||
'#0ECDC0',
|
||||
'#15369E',
|
||||
'#FF69B4',
|
||||
'#CD5C5C',
|
||||
'#ADADAD',
|
||||
'#6495ED',
|
||||
'#DC143C',
|
||||
'#FF8C00',
|
||||
'#C71585',
|
||||
'#000000'
|
||||
].freeze
|
||||
TAG_COLORS = %i(
|
||||
#104DA9
|
||||
#5EC66F
|
||||
#6F2DC1
|
||||
#E9A845
|
||||
#DF3562
|
||||
#46C3C8
|
||||
#3B99FD
|
||||
#98A2B3
|
||||
).freeze
|
||||
|
||||
# Theme colors
|
||||
BRAND_PRIMARY = '#104da9'.freeze # $brand-primary
|
||||
|
|
Loading…
Reference in a new issue