feat: updated neovim snippets;
feat: added gpg sign shortcut to neovim; feat: yuck plugin; refactor: my theme; feat: tty color theme (for tty colors compatibility); refactor: minor hyprland changes
This commit is contained in:
@@ -2,13 +2,13 @@ local M = {}
|
||||
|
||||
M.base_30 = {
|
||||
white = "#D6D8DA", -- color7
|
||||
darker_black = "#0a0d11",
|
||||
black = "#1c1c1c", -- background
|
||||
black2 = "#191d22",
|
||||
darker_black = "#181818",
|
||||
black = "#1c1c1d", -- background
|
||||
black2 = "#1c1c1c",
|
||||
one_bg = "#444551", -- color0
|
||||
one_bg2 = "#292c30",
|
||||
one_bg3 = "#33363a",
|
||||
grey = "#3e4145",
|
||||
grey = "#5e6165",
|
||||
grey_fg = "#65686c",
|
||||
grey_fg2 = "#4a4d51",
|
||||
light_grey = "#626569",
|
||||
@@ -27,14 +27,14 @@ M.base_30 = {
|
||||
teal = "#63b3ad",
|
||||
orange = "#f0a988",
|
||||
cyan = "#D6D8DA", -- color6
|
||||
statusline_bg = "#15191e",
|
||||
statusline_bg = "#1c1c1c",
|
||||
lightbg = "#24282d",
|
||||
pmenu_bg = "#3bdda2",
|
||||
folder_bg = "#FB6F80",
|
||||
}
|
||||
|
||||
M.base_16 = {
|
||||
base00 = "#1c1c1c", -- background
|
||||
base00 = "#1c1c1d", -- background
|
||||
base01 = "#1a1d21",
|
||||
base02 = "#23262a",
|
||||
base03 = "#5b5e62",
|
||||
|
||||
Reference in New Issue
Block a user