Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tap-to-scroll to the scroll bars #5349

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
fix another place of missing color
  • Loading branch information
dweymouth committed Jan 2, 2025
commit 85ed1e9f8fc5690d8471a5c406574a367de6941a
1 change: 1 addition & 0 deletions test/markup_renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ func knownColor(c color.Color) string {
nrgbaColor(theme.Color(theme.ColorNamePressed)): "pressed",
nrgbaColor(theme.Color(theme.ColorNamePrimary)): "primary",
nrgbaColor(theme.Color(theme.ColorNameScrollBar)): "scrollbar",
nrgbaColor(theme.Color(theme.ColorNameScrollBarBackground)): "scrollbarBackground",
nrgbaColor(theme.Color(theme.ColorNameSelection)): "selection",
nrgbaColor(theme.Color(theme.ColorNameSeparator)): "separator",
nrgbaColor(theme.Color(theme.ColorNameSuccess)): "success",
Expand Down
Loading