Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.32 KB

File metadata and controls

80 lines (63 loc) · 2.32 KB

eggfriedrice

A dark Neovim colorscheme inspired by Syntax FM with warm orange accents and vibrant syntax highlighting.

Features

  • Dark theme with comfortable #1a1a1a background
  • Treesitter support
  • LSP semantic highlighting
  • Popular plugin support (Telescope, nvim-tree, gitsigns, nvim-cmp, and more)

Palette

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

Installation

{
  "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,
}

Configuration

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")

Supported Plugins

License

MIT