~kota/far-left

A minimal lua colorscheme for neovim.
tweak warning messages
fix some background color issues

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~kota/far-left
read/write
git@git.sr.ht:~kota/far-left

You can also use your local clone with git send-email.

#far-left

A minimal lua colorscheme for neovim. Inspired by left.

#Screenshots

Supports light and dark mode! screenshot 1 screenshot 2

#Usage

Install the theme with your favorite package manager (or lack thereof):

use 'https://git.sr.ht/~kota/far-left'

Run setup:

local left = require('far-left')
left.setup()

Using the lualine theme:

local left_theme = left.lualine()
require('lualine').setup {
	options = {
		theme = left_theme,

#License

GPL3 - See License for details.

Copyright 2022 Dakota Walsh