Warning
This theme is still currently in development!
This is a port of Cisco theme, originally for Zed editor, now available for Neovim.
-
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 } -
Put this inside your init.lua:
vim.cmd("colorscheme cisco")
- FzfLua
- BlinkCmp (limited)
- WhichKey
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
})This port is based on Zed cisco theme by Thom morais
