blob: a8b03c5ebd97c1006152edeaced10b6cb65f311b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# 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?)
## Setup
The default configuration is:
```lua
{
transparent_background = palette.bg,
comments = "NONE",
keywords = "NONE",
functions = "NONE",
variables = "NONE",
type = "NONE",
}
```
These can be overridden when activating the plugin, e.g.:
```lua
require("no-clown-fiesta").setup({ type = "bold,italic" })
```
## Supported Plugins
- Alpha
- Git
- Hop
- Lir
- LSP
- Lualine
- Markdown
- Neogit
- NvimCmp
- NvimTree
- Telescope
- Treesitter
- StatusLine (the default non custom one)
- WhichKey
|