diff options
| author | 0xhenrique <[email protected]> | 2025-12-22 09:25:01 +0000 |
|---|---|---|
| committer | 0xhenrique <[email protected]> | 2025-12-22 09:25:01 +0000 |
| commit | 73f2209c35f2d49fc4292564c9c4305fc16eec5b (patch) | |
| tree | 3da633228a7c5dd95fb6000c74bb8ea4900e91b8 /README.org | |
| parent | fd6ead16c9f33bebd2cd6fea70c5350d0dd2a6bc (diff) | |
Update some colours and add new screenshot
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -1,14 +1,18 @@ * Pache Dark +[](http://melpa.org/#/pache-dark-theme) + A dark theme with high contrast. The colours are based on the gruvbox colour scheme by [[https://github.com/morhetz/gruvbox][morhetz]]. The code base is adapted from [[https://github.com/rexim/gruber-darker-theme][gruber-darker]] theme. # Screenshot # -[[./screenshot.png]] +[[./screenshot-2.png]] * Installation +** From source + Download the theme to your local directory. You can do it through `git clone` command: @@ -21,8 +25,15 @@ add the following to your emacs config file somewhere (.emacs, init.el, whatever): #+BEGIN_SRC emacs-lisp -(add-to-list 'custom-theme-load-path - "/path/to/pache-dark-theme/") + (add-to-list 'custom-theme-load-path + "/path/to/pache-dark-theme/") + + (load-theme 'pache-dark :noconfirm) #+END_SRC -Use `M-x customize-themes` to change your current theme. +** With package.el + +You can install `pache-dark-theme` from [[https://melpa.org/#/pache-dark-theme][MELPA]]. You can just `M-x package-install RET pache-dark-theme` and then add the following to your Emacs' config: +#+BEGIN_SRC emacs-lisp + (load-theme 'pache-dark :noconfirm) +#+END_SRC |
