Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Install / Use
/learn @doums/DarculaREADME
Darcula

:smiling_imp: A Vim/Neovim color scheme reproduction of the official JetBrains IDE Darcula theme
install
If you use a plugin manager, follow the traditional way.
For example with vim-plug add this in .vimrc/init.vim:
Plug 'doums/darcula'
Then run in vim:
:source $MYVIMRC
:PlugInstall
If you use vim package :h packages.
usage
Put this in your .vimrc/init.vim:
colorscheme darcula
To fully enjoy the color scheme and if your terminal supports Truecolor add
set termguicolors
If you use lightline:
let g:lightline = { 'colorscheme': 'darculaOriginal' }
NOTE: lightline already provides a "darcula" color scheme that I find simply bad. I strongly recommend to use mine instead (using darculaOriginal instead of darcula in the above config).
tree-sitter support
support
- Truecolor
- 256 color
- nvim-treesitter
- nvim LSP
VimScript API
darcula#palette
the colors palette of Darcula
darcula#Hi
helper function to create/modify highlight group
example:
call darcula#Hi('rustLifetime', darcula#palette.macroName, darcula#palette.bg, 'italic')
call darcula#Hi('Comment', [ '#eeeeee', 255 ], darcula#palette.null, 'italic')
call darcula#Hi('BlackFg', [ '#000000', 16 ])
helper groups
Darcula provides some helper groups.
You can use them with hi link.
hi! link GitGutterAdd GitAddStripe
hi! link GitGutterChange GitChangeStripe
hi! link GitGutterDelete GitDeleteStripe
let g:gitgutter_sign_removed = '▶'
hi! link CocErrorSign ErrorSign
hi! link CocWarningSign WarningSign
hi! link CocInfoSign InfoSign
hi! link CocHintSign HintSign
hi! link CocErrorFloat Pmenu
hi! link CocWarningFloat Pmenu
hi! link CocInfoFloat Pmenu
hi! link CocHintFloat Pmenu
hi! link CocHighlightText IdentifierUnderCaret
hi! link CocHighlightRead IdentifierUnderCaret
hi! link CocHighlightWrite IdentifierUnderCaretWrite
hi! link CocErrorHighlight CodeError
hi! link CocWarningHighlight CodeWarning
hi! link CocInfoHighlight CodeInfo
hi! link CocHintHighlight CodeHint
hi! link ALEError Error
hi! link ALEWarning CodeWarning
hi! link ALEInfo CodeInfo
hi! link ALEErrorSign ErrorSign
hi! link ALEWarningSign WarningSign
hi! link ALEInfoSign InfoSign
credits
JetBrains for the original and awsome Darcula color scheme!
license
Mozilla Public License 2.0
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
