Ecosyste.ms: Awesome

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

https://github.com/romgrk/doom-one.vim

A dark colorschme for vim, ported from doom-emacs' doom-one theme.
https://github.com/romgrk/doom-one.vim

colorscheme doom-emacs doom-one vim

Last synced: 10 days ago
JSON representation

A dark colorschme for vim, ported from doom-emacs' doom-one theme.

Lists

README

        

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