Closed luisdavim closed 10 years ago
Thanks! I'll get the update merged in tonight or tomorrow!
Don't suppose there's an update on this? I love this theme but it is a little bit messy having to add overrides in my own stylesheet
@jbt I don't suppose you'd be able to post those overrides? My FE skills are at an all time low (and this has been peskering me the same as you!)
Here's what I have (stolen from atom-dark-ui here and here, and also the background and cursor tweaks from this PR)
@scrollbar-background-color: rgba(42, 42, 42, 0.5);
@scrollbar-color: rgba(92, 92, 92, 0.5);
.scrollbars-visible-always {
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-corner {
background: @scrollbar-background-color;
}
::-webkit-scrollbar-thumb {
background: @scrollbar-color;
border-radius: 5px;
box-shadow: 0 0 1px black inset;
}
}
.editor .vertical-scrollbar {
cursor: default;
}
Thanks for that!
By the way, does this fix the ugly scrollbar on the file tree for you? I still have it.
Scratch that. What I get is an ugly scrollbar until I hide it and show it again. Will report a bug.
(looks like atom#2168 is the one with the weird native scrollbars - I've seen that too myself)
Merged all the atom-dark-ui changes and published. Sorry for the delay!
Nice, thanks!
When using this theme my scroolbars get all messdup.
Regular:
With the slim theme: