aktersnurra / no-clown-fiesta.nvim

A dark gray colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Clown Fiesta

An attempt at a color scheme that does not look like a clown puked up the source code.

image

Usage

To enable this colorscheme:

colorscheme no-clown-fiesta
vim.cmd[[colorscheme no-clown-fiesta]]

To override the default settings you need to call setup before enabling the colorscheme. No-clown-fiesta will use these settings, unless you call setup and override these.

require("no-clown-fiesta").setup({
  transparent = false, -- Enable this to disable the bg color
  styles = {
    -- You can set any of the style values specified for `:h nvim_set_hl`
    comments = {},
    functions = {},
    keywords = {},
    lsp = { underline = true }
    match_paren = {},
    type = { bold = true },
    variables = {},
  },
})

Supported Plugins

  • Alpha
  • Dadbod-ui
  • Dap UI
  • Git
  • Hop
  • LSP
  • Lazy
  • Leap
  • Lir
  • Lualine
  • Markdown
  • Mason
  • Neogit
  • Neotest
  • NvimCmp
  • NvimTree
  • Orgmode
  • StatusLine
  • Telescope
  • Treesitter
  • WhichKey

About

A dark gray colorscheme


Languages

Language:Lua 100.0%