Skip to content

Djancyp/custom-theme.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Custom Theme Nvim (Which is not a theme)

What is custom theme?

Custom theme is a highlights editor. Allows you to edit highlights in a more convenient way.

Update

Now while you are editing highlights, you can see higlihts on the theme in real time.

Why?

  • Let's say your happy with your current theme but function highlights is annoy you.
  • Let's say your happy with your theme but your theme dosen't support some of your plugins.
  • You can build a theme as you like from scrach.

Demo

Demo

Requirements

Optinal

You can use any colorizer.

Installation

{
    "Djancyp/custom-theme.nvim",
    config = function()
        require("custom-theme").setup()
    end,
},

Usage

    :CustomTheme (Will open all highlights to split windown)
    :CustomThemeReset (Will revert your changes how it was)

Set highlights

Ones you done making changes on split window Enter on normal mode will set highlights q will close the split window without changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages