henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
386 stars 79 forks source link

statusline got wrong color. #60

Closed SidKwok closed 6 years ago

SidKwok commented 6 years ago

this is my plugins

 plugins: [
    "hyper-tabs-enhanced",
    "hyperlinks",
    "hyperterm-alternatescroll",
    "hyper-statusline",
    "hyper-dracula"
  ],

BUT it got a statusline like this:

f9116a602b6ad8e5b0977696cd44cf72

hyper: 1.4.2

SidKwok commented 6 years ago

problem solved, theme should be placed above statusline.

 plugins: [
    "hyper-dracula",
    "hyper-statusline"
  ],
kajka commented 6 years ago

This trick doesn't work for extensions that are being developed (local plugins) :(.

henrikruscon commented 6 years ago

This is more of a Hyper issue. Since statusline fetches colors from active theme, that theme needs to be loaded before it. That's the way Hyper handles plugins ✌️