mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 02:05:56 -07:00
fix(themes): use same case for all colors
This commit is contained in:
parent
717cb6b8ed
commit
391877f2e8
2 changed files with 19 additions and 19 deletions
|
|
@ -10,26 +10,26 @@ local colors = {
|
||||||
grey_fg = "#43444f",
|
grey_fg = "#43444f",
|
||||||
grey_fg2 = "#4d4e59",
|
grey_fg2 = "#4d4e59",
|
||||||
light_grey = "#555661",
|
light_grey = "#555661",
|
||||||
red = "#EE6D85",
|
red = "#ee6d85",
|
||||||
baby_pink = "#fd7c94",
|
baby_pink = "#fd7c94",
|
||||||
pink = "#FE6D85",
|
pink = "#fe6D85",
|
||||||
line = "#20212c",
|
line = "#20212c",
|
||||||
green = "#98C379",
|
green = "#98c379",
|
||||||
vibrant_green = "#95C561",
|
vibrant_green = "#95c561",
|
||||||
nord_blue = "#648ce1",
|
nord_blue = "#648ce1",
|
||||||
blue = "#7199EE",
|
blue = "#7199ee",
|
||||||
yellow = "#D7A65F",
|
yellow = "#d7a65f",
|
||||||
sun = "#dfae67",
|
sun = "#dfae67",
|
||||||
purple = "#A485DD",
|
purple = "#a485dd",
|
||||||
dark_purple = "#9071c9",
|
dark_purple = "#9071c9",
|
||||||
teal = "#519ABA",
|
teal = "#519aba",
|
||||||
orange = "#F6955B",
|
orange = "#f6955b",
|
||||||
cyan = "#38A89D",
|
cyan = "#38a89d",
|
||||||
statusline_bg = "#151621",
|
statusline_bg = "#151621",
|
||||||
lightbg = "#22232e",
|
lightbg = "#22232e",
|
||||||
lightbg2 = "#1c1d28",
|
lightbg2 = "#1c1d28",
|
||||||
pmenu_bg = "#98C379",
|
pmenu_bg = "#98C379",
|
||||||
folder_bg = "#354A77",
|
folder_bg = "#354a77",
|
||||||
}
|
}
|
||||||
|
|
||||||
return colors
|
return colors
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
return {
|
return {
|
||||||
base00 = "11121D",
|
base00 = "11121d",
|
||||||
base01 = "151621",
|
base01 = "151621",
|
||||||
base02 = "43444f",
|
base02 = "43444f",
|
||||||
base03 = "393a45",
|
base03 = "393a45",
|
||||||
|
|
@ -7,12 +7,12 @@ return {
|
||||||
base05 = "abb2bf",
|
base05 = "abb2bf",
|
||||||
base06 = "555661",
|
base06 = "555661",
|
||||||
base07 = "2c2d38",
|
base07 = "2c2d38",
|
||||||
base08 = "A485DD",
|
base08 = "a485dd",
|
||||||
base09 = "A485DD",
|
base09 = "a485dd",
|
||||||
base0A = "7199EE",
|
base0A = "7199ee",
|
||||||
base0B = "D7A65F",
|
base0B = "d7A65f",
|
||||||
base0C = "A485DD",
|
base0C = "a485dd",
|
||||||
base0D = "95C561",
|
base0D = "95c561",
|
||||||
base0E = "EE6D85",
|
base0E = "ee6d85",
|
||||||
base0F = "773440",
|
base0F = "773440",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue