ample-theme
- Description
- Calm Dark Theme for Emacs
- Latest
- ample-theme-0.3.0.0.20240426.84530.tar (.sig), 2024-Apr-26, 180 KiB
- Maintainer
- Jordon Biondo <jordonbiondo@gmail.com>
- Atom feed
- ample-theme.xml
- Website
- https://github.com/jordonbiondo/ample-theme
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
1. Ample Themes
1.1. Installation
Ample Theme is on Melpa, ensure that Melpa is added to your package archives, then use M-x
package-install
ample-theme
.
;; then in your init you can load all of the themes ;; without enabling theme (or just load one) (load-theme 'ample t t) (load-theme 'ample-flat t t) (load-theme 'ample-light t t) ;; choose one to enable (enable-theme 'ample) ;; (enable-theme 'ample-flat) ;; (enable-theme 'ample-light) ;; Or, if you use `use-package', do something like this: (use-package ample-theme :init (progn (load-theme 'ample t t) (load-theme 'ample-flat t t) (load-theme 'ample-light t t) (enable-theme 'ample-flat)) :defer t :ensure t)
1.2. Easy Customization
You can use the following example to customize ample theme in a way that won't affect other themes.
For example, some users prefer to use a different color for strings or the region for more contrast.
(with-eval-after-load "ample-theme" ;; add one of these blocks for each of the themes you want to customize (custom-theme-set-faces 'ample ;; this will overwride the color of strings just for ample-theme '(font-lock-string-face ((t (:foreground "#bdba81"))))))
1.3. If you get ugly colors in terminal:
# throw this in your ~/.bash_profile export TERM="xterm-256color"
1.4. All Three Themes:
Font is Envy Code R
1.5. Old Screenshots:
1.5.1. Ample-theme in Emacs.app on osx
1.5.2. Ample-theme in Terminal.app on osx
Old versions
ample-theme-0.3.0.0.20240425.155510.tar.lz | 2024-Apr-26 | 12.5 KiB |
ample-theme-0.3.0.0.20200106.170448.tar.lz | 2024-Mar-31 | 12.4 KiB |