Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 919 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 919 Bytes

fluidlan-vim

fluidlan vim colorscheme is a modified version of space-vim-dark, which is in turn derived from spacemacs-dark-theme. The main differentiator from spacemacs-vim-dark is the lack of orange, except for TODOs and FIXMEs. This theme is somewhat closer to the original spacemacs dark theme.

Fluidlan Vim Color Theme

Installation

Follow your favourite plugin manager's instruction, e.g., vim-plug:

Plug 'jhwheeler/fluidlan-vim'

GUI or Terminal with true colors enabled

colorscheme fluidlan
set termguicolors
hi Normal     ctermbg=NONE guibg=NONE
hi LineNr     ctermbg=NONE guibg=NONE
hi SignColumn ctermbg=NONE guibg=NONE