Skip to content

Commit

Permalink
fix: terminal sticky scroll hover background does not support alpha c…
Browse files Browse the repository at this point in the history
…hannel

Fixes #40.
  • Loading branch information
robertrossmann committed Sep 19, 2024
1 parent 2ddd7ea commit 5df8209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/mkui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ function mkui({ ui, code }: MKUIParams): UIColourPalette {
'terminalCommandDecoration.errorBackground': ui.icon.error.hex(),
'terminalCommandDecoration.defaultBackground': ui.icon.inactive.hex(),
'terminalCommandGuide.foreground': ui.background.hover.hex(),
'terminalStickyScrollHover.background': ui.background.hover.alpha(ch(0x99)).hexa(),
'terminalStickyScrollHover.background': ui.background.hover.hexa(),
'terminalOverviewRuler.border': ui.border.hex(),

/**
Expand Down

0 comments on commit 5df8209

Please sign in to comment.