Skip to content

hgoose/temple.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

About

Made by hgoose, It is advised that you change you terminals cursor color to one that can be seen on a white background

Font

click here to get the best font ever made

Airline

It is advised that you have Airline for vim click here to get Airline for Vim

Install

Using vim plug

call plug#begin('~/.config/nvim/plugged')

Plug `hgoose/temple.vim`

call plug#end()

Using Packer

return require('packer').startup(function(use)

use 'hgoose/temple.vim'

end)

Set Colorscheme in vim

:colorscheme temple

Set colorscheme on open

with init.vim

set termguicolors 
colorscheme temple

with init.lua

vim.cmd("colorscheme temple")

About

Minimalist colorscheme for vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published