emacs-moe-theme: init at 1.0
Added the delightfully colorful "moe-theme" to the emacs package-set. Tested; builds and works in the packaged emacs https://github.com/kuanyui/moe-theme.el
This commit is contained in:
parent
c87ee37b55
commit
6e5d34cac7
|
@ -839,6 +839,18 @@ let self = _self // overrides;
|
||||||
meta = { license = gpl3Plus; };
|
meta = { license = gpl3Plus; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
moe-theme = melpaBuild rec {
|
||||||
|
pname = "moe-theme";
|
||||||
|
version = "1.0";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "kuanyui";
|
||||||
|
repo = "${pname}.el";
|
||||||
|
rev = "39384a7a9e6886f3a3d79efac4009fcd800a4a14";
|
||||||
|
sha256 = "0i7m15x9sij5wh0gwbijsis8a4jm8izywj7xprk21644ndskvfiz";
|
||||||
|
};
|
||||||
|
meta = { license = gpl3Plus; };
|
||||||
|
};
|
||||||
|
|
||||||
monokai-theme = melpaBuild rec {
|
monokai-theme = melpaBuild rec {
|
||||||
pname = "monokai-theme";
|
pname = "monokai-theme";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
|
Loading…
Reference in New Issue