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

Cannot set background color #205

Open
LostInCompilation opened this issue May 25, 2022 · 0 comments
Open

Cannot set background color #205

LostInCompilation opened this issue May 25, 2022 · 0 comments

Comments

@LostInCompilation
Copy link

LostInCompilation commented May 25, 2022

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.

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

No branches or pull requests

1 participant