Skip to content

Cannot set background color #205

@LostInCompilation

Description

@LostInCompilation

I'm trying to set the background color like this:

hyperline: {
            backgroundColor: '#FFFFFF',
            plugins: [
                "cpu",
                "memory",
                //"network", // Not working, crashes
                "battery",
            ]
        },

But that has no effect. I could change the background color with a custom CSS style, but that will break the hyper border plugin (the background color is now partly on top of the border, looks really distracting).
Custom CSS:

css: "div.jsx-1196914242.line {\
            background-color: #293B5E;\
        }",

Any way to change the background color?
I'm using Hyper 3.2.3 stable on M1 Mac.

PS: The network plugin is broken, it throws some error. But I think I read that this is already known.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions