mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Add colors for tags [SCI-9664]
This commit is contained in:
parent
cc679c620b
commit
31883ff4c0
1 changed files with 13 additions and 4 deletions
|
@ -173,14 +173,23 @@ class Constants
|
|||
#=============================================================================
|
||||
|
||||
TAG_COLORS = %i(
|
||||
#104DA9
|
||||
#E2F0C1
|
||||
#5EC66F
|
||||
#6F2DC1
|
||||
#E9A845
|
||||
#DF3562
|
||||
#46C3C8
|
||||
#BDDDEF
|
||||
#3B99FD
|
||||
#104DA9
|
||||
#6F2DC1
|
||||
#FF69B4
|
||||
#DF3562
|
||||
#AD0015
|
||||
#FF5C00
|
||||
#E9A845
|
||||
#B06500
|
||||
#663300
|
||||
#1D2939
|
||||
#98A2B3
|
||||
#D0D5DD
|
||||
).freeze
|
||||
|
||||
# Theme colors
|
||||
|
|
Loading…
Reference in a new issue