Skip to content

erikbackman/mindre-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

GNU Emacs MELPA

Introduction

When putting down ideas or solving problems on paper we seldom use a lot of colors, so why do we need our editor to look like a christmas tree?

Mindre (which is the Swedish word for “less”) tries to strike a good balance between usability and minimalism by almost being a monochrome theme but with a splash of color.

I highly recommend using Redshift or something similar to adjust the color temperature of your screen. Personally I have mine set to 3200K for both day and night (default is 3700K and 5500K respectively).

Installation

Using package.el

You can install mindre-theme from MELPA using package.el

M-x package-refresh-contents
M-x package-install RET mindre-theme RET

Or with use-package:

(use-package mindre-theme
    :ensure t
    :custom
    (mindre-use-more-bold nil)
    (mindre-use-faded-lisp-parens t)
    :config
    (load-theme 'mindre t))

Directly from this repo

(use-package mindre-theme
    :ensure t
    :straight (:host github :repo "erikbackman/mindre-theme")
    :custom
    (mindre-use-more-bold nil)
    (mindre-use-faded-lisp-parens t)
    :config
    (load-theme 'mindre t))

Customisations

(setq mindre-use-more-bold nil
      mindre-use-more-fading nil
      mindre-use-faded-lisp-parens t
      mindre-faded-lisp-parens-modes '(emacs-lisp-mode lisp-mode scheme-mode racket-mode))

Release Notes

0.1.5

  • Tweaks:
    • Links now use a blue color instead of the default highlight color.
    • Tags are now highlighted in notmuch instead of authors.
    • Diff deletions are now better highlighted.
    • Better looking buttons.

0.1.4

  • Add support for the following packages:
    • ediff
    • speedbar
  • New customizations:
    • mindre-use-more-fading Defaults to nil. Note that with this new default, comments are less faded than before.
    • mindre-faded-lisp-parens-modes List of modes for which faded parentheses should be enabled. You still need to set mindre-use-faded-lisp-parens t to enable faded parentheses.
  • Tweaks:
    • Dired look and feel
    • Terminal colors

0.1.3

  • Add initial support for diredfl
  • Tweak dired faces
  • Byte-compile fix (syohex #13)

0.1.2

  • Fixed certain faces inheriting default background color when they shouldn’t.

0.1.1

  • Fixed mindre-use-faded-lisp-parens not updating properly when set.

Roadmap [0/2]

  • [ ] Palette override.
  • [ ] Higher contrast option.

Frequently asked questions

  • What fonts are used in the logo/screenshots?

    Sarasa Mono (It’s basically Iosevka) and CMU Concrete

Releases

No releases published

Packages

No packages published