Skip to content

Support Transparency / Transparent backgrounds #130

Description

@vade

Not sure if its intended, but a custom Theme that specifies an alpha that isnt 1, is rendered moot by the enclosing scroll view (at least on macOS) being drawn.

A quick fix i found was was updating the tile() function on CodeView

line 1072

#elseif os(macOS)
    enclosingScrollView?.drawsBackground = false

This couldn't go in init, as the enclosingScrollView isnt created yet.

Thanks for an awesome project!

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions