https://github.com/lfenzo/vim-fusion
Dark colorscheme for Vim/NeoVim with (a few) language-specific syntax highlightings.
https://github.com/lfenzo/vim-fusion
colorscheme dark-mode dark-theme neovim vim vim-fusion
Last synced: about 1 month ago
JSON representation
Dark colorscheme for Vim/NeoVim with (a few) language-specific syntax highlightings.
- Host: GitHub
- URL: https://github.com/lfenzo/vim-fusion
- Owner: lfenzo
- License: mit
- Created: 2021-02-02T12:39:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T14:30:34.000Z (about 4 years ago)
- Last Synced: 2025-07-31T03:44:26.768Z (11 months ago)
- Topics: colorscheme, dark-mode, dark-theme, neovim, vim, vim-fusion
- Language: Vim script
- Homepage:
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```{python}
___ ___ ___ ___ ___
/\__\ /\ \ /\__\ /\ \ /\ \
/:/ _/_ \:\ \ /:/ _/_ ___ /::\ \ \:\ \
/:/ /\__\ \:\ \ /:/ /\ \ /\__\ /:/\:\ \ \:\ \
/:/ /:/ / ___ \:\ \ /:/ /::\ \ /:/__/ /:/ \:\ \ _____\:\ \
/:/_/:/ / /\ \ \:\__\ /:/_/:/\:\__\ /::\ \ /:/__/ \:\__\ /::::::::\__\
\:\/:/ / \:\ \ /:/ / \:\/:/ /:/ / \/\:\ \__ \:\ \ /:/ / \:\~~\~~\/__/
\::/__/ \:\ /:/ / \::/ /:/ / ~~\:\/\__\ \:\ /:/ / \:\ \
\:\ \ \:\/:/ / \/_/:/ / \::/ / \:\/:/ / \:\ \
\:\__\ \::/ / /:/ / /:/ / \::/ / \:\__\
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
```
Vim Fusion is a neutral dark 256-color colorscheme for Vim/NeoVim. Vim Fusion works optimally with [vim-polyglot](https://github.com/sheerun/vim-polyglot) thanks to some of its syntax highlighting definitions; the installation of this plugin is not mandatory but keep in mind that some of the highlightings may not work exactly as shown when it is not installed.

## :hammer_and_wrench: Installation
For any of the methods described below add the following line to your `.vimrc` (or `init.vim`):
```console
colorscheme fusion
```
### Manual Installation
Clone the vim-fusion repo and add the file `fusion.vim` to the `colors` directory inside `.vim`. In case you don't have it: `mkdir ~/.vim/colors`. For NeoVim the same applies but for the `nvim` directory inside `~/.config/`.
### Using vim-plug
Inside the ``call plug#begin( ) ... plug#end`` add the following:
```console
Plug 'lfenzo/vim-fusion'
```
And then, `:w`, `:source %` and `:PlugInstall`.
## :money_with_wings: Donate
It's up to you, if you really enjoyed this colorscheme feel free to pay me a coffee (or perhaps a beer)...
**ETH:** `0x0C66c04c8098720998B2049C7a6bF6BbB751cb8e`
## :camera_flash: Screenshots
### Python

### C++

### Javascript

### LaTeX

### HTML & CSS

### JSON & XML
