consoildating plugins by function. updated repeat command shortcut

This commit is contained in:
venus
2026-03-23 21:51:07 -05:00
parent 27820d5005
commit 2bad7ec707
9 changed files with 47 additions and 40 deletions

View File

@@ -3,24 +3,24 @@
function M.setup()
require('base16-colorscheme').setup {
-- Background tones
base00 = '#191724', -- Default Background
base01 = '#26233a', -- Lighter Background (status bars)
base02 = '#2e2b47', -- Selection Background
base03 = '#656182', -- Comments, Invisibles
base00 = '#181212', -- Default Background
base01 = '#241e1e', -- Lighter Background (status bars)
base02 = '#2f2828', -- Selection Background
base03 = '#a08c8b', -- Comments, Invisibles
-- Foreground tones
base04 = '#908caa', -- Dark Foreground (status bars)
base05 = '#e0def4', -- Default Foreground
base06 = '#e0def4', -- Light Foreground
base07 = '#e0def4', -- Lightest Foreground
base04 = '#d7c1c1', -- Dark Foreground (status bars)
base05 = '#ece0df', -- Default Foreground
base06 = '#ece0df', -- Light Foreground
base07 = '#ece0df', -- Lightest Foreground
-- Accent colors
base08 = '#eb6f92', -- Variables, XML Tags, Errors
base09 = '#31748f', -- Integers, Constants
base0A = '#9ccfd8', -- Classes, Search Background
base0B = '#ebbcba', -- Strings, Diff Inserted
base0C = '#96d1e9', -- Regex, Escape Chars
base0D = '#e99996', -- Functions, Methods
base0E = '#96dce9', -- Keywords, Storage
base0F = '#a00833', -- Deprecated, Embedded Tags
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
base0F = '#93000a', -- Deprecated, Embedded Tags
}
end