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

# doom-one.vim

> Come join the dark side

This colorscheme is a slightly modified version of [romgrk/doom-one.vim](https://github.com/romgrk/doom-one.vim) and is ported from [doom-one](https://github.com/hlissner/emacs-doom-themes/blob/master/themes/doom-one-theme.el) because I like ~~sane~~ defaults hehe

## Install

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

## 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
```