https://github.com/rishikanthc/skyfall-vim
A minimalistic eye-friendly dark colorscheme for vim
https://github.com/rishikanthc/skyfall-vim
Last synced: 19 days ago
JSON representation
A minimalistic eye-friendly dark colorscheme for vim
- Host: GitHub
- URL: https://github.com/rishikanthc/skyfall-vim
- Owner: rishikanthc
- License: mit
- Created: 2019-08-03T09:56:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T06:47:09.000Z (over 6 years ago)
- Last Synced: 2025-02-14T16:54:21.564Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 672 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Skyfall.Vim
Skyfall is a minimal balanced dark colorscheme for vim that's easy on the eyes.
The theme uses low contrast colors and provides good readability while not being harsh on
the eyes. The theme supports italics and bold formatting as well. Supports airline and lightline
For best results for python use with semshi syntax highlighter plugin.
# Installation
This scheme uses terminal colors. The color settings for the terminals are present in
`terminal-colors/`. Currently supported terminals include Termite, Gnome, Iterm2, Konsole
and any terminal that can read from `.Xresources` (Urxvt, Kitty etc) are all supported.
Clone this repo first and use the appropriate file inside `terminal-colors`.
- _Gnome:_ Run `sh terminal-colors/skyfall-gnome.sh`
- _Iterm2:_ Use the `terminal-colors/skyfall.itermcolors`
- _Termite:_ Copy the contents of `terminal-colors/termite` into your Termite config.
- _Konsole:_ Copy the contents of `terminal-colors/skyfall-konsole` into your config.
- _Xresources:_ For terminals that uses .X copy the contents of `terminal-colors/Xresources`
into your corresponding Xresources file.
- _Sublime Text:_ Use the xml file to configure the colors
After setting the correct terminal colors install the theme by running and set your
colorscheme using.
```viml
'rishikanthc/skyfall-vim'
set t_Co=16
syntax enable
colorscheme skyfall
```
# Screenshot



# Supported Plugins
- airline
- lightline
- semshi highlighter
# ToDo
- [] improve diff colors
- [] improve git colors
- [x] improve spell colors
- [x] Support for semshi python highlighter
- [] Add support for NerdTree and other popular plugins
[1]: https://github.com/arcticicestudio/nord-vim
# Note
This is still work in progress. Bear with me for any rough edges and feel free to contact me for any issues you face.