Skip to content

alfazet/red-phosphor.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Phosphor

A color scheme to illuminate your editor. Does not require frequent replacement to keep glowing.

Installation

Example setup with lazy.nvim:

return {
    "alfazet/red-phosphor.nvim",
    config = function()
        local theme = require("red-phosphor/init")
        theme.setup({
            -- default: true
            transparent = true,
            -- optional, if you want to override any of the colors
            palette_overrides = { fg1 = "#00ff00" },
            -- optional, if you want to override any of the highlight groups
            highlight_overrides = { Boolean = { fg = "#0000ff" } },
        })
        theme.colorscheme()
    end,
}

About

A Neovim colorscheme inspired by The Refuge from OneShot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages