Merge pull request #311474 from redyf/add-tokyo-night-tmux

tmuxPlugins.tokyo-night-tmux: init at 1.5.3
This commit is contained in:
Marcus Ramberg 2024-07-05 22:27:41 +02:00 committed by GitHub
commit cd11caeb12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -671,6 +671,25 @@ in rec {
};
};
tokyo-night-tmux = mkTmuxPlugin {
pluginName = "tokyo-night-tmux";
rtpFilePath = "tokyo-night.tmux";
version = "1.5.3";
src = pkgs.fetchFromGitHub {
owner = "janoamaral";
repo = "tokyo-night-tmux";
rev = "d34f1487b4a644b13d8b2e9a2ee854ae62cc8d0e";
hash = "sha256-3rMYYzzSS2jaAMLjcQoKreE0oo4VWF9dZgDtABCUOtY=";
};
meta = with lib; {
homepage = "https://github.com/janoamaral/tokyo-night-tmux";
description = "A clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night.";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ redyf ];
};
};
tmux-colors-solarized = mkTmuxPlugin {
pluginName = "tmuxcolors";
version = "unstable-2019-07-14";