wip: new build?"
This commit is contained in:
parent
8d98ca7da0
commit
ae3537957b
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ wasmer = "1.0.0"
|
|||
wasmer-wasi = "1.0.0"
|
||||
interprocess = "1.0.1"
|
||||
xrdb = "0.1.1"
|
||||
colors-transform = "0.2.5
|
||||
colors-transform = "0.2.5"
|
||||
zellij-tile = { path = "zellij-tile/", version = "1.0.0" }
|
||||
|
||||
[dependencies.async-std]
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@ pub fn superkey(palette: Palette) -> LinePart {
|
|||
.bold()
|
||||
.paint(prefix_text);
|
||||
|
||||
let suffix_separator = Style::new()
|
||||
let suffix_separator = Style::new()
|
||||
.fg(RGB(palette.fg.0, palette.fg.1, palette.fg.2))
|
||||
.on(RGB(palette.bg.0, palette.bg.1, palette.bg.2))
|
||||
.paint(ARROW_SEPARATOR);
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ use crate::cli::CliArgs;
|
|||
use crate::common::input::config::Config;
|
||||
use crate::layout::Layout;
|
||||
use crate::panes::PaneId;
|
||||
use colors_transform::{Color, Rgb};
|
||||
use async_std::task_local;
|
||||
use colors_transform::{Color, Rgb};
|
||||
use command_is_executing::CommandIsExecuting;
|
||||
use directories_next::ProjectDirs;
|
||||
use errors::{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue