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");
theme = builtins.readFile (pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "gitui";
rev = "3c97c7af7247b1e0f4366a4d8fab650bcce54100";
sha256 = "sha256-m6Tjch6A2ZPZ3/muvb/9sEAQUZfjnWqcwyhNVeqPS2c=";
owner = "folke";
repo = "tokyonight.nvim";
rev = "1ee11019f8a81dac989ae1db1a013e3d582e2033";
sha256 = "sha256-x26qLaZzg7sJIc1d/5Q/DJ/YvRSc3s87PwPHTPTl+Xk=";
}
+ "/theme/macchiato.ron");
+ "/extras/gitui/tokyonight_night.ron");
};
}