Skip to content

Commit

Permalink
Remove background colors, add themes, blend (#10)
Browse files Browse the repository at this point in the history
* Remove background colors, add themes, blend

* Update README

* Hide unused LSP block
  • Loading branch information
rockerBOO authored Apr 8, 2022
1 parent 13ab36a commit 2e13296
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 64 deletions.
35 changes: 29 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Sorry, didn't mean to scare you.

Boo is a colorscheme for Neovim with handcrafted-artisanal support for LSP, Treesitter.


![Full Screen](https://user-images.githubusercontent.com/15027/98894239-5bcd8780-2472-11eb-9ca4-a2c3142a848a.png)

[![Action Status](https://github.com/rockerBOO/boo-colorscheme-nvim/workflows/Tests/badge.svg)](https://github.com/rockerBOO/boo-colorscheme-nvim/actions)
Expand All @@ -16,8 +15,8 @@ Boo is a colorscheme for Neovim with handcrafted-artisanal support for LSP, Tree

## Requirements

* Neovim 0.4
* termguicolors required (`:h 'termguicolors'`)
- Neovim 0.4
- termguicolors required (`:h 'termguicolors'`)

```vimscript
if (has("termguicolors"))
Expand All @@ -32,6 +31,7 @@ endif
```vimscript
Plug 'rockerBOO/boo-colorscheme-nvim'
```

### Packer

```lua
Expand All @@ -44,12 +44,27 @@ Then in your `init.vim` you can set it to use it as your color scheme.
colorscheme boo
```

## Tests
## Themes

- sunset_cloud

```lua
vim.g.boo_colorscheme_theme = 'sunset_cloud'
```

or

```lua
require('boo-colorscheme').use({ theme = 'sunset_cloud' })
```

Requires a busted supported test runner.
or

- `make test` -
```vimscript
let g:boo_colorscheme_theme = 'sunset_cloud'
```

![Screenshot of the source code showing sunset_cloud](https://user-images.githubusercontent.com/15027/162499722-a703531e-e9ac-461e-befb-dc9040234869.png)

## Support

Expand All @@ -72,3 +87,11 @@ Requires a busted supported test runner.
## Colors

![Colors Used](https://user-images.githubusercontent.com/15027/112667058-321a6900-8e33-11eb-9c06-7c15ab5b7b18.png)

## Development

### Tests

Requires a busted supported test runner.

- `make test` -
11 changes: 0 additions & 11 deletions colors/boo.vim

This file was deleted.

Loading

0 comments on commit 2e13296

Please sign in to comment.