summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
author0xhenrique <[email protected]>2025-03-18 22:16:33 +0000
committer0xhenrique <[email protected]>2025-03-18 22:16:33 +0000
commitc6ef1260b07359bf4c175cd0ffa6bdc0b29489fe (patch)
tree4694933055e57a42c14179c468e7d85d14f0b360 /README.org
parentb0f213f28c476823f97d99140c1d9eb6bf461068 (diff)
add pache-dark-theme and screenshot
Diffstat (limited to 'README.org')
-rw-r--r--README.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..1f7f0eb
--- /dev/null
+++ b/README.org
@@ -0,0 +1,28 @@
+* Pache Dark
+
+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]]
+
+* Installation
+
+Download the theme to your local directory. You can do it through `git
+clone` command:
+
+#+BEGIN_SRC bash
+git clone https://github.com/0xhenrique/pache-dark-theme.git
+#+END_SRC
+
+Then add path to pache-dark-theme to custom-theme-load-path list —
+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/")
+#+END_SRC
+
+Use `M-x customize-themes` to change your current theme.