Skip to content

Commit

Permalink
feat: implement sash.hoverBorder colour contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Dec 14, 2020
1 parent ea2f1cc commit 0d277bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function mkui({ ui, code }) {
'widget.shadow': ui.shadow.hex(),
'selection.background': `${ui.text.primary.hex()}44`,
descriptionForeground: ui.text.primary.hex(),
'sash.hoverBorder': ui.border.hex(),

/**
* Windows
Expand Down

0 comments on commit 0d277bb

Please sign in to comment.