Skip to content

suggestion to make color fade out more #21

Closed
@dragonxlwang

Description

@dragonxlwang

In dark themes, when using search with highlight in minimap, the git colors interferes with the search highlighted result. I found by setting minimap-git-diff colors fade out more, this situation becomes much better.


.minimap {
  .git-line-modified{
    background: fadeOut(@syntax-color-modified, 50%);
  }

  .git-line-added {
    background: fadeOut(@syntax-color-added, 40%);
  }

  .git-line-removed {
    background: fadeOut(@syntax-color-removed, 30%);
  }
}

I changed them to 80% 70% and 60% respectively in my ~/.atom/style.less. (although change them to all 80% will do the trick as well).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions