Skip to content

Commit

Permalink
feat: update keyboard shortcuts view colours
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Mar 8, 2022
1 parent 21ed1eb commit bd9f34f
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 @@ -545,6 +545,9 @@ function mkui({ ui, code }) {
'keybindingLabel.foreground': ui.text.primary.hex(),
'keybindingLabel.border': ui.border.hex(),
'keybindingLabel.bottomBorder': ui.border.hex(),
// Keyboard Shortcuts view
'keybindingTable.headerBackground': ui.background.panel.hex(),
'keybindingTable.rowsBackground': `${ui.background.panel.hex()}66`,

/**
* Integrated Terminal Colours
Expand Down

0 comments on commit bd9f34f

Please sign in to comment.