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

Changing the color of the Minimap's visible-area #640

Open
fractalf opened this issue Oct 10, 2017 · 0 comments
Open

Changing the color of the Minimap's visible-area #640

fractalf opened this issue Oct 10, 2017 · 0 comments

Comments

@fractalf
Copy link

https://atom-minimap.github.io/minimap/

atom-text-editor atom-text-editor-minimap::shadow .minimap-visible-area,
atom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-visible-area {
  background-color: green;
  opacity: .5;
}

^ that didn't work for me

this however did:

atom-text-editor atom-text-editor-minimap .minimap-visible-area::after {
    background-color: #649de0;
    opacity: .3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants