Change gitui to use tokyonight theme

This commit is contained in:
Evie Litherland-Smith 2023-07-17 09:59:05 +01:00
parent d4b3e4b8e7
commit 397f8caad8

View file

@ -9,11 +9,11 @@
} }
+ "/vim_style_key_config.ron"); + "/vim_style_key_config.ron");
theme = builtins.readFile (pkgs.fetchFromGitHub { theme = builtins.readFile (pkgs.fetchFromGitHub {
owner = "catppuccin"; owner = "folke";
repo = "gitui"; repo = "tokyonight.nvim";
rev = "3c97c7af7247b1e0f4366a4d8fab650bcce54100"; rev = "1ee11019f8a81dac989ae1db1a013e3d582e2033";
sha256 = "sha256-m6Tjch6A2ZPZ3/muvb/9sEAQUZfjnWqcwyhNVeqPS2c="; sha256 = "sha256-x26qLaZzg7sJIc1d/5Q/DJ/YvRSc3s87PwPHTPTl+Xk=";
} }
+ "/theme/macchiato.ron"); + "/extras/gitui/tokyonight_night.ron");
}; };
} }