Skip to content

rdrachmanto/cisco-theme.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cisco-theme.nvim

GitHub license GitHub stars

Warning

This theme is still currently in development!

Screenshot

This is a port of Cisco theme, originally for Zed editor, now available for Neovim.

Installing

  1. Install with your choice of package manager, below is an example using lazy.nvim

    {
       "rdrachmanto/cisco-theme.nvim",
        config = function()
            require("cisco").setup({
                contrast = {
                    floating_windows = true
                },
                mode = "dark"  -- options: "dark", or "light"
            })
        end
    }
  2. Put this inside your init.lua:

    vim.cmd("colorscheme cisco")

Supported Plugins

  • FzfLua
  • BlinkCmp (limited)
  • WhichKey

Options

This theme can be tweaked, the default options are as follows:

require("cisco").setup({
    contrast = {
        floating_windows = true  -- Options: true or false, if true, use lighter background color for floating windows (Lazy, WhicKey, etc..)
    },
    italic_keywords = true,
    italic_comments = false
})

Credits

This port is based on Zed cisco theme by Thom morais

About

Port of Zed editor's cisco theme, on neovim

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages