cooperuser / glowbeam.nvim

My personal vim colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glowbeam the colorscheme πŸ‘‰ πŸ‘‰

About

This is my personal colorscheme that I have been working on for a while and always wanted to make it openly available, so here it is! A lot of the colors are inspired from some previous colorschemes I used many years ago like sjl/badwolf and josuegaleas/jay, as well as some JetBrains applications' colorschemes. In addition, a lot of the non-text related colors were borrowed from vim-scripts/Wombat

This colorscheme used to be created entirely manually, but then a while ago I switched to using Iron-E/nvim-highlite. Now, we have migrated to the amazing rktjmp/lush.nvim (such an amazing plugin by the way, thank you @rktjmp and community!)

Installation

You probably know how this works by now, but here is an example anyway:

  • packer.nvim
use "cooper-anderson/glowbeam.nvim"
  • vim-plug
Plug "cooper-anderson/glowbeam.nvim"

Screenshots

  • A typescript example: Image #1
  • Some more typescript: Image #2
  • And some html as well: Image #3

Notes

  • Because of the recent switch to Lush, I removed a bunch of specifically tailored rules for some filetypes, but those should be added back in time as I find the need for them
  • So far I have only tested this colorscheme with termguicolors enabled, so keep that in mind

Extra

Here are some plugins that are visible in the screenshots:

Thing Repository
Statusline glepnir/galaxyline.nvim
Bufferline akinsho/nvim-bufferline.lua
Git Signs lewis6991/gitsigns.nvim
Intelligent highlighting nvim-treesitter/nvim-treesitter
Bar at the very bottom tmux/tmux (not really a vim plugin, but)

About

My personal vim colorscheme

License:MIT License


Languages

Language:Lua 62.9%Language:Vim Script 37.1%