Skip to content

masoodrb/flatbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 97.7%
  • Scheme 1.3%
  • Vim Script 1.0%