mirror of
https://github.com/gabehf/base46.git
synced 2026-03-17 03:06:30 -07:00
polish rxhn theme
This commit is contained in:
parent
183e9cfb8e
commit
3924197708
1 changed files with 47 additions and 47 deletions
|
|
@ -2,9 +2,9 @@ local M = {}
|
||||||
|
|
||||||
M.base_30 = {
|
M.base_30 = {
|
||||||
white = "#D9D7D6",
|
white = "#D9D7D6",
|
||||||
darker_black = "#000B0F",
|
darker_black = "#000a0e",
|
||||||
black = "#061115", -- nvim bg
|
black = "#061115", -- nvim bg
|
||||||
black2 = "#0C171B",
|
black2 = "#0d181c",
|
||||||
one_bg = "#101B1F",
|
one_bg = "#101B1F",
|
||||||
one_bg2 = "#192428",
|
one_bg2 = "#192428",
|
||||||
one_bg3 = "#212C30",
|
one_bg3 = "#212C30",
|
||||||
|
|
@ -20,15 +20,15 @@ M.base_30 = {
|
||||||
vibrant_green = "#8CD7AA",
|
vibrant_green = "#8CD7AA",
|
||||||
nord_blue = "#5A84BC",
|
nord_blue = "#5A84BC",
|
||||||
blue = "#6791C9",
|
blue = "#6791C9",
|
||||||
yellow = "#DE8F78",
|
yellow = "#ecd28b",
|
||||||
sun = "#E69780",
|
sun = "#f6dc95",
|
||||||
purple = "#C488EC",
|
purple = "#C488EC",
|
||||||
dark_purple = "#BC83E3",
|
dark_purple = "#BC83E3",
|
||||||
teal = "#7ACFE4",
|
teal = "#7ACFE4",
|
||||||
orange = "#E89982",
|
orange = "#E89982",
|
||||||
cyan = "#67AFC1",
|
cyan = "#67AFC1",
|
||||||
statusline_bg = "#0A1519",
|
statusline_bg = "#0A1519",
|
||||||
lightbg = "#172226",
|
lightbg = "#1a2529",
|
||||||
lightbg2 = "#111C20",
|
lightbg2 = "#111C20",
|
||||||
pmenu_bg = "#78B892",
|
pmenu_bg = "#78B892",
|
||||||
folder_bg = "#6791C9",
|
folder_bg = "#6791C9",
|
||||||
|
|
@ -43,13 +43,13 @@ M.base_16 = {
|
||||||
base05 = "#D9D7D6",
|
base05 = "#D9D7D6",
|
||||||
base06 = "#E3E1E0",
|
base06 = "#E3E1E0",
|
||||||
base07 = "#EDEBEA",
|
base07 = "#EDEBEA",
|
||||||
base08 = "#DF5B61",
|
base08 = "#f26e74",
|
||||||
base09 = "#DE8F78",
|
base09 = "#ecd28b",
|
||||||
base0A = "#E9967E",
|
base0A = "#E9967E",
|
||||||
base0B = "#78B892",
|
base0B = "#82c29c",
|
||||||
base0C = "#6791C9",
|
base0C = "#6791C9",
|
||||||
base0D = "#79AAEB",
|
base0D = "#79AAEB",
|
||||||
base0E = "#BC83E3",
|
base0E = "#C488EC",
|
||||||
base0F = "#F16269",
|
base0F = "#F16269",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue