Skip to content

Commit

Permalink
feat: enable tab foreground hovers
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed May 5, 2020
1 parent e73477a commit 24bdffd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,12 @@ function mkui({ ui, code }) {
'tab.inactiveForeground': ui.text.secondary.hex(),
'tab.unfocusedActiveForeground': ui.text.secondary.hex(),
'tab.unfocusedInactiveForeground': ui.text.secondary.hex(),
'tab.unfocusedHoverForeground': ui.accent.hex(),
'tab.activeModifiedBorder': ui.accent.hex(),
'tab.border': ui.background.panel.hex(),
'tab.inactiveBackground': ui.background.panel.hex(),
'tab.inactiveModifiedBorder': `${ui.accent.hex()}66`,
'tab.hoverForeground': ui.accent.hex(),
'editorPane.background': ui.background.panel.hex(),
// 'editorGroupHeader.tabsBorder': '#FF0000',
// 'editorGroup.emptyBackground': '#FF0000',
Expand All @@ -245,6 +247,7 @@ function mkui({ ui, code }) {
// 'tab.hoverBorder': '#FF0000',
// 'tab.unfocusedHoverBorder': '#FF0000',
// 'tab.unfocusedActiveModifiedBorder': '#FF0000',
// 'tab.unfocusedInactiveBackground': '#ff0000',
// 'tab.unfocusedInactiveModifiedBorder': '#FF0000',

/**
Expand Down

0 comments on commit 24bdffd

Please sign in to comment.