Skip to content

ring0-rootkit/ring0-light.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This neovim theme is heavily inspired by gruber-darker theme but I wanted to only highlight keywords with the same color pallete as (cattpuccin latte)[https://catppuccin.com/palette].

This theme highlights only keywords, string literals and comments

Sceenshots

Installation

Lazy:

{
    "ring0-rootkit/ring0-light.nvim",
    priority = 1000, -- Make sure to load this before all the other start plugins.
    init = function()
        vim.cmd.colorscheme("ring0light")
    end,
},

Note

This plugin is really simple, feel free to fork it and change colors however you want, or maybe even send your pull request to make this theme better. P.S.: if you want to know what color type specific word has just put your cursor on the word you wanna check and write :Inspect

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published