add wiki syntax
tweak warning messages
fix some background color issues
A minimal lua colorscheme for neovim. Inspired by left.
Supports light and dark mode!
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,
GPL3 - See License for details.
Copyright 2022 Dakota Walsh