zellij: fix theme
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run

This commit is contained in:
notohh 2024-01-22 08:08:12 -05:00
parent d805c4e041
commit 6efe8282ce
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";
};
}; };
}; };
} }