chore: change colour scheme to catppuccin
This commit is contained in:
parent
aa437986e7
commit
63f584846e
2 changed files with 51 additions and 48 deletions
|
@ -60,15 +60,16 @@ in
|
|||
autothemer
|
||||
geiser-guile
|
||||
lsp-haskell
|
||||
catppuccin-theme
|
||||
;
|
||||
|
||||
treesit-grammars = e.treesit-grammars.with-all-grammars;
|
||||
inherit (pkgs) python3;
|
||||
|
||||
oxocarbon-theme = mkEmacsPackage e "oxocarbon-theme" "0.1.0" (pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/konrad1977/emacs/main/themes/oxocarbon-theme.el";
|
||||
hash = "sha256-jD4DYc7aePuAF3m323YAi7jzE6ZpsSWb/zdmEgjFCns=";
|
||||
}) [ e.autothemer ];
|
||||
# oxocarbon-theme = mkEmacsPackage e "oxocarbon-theme" "0.1.0" (pkgs.fetchurl {
|
||||
# url = "https://raw.githubusercontent.com/konrad1977/emacs/main/themes/oxocarbon-theme.el";
|
||||
# hash = "sha256-jD4DYc7aePuAF3m323YAi7jzE6ZpsSWb/zdmEgjFCns=";
|
||||
# }) [ e.autothemer ];
|
||||
};
|
||||
override = _: prev: { use-package = prev.emacs; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue