diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-07 22:14:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-07 22:14:32 +0100 |
commit | fe69fcd653993bab6ecd23793c82263af1582a2a (patch) | |
tree | 39390636b235940629fe14d5480e7c419402b951 /README.md | |
parent | 3dba469666a2d3d3a8e41d0d332be6aa40756284 (diff) |
Revert url
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ 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?) +![image](https://gustafrydholm.xyz/images/no-clown-fiesta.png) ## Usage @@ -23,7 +23,7 @@ and override these. ```lua require("no-clown-fiesta").setup({ transparent = false, -- Enable this to disable the bg color - styles = { + styles = { -- You can set any of the style values specified for `:h nvim_set_hl` comments = {}, keywords = {}, |