Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.05 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.05 KB

WIP.

Biting the bullet and building my own theme. This is a fork of gruvbox baby.

It is not ready by any means and is just something fun on the side I plan to work on.

My goal is to simplify the design system and link-up the base highlights to plugins.

The hope is that a more predictable, easy to redesign system can emerge, that could be applied to make many themes with ease.

⚙️ Installation

use({'beauwilliams/flatbox'})
...
colorscheme flatbox
Plug 'beauwilliams/flatbox', {'branch': 'main'}
...
colorscheme flatbox

flatbox

Statusline

If you want to get the same statusline, try my statusline plugin

Legibility Enhancements

--THICC colomuns between splits
vim.opt.fillchars = {
    horiz = "",
    horizup = "",
    horizdown = "",
    vert = "",
    vertleft = "",
    vertright = "",
    verthoriz = ""
}

Acknowledgments