Hyperline / hyperline

✨ Status line plugin for Hyper ✨
MIT License
619 stars 120 forks source link

How to change the color of the line? #116

Closed JohnAllen closed 6 years ago

JohnAllen commented 7 years ago

Mine is yellow. I updated the config with hyperline: {color: 'black'}. Still yellow. How can I change the color?

slnt commented 5 years ago

In your ~/.hyper.js

css: `
  .line {
    background: #000000;
  }
`