Skip to content

Commit

Permalink
zellij: elaborate on theme setting
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 22, 2024
1 parent 606448e commit a238b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/home/all/zellij.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
enable = true;
settings = {
theme = if pkgs.system == "aarch64-darwin" then "dracula" else "gruvbox-light";
# https://github.com/nix-community/home-manager/issues/3854
# NOTE: There's no way to set theme by name.
# See https://github.com/nix-community/home-manager/issues/3854
# But we can manually convert this syntax using LLM,
# https://github.com/zellij-org/zellij/blob/main/zellij-utils/assets/themes/gruvbox.kdl
themes.dracula = {
fg = [ 248 248 242 ];
Expand Down

0 comments on commit a238b7b

Please sign in to comment.