Skip to content

Emacs theme with a dark background and low saturated colors.

License

Notifications You must be signed in to change notification settings

mswift42/reykjavik-theme

Repository files navigation

reykjavik-theme

Emacs theme with a dark background and low saturated colors.

Created with ThemeCreator.

Screenshots:

Javascript and ruby: Screenshot

Clojurescript: Screenshot


Available on Melpa.

Installation Instructions

add the following lines to your init.el (only if you have not done so already):

(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
                         ("melpa" . "http://melpa.org/packages/")))
(package-initialize)

This will add the gnu and melpa repos to your emacs setup.

To install the theme:

M-x package-install reykjavik-theme

To use the reykjavik theme when starting emacs, add this to your init.el:

(load-theme 'reykjavik)

Features for emacs-26 and beyond

Emacs26 introduces line-number-mode to show the line number.

The quickest way of showing line numbers is

(global-display-line-numbers-mode 1)

Features for emacs-27 and beyond

  1. tab-line is supported

A nice way of using it is:

(require 'tab-line)

(global-tab-line-mode (if (display-graphic-p) t -1))

About

Emacs theme with a dark background and low saturated colors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •