Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwshugg/dwarrowdelf
A theme for Vim inspired by Elflord and the dwarven kingdom of Khazad-dûm
https://github.com/cwshugg/dwarrowdelf
vim vim-colorscheme vimscript
Last synced: 3 months ago
JSON representation
A theme for Vim inspired by Elflord and the dwarven kingdom of Khazad-dûm
- Host: GitHub
- URL: https://github.com/cwshugg/dwarrowdelf
- Owner: cwshugg
- License: mit
- Created: 2022-01-30T04:59:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T18:51:57.000Z (5 months ago)
- Last Synced: 2024-10-06T18:43:32.567Z (3 months ago)
- Topics: vim, vim-colorscheme, vimscript
- Language: Vim Script
- Homepage: https://www.vim.org/scripts/script.php?script_id=6114
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![](https://shugg.dev/images/dwarrowdelf/logo_transparent.png)
After dipping my toes into the world of Vim scripting and theming, I decided to
create my own. Dwarrowdelf is the result. Thanks to Alexander Gude's
[Eldar](https://github.com/agude/vim-eldar) theme, pR0Ps'
[Molokai Dark](https://github.com/pR0Ps/molokai-dark) theme, and the default
[Elflord](https://github.com/vim/vim/blob/master/runtime/colors/elflord.vim)
theme for inspiration.# Installation
To install dwarrowdelf, simply drop the `dwarrowdelf.vim` file into your
`~/.vim/colors` directory, and add this line to your `~/.vimrc`:```vim
colorscheme dwarrowdelf
```## Airline Theme
Optionally, I've included a theme for Vim Airline. If you'd like to use this,
drop it into
`~/.vim/bundle/vim-airline-themes/autoload/airline/themes/dwarrowdelf.vim`,
then set the theme accordingly:```vim
let g:airline_theme='dwarrowdelf'
```# Examples
Here are a few examples to give you a taste of dwarrowdelf's look:
#### C
![](https://shugg.dev/images/dwarrowdelf/example_c.png)
#### Python
![](https://shugg.dev/images/dwarrowdelf/example_python.png)
#### Bash
![](https://shugg.dev/images/dwarrowdelf/example_bash.png)
#### Markdown
![](https://shugg.dev/images/dwarrowdelf/example_markdown.png)