update to git version of zellij-tile

This commit is contained in:
LordMZTE 2022-03-22 22:31:06 +01:00
parent 6e0f7b0a51
commit 895976367f
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 3 additions and 3 deletions

View file

@ -5,5 +5,5 @@ authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
[dependencies]
owo-colors = "3.2.0"
zellij-tile = "0.25.0"
owo-colors = "3.3.0"
zellij-tile = { git = "https://github.com/zellij-org/zellij" }

View file

@ -30,7 +30,7 @@ impl ZellijPlugin for State {
}
fn render(&mut self, _rows: usize, cols: usize) {
let pal = self.mode.palette;
let pal = self.mode.style.colors;
let mut powerline = Powerline::new(to_owo(pal.bg));
match self.mode.mode {