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

background is 100% black after start atom #56

Open
FoxOdd opened this issue Sep 26, 2019 · 0 comments
Open

background is 100% black after start atom #56

FoxOdd opened this issue Sep 26, 2019 · 0 comments

Comments

@FoxOdd
Copy link

FoxOdd commented Sep 26, 2019

Hello,

When I start atom, the background is 100% black instead of my custom background.

So I have to go to the panel editor-background.
To solve the problem I tried to check and uncheck the "Custom overlay color" button. After applying, I have my custom background.
But I have to do this every time I start Atom…

Here's an extract from ~/.atom/config.json :

"editor-background":
    image:
      backgroundSize: "manual"
      manualBackgroundSize: "27%"
      opacity: 25
      overlayColor: "#000000"
      style: "background:radial-gradient(rgba(0,0,0,0) 100%,rgba(0,0,0,0.75));"
      url: "/path/to/.atom/pictures/XANAcle.png"
    other: {}
    text:
      blur: 0
      expand: 0
      opacity: 0

I have atom 1.40.1, on Ubuntu 18.04 (and some packages like night-day-theming, ide-python…)
Thanks

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