From a70eef2af24f804cc017bb1b03ee238b033bffae Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 27 Sep 2025 01:29:24 +0200 Subject: Add themes --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1597d8e..999b92f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ and override these. ```lua require("no-clown-fiesta").setup({ + theme = "dark", -- supported themes are: dark, dim, light transparent = false, -- Enable this to disable the bg color styles = { -- You can set any of the style values specified for `:h nvim_set_hl` @@ -41,8 +42,9 @@ require("no-clown-fiesta").setup({ If you are using the lazy, then you can install and configure the plugin like this: ```fnl -(local opts {:styles {:type {:bold true} - :lsp {:undercurl false} +(local opts {:theme :dark + :styles {:type {:bold true} + :lsp {:underline true} :match_paren {:underline true}}}) (λ config [] @@ -57,6 +59,7 @@ or if you prefer lua: ```lua local opts = { + theme = "dark", styles = { type = { bold = true }, lsp = { underline = false }, @@ -80,6 +83,13 @@ return { Other plugin managers are left as an exercise to the reader. +## Themes + +This plugin supports three different themes: +1. dark = default dark theme +2. dim = low contrast dark theme +3. light = light version (still under development) + ## Supported Plugins - Alpha -- cgit v1.2.3-70-g09d2