added jq plugin

This commit is contained in:
venus
2026-04-10 18:30:11 -05:00
parent 6c333586fd
commit 528e601702
3 changed files with 30 additions and 26 deletions

View File

@@ -3,23 +3,23 @@
function M.setup()
require('base16-colorscheme').setup {
-- Background tones
base00 = '#181212', -- Default Background
base01 = '#241e1e', -- Lighter Background (status bars)
base02 = '#2f2828', -- Selection Background
base03 = '#a08c8b', -- Comments, Invisibles
base00 = '#121316', -- Default Background
base01 = '#1e2022', -- Lighter Background (status bars)
base02 = '#282a2d', -- Selection Background
base03 = '#8d9199', -- Comments, Invisibles
-- Foreground tones
base04 = '#d7c1c1', -- Dark Foreground (status bars)
base05 = '#ece0df', -- Default Foreground
base06 = '#ece0df', -- Light Foreground
base07 = '#ece0df', -- Lightest Foreground
base04 = '#c3c6cf', -- Dark Foreground (status bars)
base05 = '#e2e2e6', -- Default Foreground
base06 = '#e2e2e6', -- Light Foreground
base07 = '#e2e2e6', -- Lightest Foreground
-- Accent colors
base08 = '#ffb4ab', -- Variables, XML Tags, Errors
base09 = '#e4c18d', -- Integers, Constants
base0A = '#e6bdbb', -- Classes, Search Background
base0B = '#ffb3b2', -- Strings, Diff Inserted
base0C = '#e4c18d', -- Regex, Escape Chars
base0D = '#ffb3b2', -- Functions, Methods
base0E = '#e6bdbb', -- Keywords, Storage
base09 = '#d7bee4', -- Integers, Constants
base0A = '#bbc7db', -- Classes, Search Background
base0B = '#9fcaff', -- Strings, Diff Inserted
base0C = '#d7bee4', -- Regex, Escape Chars
base0D = '#9fcaff', -- Functions, Methods
base0E = '#bbc7db', -- Keywords, Storage
base0F = '#93000a', -- Deprecated, Embedded Tags
}
end