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