Skip to content

Commit

Permalink
feat(ui): add colors to terminal command decorations (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankarlen authored Oct 21, 2023
1 parent 1adf178 commit ed200ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/uiColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ export const getUiColors = (
"terminal.border": palette.surface2,
"terminal.dropBackground": dropBackground,
"terminal.tab.activeBorder": accent,
"terminalCommandDecoration.defaultBackground": palette.surface2,
"terminalCommandDecoration.successBackground": palette.green,
"terminalCommandDecoration.errorBackground": palette.red,

// title bar
"titleBar.activeBackground": palette.crust,
Expand Down

0 comments on commit ed200ad

Please sign in to comment.