An elegant and modern dark theme for Neovim with extensive support for popular plugins.
- Carefully chosen color palette to reduce eye strain
- Flexible configuration with transparency and italic options
- Comprehensive support for popular Neovim ecosystem plugins
- Dark design optimized for long programming sessions
use 'viscond'{ 'viscond' }Plug 'viscond'colorscheme viscondor in Lua:
vim.cmd('colorscheme viscond')Configure the theme before applying it:
-- Optional settings
vim.g.transparent_background = false -- transparent background
vim.g.italic_comments = true -- italic comments
vim.g.italic_keywords = true -- italic keywords
vim.g.italic_function = false -- italic function names
vim.g.italic_variables = true -- italic variables
-- Apply the theme
vim.cmd('colorscheme viscond')- LSP: diagnostics, references and hover
- Treesitter: advanced syntax highlighting
- Telescope: search interface
- NvimTree: file explorer
- Dashboard: start screen
- GitSigns: Git indicators
- WhichKey: keybind menu
- StatusLine: status bar
- IndentBlankline: indentation guides
- Notify: notifications
- CMP: autocompletion
- DiffView: diff visualization
- Avante: AI assistant
- Buffer: buffer tabs
- Bookmarks: bookmarks
- Quickscope: quick navigation
- SymbolOutline: symbol outline
- Packer: plugin manager
| Color | Hex | Usage |
|---|---|---|
#F44747 |
Error | |
#ff8800 |
Warning | |
#FFCC66 |
Information | |
#4FC1FF |
Hint |