Quantcast
Channel: beginner – Pragmatic Emacs
Viewing all articles
Browse latest Browse all 10

Using the zenburn theme

$
0
0

A few people have asked about the theme I use in Emacs, as seen in the sreenshots and code snippets I use. It is zenburn, and I find it very easy on the eye, but also has good contrast and a nice colour palette for syntax highlighting.

Install and activate the theme by adding the following to your emacs config file

(use-package zenburn-theme
  :ensure t
  :config
  (load-theme 'zenburn t))

Viewing all articles
Browse latest Browse all 10

Trending Articles