A dark Neovim colorscheme inspired by Syntax FM with warm orange accents and vibrant syntax highlighting.
- Dark theme with comfortable
#1a1a1abackground - Treesitter support
- LSP semantic highlighting
- Popular plugin support (Telescope, nvim-tree, gitsigns, nvim-cmp, and more)
| Color | Hex | Usage |
|---|---|---|
| Orange | #fabf46 |
Functions, accents |
| Green | #cdff5c |
Strings |
| Cyan | #6dfff8 |
Keywords, types, operators |
| Red | #eb5757 |
Control flow, errors |
| Magenta | #cf256d |
Constants, numbers, booleans |
| Rose | #fb7185 |
Brackets, delimiters |
{
"eggfriedrice24/eggfriedrice.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme("eggfriedrice")
end,
}use {
"eggfriedrice24/eggfriedrice.nvim",
config = function()
vim.cmd.colorscheme("eggfriedrice")
end,
}require("eggfriedrice").setup({
transparent = false, -- Enable transparent background
italic_comments = true, -- Use italic for comments
dim_inactive = false, -- Dim inactive windows
})
vim.cmd.colorscheme("eggfriedrice")- telescope.nvim
- nvim-tree.lua
- neo-tree.nvim
- gitsigns.nvim
- indent-blankline.nvim
- which-key.nvim
- nvim-cmp
- lazy.nvim
- mason.nvim
- bufferline.nvim
- nvim-notify
- noice.nvim
- flash.nvim
- mini.nvim
MIT