michaelhelmick / flatland-dark

Flatland Dark Atom Syntax Theme
8 stars 10 forks source link

Indent guides too bright #2

Closed zpao closed 10 years ago

zpao commented 10 years ago

They're really distracting and preventing me from using this theme. Best I can tell they aren't being styled at all.

screenshot 2014-04-24 11 33 07

Compare that to Atom Dark:

screenshot 2014-04-24 11 34 06

michaelhelmick commented 10 years ago

Ah, I see the issue. It's a small fix and I'll try to find some time to fix this. :)

zpao commented 10 years ago

Thanks! :fireworks: It's not a huge rush, I'm back and forth between vim, sublime, and atom - the past couple days have been vim :)

michaelhelmick commented 10 years ago

I've spent a lot of time in Sublime because I'm rewriting a large part of an application and I "trust" it more as far as Sublime Linter and CodeIntel and find it a tad easier to navigate. — Sent from Mailbox

On Wed, Apr 30, 2014 at 4:13 AM, Paul O’Shannessy notifications@github.com wrote:

Thanks! :fireworks: It's not a huge rush, I'm back and forth between vim, sublime, and atom - the past couple days have been vim :)

Reply to this email directly or view it on GitHub: https://github.com/michaelhelmick/flatland-dark/issues/2#issuecomment-41770990

zpao commented 10 years ago

Here's what I have in my custom stylesheet. No idea idea it's what you would actually want, but it feels fine to me.

.editor {
  .indent-guide {
    color: lighten(#26292C, 10%);
  }
}
michaelhelmick commented 10 years ago

Can you take a screenshot of what that looks like? :D

zpao commented 10 years ago

screenshot 2014-05-19 12 28 43

michaelhelmick commented 10 years ago

I like it! When I find time I'll fix and push a release!! Thanks!

michaelhelmick commented 10 years ago

I pushed v0.1.2 :D