fizzy icon indicating copy to clipboard operation
fizzy copied to clipboard

In Zen Mode, multiple panes have gray background

Open adiospace opened this issue 10 years ago • 1 comments

screenshot 2014-03-12 12 29 33 1

I think it should be completely white.

adiospace avatar Mar 12 '14 10:03 adiospace

Nevermind, fixed with

@import "syntax-variables";

.zen {
   // make the panel background color the same as the current syntax background color
  .item-views {
    background-color:  @syntax-background-color;
  }
}

added to my styles.less.

adiospace avatar Mar 13 '14 20:03 adiospace