diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-29 15:52:38 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-29 15:52:38 +0900 |
| commit | 6d4a3866ff2f5ecb0375d70a0a0d694b066a64df (patch) | |
| tree | 119b64aa9d24317ed8014e999add916d2ee33f60 /ar/.config/TheSiahxyz/lua | |
| parent | 7bf3f2f31c74385b95f4068c5d7dacff720d7292 (diff) | |
updates
Diffstat (limited to 'ar/.config/TheSiahxyz/lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorizer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorizer.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorizer.lua index bd82542..7356619 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorizer.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/colorizer.lua @@ -34,7 +34,7 @@ return { RGBA = true, -- #RGBA hex codes RRGGBB = true, -- #RRGGBB hex codes RRGGBBAA = true, -- #RRGGBBAA hex codes - AARRGGBB = true, -- 0xAARRGGBB hex codes + AARRGGBB = false, -- 0xAARRGGBB hex codes rgb_fn = true, -- CSS rgb() and rgba() functions hsl_fn = true, -- CSS hsl() and hsla() functions css = true, -- Enable all CSS *features*: |
