Skip to content

eggfriedrice24/eggfriedrice.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A warm, vibrant dark colorscheme for Neovim inspired by Syntax FM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages