A dark colorscheme for Vim/Neovim based on Ghostty's Glacier theme. This elegant, cool-toned theme provides comfortable contrast and carefully selected colors optimized for code readability.
- Dark, cool-toned color palette inspired by Ghostty's Glacier
- Carefully crafted syntax highlighting for enhanced code readability
- Support for LSP diagnostics highlighting
- Git diff and Git gutter integration
- Telescope and file tree integration
- True color terminal support
- Works in both Vim and Neovim
- Vim >= 8.0 or Neovim >= 0.10.0
- Terminal with true color support (
termguicolors
)
Plug 'soroushsrd/glacier.vim'
use 'soroushsrd/glacier.vim'
{
'soroushsrd/glacier.vim',
lazy = false,
priority = 1000,
}
mkdir -p ~/.vim/colors
cp glacier.vim ~/.vim/colors/
mkdir -p ~/.config/nvim/colors
cp glacier.vim ~/.config/nvim/colors/
set termguicolors
colorscheme glacier
set termguicolors
colorscheme glacier
vim.opt.termguicolors = true
vim.cmd('colorscheme glacier')
-- Or in newer Neovim versions:
-- vim.cmd.colorscheme('glacier')
Glacier.vim works well with these plugins:
- Git integration: vim-gitgutter or gitsigns.nvim
- Fuzzy finder: telescope.nvim
- LSP support: Native Neovim LSP
- Syntax highlighting: nvim-treesitter
You can customize certain aspects of the theme by adding configuration to your Vim/Neovim setup before loading the colorscheme.
MIT
- Inspired by Ghostty's Glacier terminal theme
- Created with ❤️ by Soroushsrd