# No Clown Fiesta An attempt at a color scheme that does not look like a clown puked up the source code. ![image](https://gustafrydholm.xyz/images/no-clown-fiesta.png) NB if anyone else use this colorscheme, it could be wise to fix the commit. At times it will be changes according to my liking. ## Supported Plugins - Alpha - Git - Hop - Lir - LSP - Lualine - Markdown - Neogit - NvimCmp - NvimTree - Telescope - Treesitter - StatusLine (the default non custom one) - WhichKey ## Configuration It's possible to configure some preferences, for example: ```lua vim.g.transparent_background = true vim.g.italic_comments = false ``` These are all the available variables and their default values. | Variable | Default | | --- | --- | | transparent_background | false | | italic_comments | true | | italic_keywords | false | | italic_functions | false | | italic_variables | false |