mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
color fix
This commit is contained in:
parent
32dcf853d5
commit
919e67cf88
1 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@ local colors = {
|
|||
white = "#d0D0D0",
|
||||
darker_black = "#121212",
|
||||
black = "#151515", -- nvim bg
|
||||
black2 = "#151515",
|
||||
black2 = "#181818",
|
||||
one_bg = "#1f1f1f",
|
||||
one_bg2 = "#282828",
|
||||
one_bg3 = "#303030",
|
||||
|
|
@ -21,13 +21,13 @@ local colors = {
|
|||
yellow = "#F4BF75",
|
||||
sun = "#fcc77d",
|
||||
purple = "#AA759F",
|
||||
dark_purple = "#9b6690",
|
||||
teal = "#84c4b9",
|
||||
dark_purple = "#AA759F",
|
||||
teal = "#75B5AA",
|
||||
orange = "#F4BF75",
|
||||
cyan = "#75B5AA",
|
||||
statusline_bg = "#151515",
|
||||
lightbg = "#181818",
|
||||
lightbg2 = "#181818",
|
||||
statusline_bg = "#181818",
|
||||
lightbg = "#1b1b1b",
|
||||
lightbg2 = "#1f1f1f",
|
||||
pmenu_bg = "#90A959",
|
||||
folder_bg = "#6A9FB5",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue