Skip to content

Conversation

@pdanpdan
Copy link
Contributor

@pdanpdan pdanpdan commented Nov 16, 2025

  • apply the same background in both rootcolor and rootscrollgutter
  • removed fallback to --color-base-100 in rootcolor because it is set in the same included file
  • if rootcolor is not included then --root-bg is not set so by default background will be transparent, and when we have scroll gutter the scrollbar will be gray
  • if rootscrollgutter is not included then we will not have grey on scroll gutter

This is not a fix for the issue, it's just a better separation of concerns between the 2 files

The issue is self-inflicted by setting the bg color in the base layer instead of setting --root-bg or setting the background color in a higher priority layer.

ref #4294

- apply the same background in both rootcolor and rootscrollgutter
- removed fallback to --color-base-100 in rootcolor because it is set in the same included file
- if rootcolor is not included then --root-bg is not set so by default background will be transparent, and when we have scroll gutter the scrollbar will be gray
- if rootscrollgutter is not included then we will not have grey on scroll gutter

This is not a fix for the issue, it's just a better separation of concerns between the 2 files

The issue is self-inflicted by setting the bg color in the base layer instead of a higher priority layer.

ref saadeghi#4294
@saadeghi saadeghi self-assigned this Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants