Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.26 KB

File metadata and controls

49 lines (39 loc) · 1.26 KB

Firewatch - Vim Color Scheme

firewatch screenshot

This is a colorscheme I created to mesh well with the colors in the game Firewatch.

Installation

If you use vim-plug, add this to your plugins:

Plug 'zoomiti/firewatch'

Then set your colorscheme with:

colorscheme fire

Transparent Background

By 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 = 1

Or if you use Neovim and an init.lua:

vim.g.dark_transp_bg = 1

-- or this

vim.cmd [[
let g:dark_transp_bg = 1
]]

transparent

lualine Support

This colorscheme comes built in with lualine support normal mode visual mode insert mode replace mode

Normal mode and Command mode share the same colorscheme.

Screenshots

opaque visual transparent