This is a colorscheme I created to mesh well with the colors in the game Firewatch.
If you use vim-plug, add this to your plugins:
Plug 'zoomiti/firewatch'Then set your colorscheme with:
colorscheme fireBy default this colorscheme has an opaque background that meshes well with the
overall colorscheme. If you want to disable it to allow your terminal to have a
transparent buffer add this anywhere to your .vimrc.
let g:dark_transp_bg = 1Or if you use Neovim and an init.lua:
vim.g.dark_transp_bg = 1
-- or this
vim.cmd [[
let g:dark_transp_bg = 1
]]This colorscheme comes built in with lualine support

Normal mode and Command mode share the same colorscheme.


