A neovim port of alabaster for Sublime Text. Requires lush.nvim
Install lush.nvim and this colorscheme using a package manager.
set termguiclors
colorscheme alabaster_dark
Two config options are provided:
g:alabaster_dim_comments
(default:false
). When true, comments are dimmed instead of being highlighteed bright yellow.g:alabaster_floatborder
(default:false
). When true, floating window borders have a foreground colour and background colour is the same asNormal
. When false, floating window borders have no foreground colour and background colour is the same as popup menus.
This colorscheme is designed with nvim-treesitter in mind (there is some highlighting of the default highlight groups but the intended use is with treesitter). Please contribute queries if you can, following these rules
- lewis6991/gitsigns.nvim
- nvim-telescope/telescope.nvim
- TimUntersberger/neogit
- tpope/vim-fugitive
- mhinz/vim-startify
- nvim-lualine/lualine.nvim
- andymass/vim-matchup
- phaazon/hop.nvim
- ggandor/lightspeed.nvim
- p00f/nvim-ts-rainbow
- mizlan/iswap.nvim: use
ISwapSnipe
forhl_snipe
andISwapGrey
forhl_grey
Neogit (also shows DiffAdd
and DiffDelete
highlight groups)
diffview.nvim (also shows DiffChange
and DiffText
highlight groups)