atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Headline in Project Search and Replace has styling problems #328

Closed trunneml closed 7 years ago

trunneml commented 8 years ago

The headline in the project search has some styling problems. (Like Timecop and the Minimap).

Reproduction Steps:

  1. Use a light syntax theme
  2. Find -> Find in Project (Ctrl + Shift + F)
  3. Look at the headline

Expected behavior:

Correctly styled headline with correct background color and font size.

Observed behavior:

Black-font on dark grey background Screenshots and GIFs

2016-09-18 1

Atom version: 1.10 OS and version: Windows 10 Pro x64

Additional information:

r0ckarong commented 8 years ago

Got the same problem. I use the pen-paper-coffee syntax and just worked around it for now by adding the property to my stylesheet with the gutter color of the active syntax.

.preview-pane .panel-heading
{
  background-color: #e0dad3;
}

@trunneml This happens on macOS and Ubuntu as well. Not platform specific it's a styling issue with the theme.