Skip to content

zoomiti/firewatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim Colorscheme Based on Firewatch

Resources

Stars

Watchers

Forks