Ronny.nvim
Neovim/Vim color scheme inspired by Monokai theme
Install / Use
/learn @judaew/Ronny.nvimREADME
ronny.nvim
</div>ronny.nvim is a dark colorscheme for Neovim, which mostly was inspired by the Monokai originally created by Wimem Hazenberg.
Installation
Install via package manager (e.g. vim-plug, packer.nvim or lazy.nvim):
<details><summary>vim-plug</summary>call plug#begin()
Plug 'judaew/ronny.nvim'
call plug#end()
colorscheme ronny
lua require('ronny').setup()
</details>
<details><summary>packer.nvim</summary>
return require("packer").startup(function(use)
use {
"judaew/ronny.nvim",
config = function()
vim.cmd.colorscheme("ronny")
require("ronny").setup()
end
}
end)
</details>
<details><summary>lazy.nvim</summary>
require("lazy").setup({
{
"judaew/ronny.nvim",
priority = 1000,
config = function()
vim.cmd.colorscheme("ronny")
require("ronny").setup()
end
}
})
</details>
Usage
require("ronny").setup({
display = {
-- Enable original Monokai colors
monokai_original = false,
-- Highlight only LineNr (current line number) for cursorline
-- option. This also enables cursorline (:set cursorline)
only_CursorLineNr = true,
-- Highlight LineNr for relativenumbers. This also enables
-- relativenumbers option (:set relativenumbers)
hi_relativenumber = false,
-- Highlight unfocused windows when using :split or :vsplit
hi_unfocus_window = false,
-- Highlight formatted @text (e.g., italic, strong) in yellow
-- in addition to font attributes to make the text more visible
hi_formatted_text = true,
-- Highlight comment in italics
hi_comment_italic = true
}
})
Additional optional config can be located in config.lua.
Supported Plugins
- [x] LSP/Diagnostics
- [x] TreeSitter
- [x] Telescope
- [x] NvimTree
- [x] nvim-cmp and nvim-compe
- [ ] Conquer of Completion (coc.nvim)
- [x] Which Key
- [x] Git Gutter and Git Signs
- [x] Lualine
- [ ] bufferline.nvim
- [ ] barbar.nvim
- [x] Indent Blankline
Extra folder
Something is broken but I know how to fix it!
Pull requests and issues are welcome! Feel free to send one with an explanation!
Related Skills
node-connect
335.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate 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
335.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
