fix panel link color, fix broken user profiles
This commit is contained in:
parent
a806d43f05
commit
bb39b99d65
5 changed files with 20 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue