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