Skip to content

srt0/codescope.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

codescope.nvim

Dark color scheme for Long Coding Sessions

codescope Screenshot

Features

  • 🎨 Carefully curated color palette
  • πŸ“¦ Easy installation with Lazy.nvim
  • πŸ“Š Built-in Lualine theme
  • 🌍 Treesitter compatible

Installation

{
  "srt0/codescope.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    require("codescope").setup({
      transparent = false, -- Set to true for transparency
    })
    vim.cmd.colorscheme("codescope")
  end,
}

🌈 Requirements

  • Neovim 0.9.0+
  • Terminal with true color support (how to verify)
  • nvim-treesitter (auto-installed but needs compilation)

πŸ”§ Troubleshooting

If colors don't appear correctly:

  1. Verify true color support: :echo has('termguicolors') should return 1
  2. Check colorscheme is loaded: :colorscheme should show codescope
  3. Ensure Treesitter parsers are installed: :TSUpdate

Credits

Color palette inspired by Rose Pine and Tokyo Night themes.

About

Dark color scheme for Long Coding Sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published