All Projects β†’ rockerBOO β†’ boo-colorscheme-nvim

rockerBOO / boo-colorscheme-nvim

Licence: MIT License
Boo is a colorscheme for Neovim with handcrafted support for LSP, Treesitter.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to boo-colorscheme-nvim

nvim-highlite
A colorscheme template that is "lite" on logic for the developer.
Stars: ✭ 163 (+162.9%)
Mutual labels:  colorscheme, neovim-plugin, treesitter
Comment.nvim
🧠 πŸ’ͺ // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
Stars: ✭ 796 (+1183.87%)
Mutual labels:  neovim, neovim-plugin, treesitter
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+61.29%)
Mutual labels:  colorscheme, neovim-colorscheme, treesitter
nvim context vt
Virtual text context for neovim treesitter
Stars: ✭ 193 (+211.29%)
Mutual labels:  neovim, neovim-plugin, treesitter
zephyr-nvim
A dark neovim colorscheme written in lua
Stars: ✭ 196 (+216.13%)
Mutual labels:  neovim, colorscheme, treesitter
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+350%)
Mutual labels:  neovim, colorscheme, neovim-plugin
aurora
24-bit dark theme for (Neo)vim. Optimized for treesitter, LSP.
Stars: ✭ 141 (+127.42%)
Mutual labels:  colorscheme, neovim-plugin, treesitter
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+74.19%)
Mutual labels:  neovim, colorscheme, neovim-plugin
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-46.77%)
Mutual labels:  colorscheme, neovim-colorscheme, treesitter
nightfox.nvim
🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
Stars: ✭ 1,489 (+2301.61%)
Mutual labels:  colorscheme, neovim-colorscheme, treesitter
roshnivim-cs
Colorscheme for (neo)vim written in lua, specially made for roshnivim with Tree-sitter support.
Stars: ✭ 34 (-45.16%)
Mutual labels:  colorscheme, neovim-colorscheme
material.nvim
πŸ”± Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins
Stars: ✭ 574 (+825.81%)
Mutual labels:  colorscheme, treesitter
navigator.lua
Source code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐. Exploring LSP and 🌲Treesitter symbols a piece of 🍰. Take control like a boss 🦍.
Stars: ✭ 781 (+1159.68%)
Mutual labels:  neovim-plugin, treesitter
nvim
🍨 Soothing pastel theme for NeoVim
Stars: ✭ 659 (+962.9%)
Mutual labels:  colorscheme, neovim-plugin
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (+8.06%)
Mutual labels:  colorscheme, neovim-colorscheme
awesome-neovim
Awesome Configurations for C/C++,Zig,Web and Lua development in NeoVim
Stars: ✭ 54 (-12.9%)
Mutual labels:  neovim-plugin, treesitter
vim-paper
A personal light theme for (Neo)Vim, based on the colour of paper as found in various notebooks. This project is a read-only mirror of https://gitlab.com/yorickpeterse/vim-paper.
Stars: ✭ 53 (-14.52%)
Mutual labels:  neovim, colorscheme
nvim-jdtls
Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
Stars: ✭ 282 (+354.84%)
Mutual labels:  neovim, neovim-plugin
close-buffers.nvim
πŸ“‘ Delete multiple vim buffers based on different conditions
Stars: ✭ 54 (-12.9%)
Mutual labels:  neovim, neovim-plugin
virt-column.nvim
Display a character as the colorcolumn
Stars: ✭ 64 (+3.23%)
Mutual labels:  neovim, neovim-plugin

Boo

Sorry, didn't mean to scare you.

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

Full Screen

Action Status

Goal

  • To use subtle changes in colors to help lessen the syntax noise.
  • Brightness range on syntax to ramp up to values and variables.

Requirements

  • Neovim 0.4
  • termguicolors required (:h 'termguicolors')
if (has("termguicolors"))
  set termguicolors
endif

Install

Plug

Plug 'rockerBOO/boo-colorscheme-nvim'

Packer

use 'rockerBOO/boo-colorscheme-nvim'

Then in your init.vim you can set it to use it as your color scheme.

colorscheme boo

Tests

Requires a busted supported test runner.

  • make test -

Support

Typescript/TSX/JSX

typescript

Lua

lua

Go

go

Telescope

telescope

Colors

Colors Used

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].