fix panel link color, fix broken user profiles

This commit is contained in:
Henry Jameson 2018-11-26 20:12:59 +03:00
parent a806d43f05
commit bb39b99d65
5 changed files with 20 additions and 4 deletions

View file

@ -172,6 +172,7 @@ const generateColors = (input) => {
colors.panel = col.panel || Object.assign({}, col.fg)
colors.panelText = col.panelText || getTextColor(colors.panel, colors.fgText)
colors.panelLink = col.panelLink || getTextColor(colors.panel, colors.fgLink)
colors.panelFaint = col.panelFaint || getTextColor(colors.panel, colors.faint)
colors.topBar = col.topBar || Object.assign({}, col.fg)