Skip to content

abelikoff/vscdark-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscdark-theme

Visual Studio Code Dark+ like theme for Emacs 24.

(created with Emacs Theme Creator).

Screenshot

Screenshot

Installation

Using package managers

Configure MELPA package repository in ~/.emacs (or init.el):

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

Install the package:

M-x package-install vscdark-theme

Load the theme:

(load-theme 'vscdark)

About

Visual Studio Code Dark+ like theme for Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published