aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7f09edd8e4ad91838adfa4230654e9789ae020b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

# doom-one.vim

> Come join the dark side

This colorscheme is ported from [doom-one](https://github.com/hlissner/emacs-doom-themes/blob/master/themes/doom-one-theme.el).

## Install

```vim
Plug 'romgrk/doom-one.vim'
```

## Screenshot

![theme](./static/demo.png)

## Options

Neovim terminal coloring can be enabled as by adding the following above the plugin includes:
```vim
let g:doom_one_terminal_colors = v:true
```