9

GitHub - erikbackman/mindre-theme: Minimal and light theme for Emacs

 1 year ago
source link: https://github.com/erikbackman/mindre-theme
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

mindre-logo.png

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).

mindre-screenshot.png

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-faded-lisp-parens t)

Release Notes

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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK