Skip to content

A dark Neovim theme written in lua trying to avoid looking like a clown fiesta

Notifications You must be signed in to change notification settings

owoloschin/no-clown-fiesta.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 = {},
    keywords = {},
    functions = {},
    variables = {},
    type = { bold = true },
  },
})

Supported Plugins

  • Alpha
  • Git
  • Hop
  • Lir
  • LSP
  • Lualine
  • Markdown
  • Neogit
  • NvimCmp
  • NvimTree
  • Telescope
  • Treesitter
  • StatusLine (the default non custom one)
  • WhichKey

About

A dark Neovim theme written in lua trying to avoid looking like a clown fiesta

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%