Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/tek256/simple-dark

a simple dark grayscale theme for many editors!
https://github.com/tek256/simple-dark

alacritty-theme emacs-theme vim-theme vscode-theme vscode-themes

Last synced: 4 months ago
JSON representation

a simple dark grayscale theme for many editors!

Lists

README

        



simple-dark

a simple dark grayscale theme for all

Made by Devon with love.

VS Code


### vim

![simple-dark-screenshot](images/screenshot.png)

### vscode

![simple-dark-vscode-screenshot](images/screenshot_vscode.png)

### About
Simple Dark is a colorscheme aimed at being easy to read and focus with. The goal is to write with as few distractions as possible!

### Installation
For vim you can do the following:
If you're using something like vim plug you can simply add
```
Plugin 'tek256/simple-dark'
```
and run `:PlugInstall` to make sure the scheme is downloaded.

otherwise you can just copy the `colors` folder to your vim colors folder (usually `~/.vim/colors/`).

```
git clone https://github.com/tek256/simple-dark/ ~/.vim/colors/simple-dark/
```

Once you have the scheme just adding either of the variants as colorscheme looks like
```
colorscheme simple-dark
```
or
```
colorscheme simple-dark-transparent
```

For kitty, xfce4-terminal, or rxvt-unicode (urxvt), copy the contents of the respective files into your own config files. The config files in this repository only set colors, and do not assume any other non-apperance configurations.