From e8fab23fe92230c2cb42412bb9ea6040ff14f072 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 25 Apr 2022 02:22:41 +1000 Subject: Add tile visual indicators for many-tiles and phylogenetic-support --- src/App.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index e00072b..cb2b1f4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -64,11 +64,13 @@ const defaultUiOpts = { shadowFocused: '0 0 1px 2px orange', infoIconSz: 18, //px infoIconMargin: 2, //px + highTipsVal: 50, + headerColor: '#fafaf9', + headerColor2: 'greenyellow', + headerColor3: 'orange', // For leaf tiles leafTilePadding: 4, //px leafHeaderFontSz: 15, //px - leafHeaderColor: '#fafaf9', - leafHeaderExColor: 'greenyellow', //yellow, greenyellow, turquoise, // For non-leaf tiles nonleafBgColors: ['#44403c', '#57534e'], //tiles at depth N use the Nth color, repeating from the start as needed nonleafHeaderFontSz: 15, //px -- cgit v1.2.3