tmuxPlugins.tokyo-night-tmux: init at 1.5.3
This commit is contained in:
parent
064fe27cf1
commit
dda5e2f675
@ -669,6 +669,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 {
|
tmux-colors-solarized = mkTmuxPlugin {
|
||||||
pluginName = "tmuxcolors";
|
pluginName = "tmuxcolors";
|
||||||
version = "unstable-2019-07-14";
|
version = "unstable-2019-07-14";
|
||||||
|
Loading…
Reference in New Issue
Block a user