zellij: fix theme
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
This commit is contained in:
parent
d805c4e041
commit
6efe8282ce
1 changed files with 1 additions and 14 deletions
|
@ -10,20 +10,7 @@
|
||||||
simplified_ui = false;
|
simplified_ui = false;
|
||||||
default_layout = "default";
|
default_layout = "default";
|
||||||
ui.pane_frames.rounded_corners = true;
|
ui.pane_frames.rounded_corners = true;
|
||||||
theme = "tokyonight";
|
theme = "tokyo-night-storm";
|
||||||
themes.catppuccin-mocha = {
|
|
||||||
bg = "#585b70";
|
|
||||||
fg = "#cdd6f4";
|
|
||||||
red = "#f38ba8";
|
|
||||||
green = "#a6e3a1";
|
|
||||||
blue = "#89b4fa";
|
|
||||||
yellow = "#f9e2af";
|
|
||||||
magenta = "#f5c2e7";
|
|
||||||
orange = "#fab387";
|
|
||||||
cyan = "#89dceb";
|
|
||||||
black = "#181825";
|
|
||||||
white = "#cdd6f4";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue