mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
lighten grey colors in chadracula theme
This commit is contained in:
parent
f42c10dd06
commit
75317c5bd2
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@ local colors = {
|
|||
one_bg = "#373844", -- real bg of onedark
|
||||
one_bg2 = "#44475a",
|
||||
one_bg3 = "#565761",
|
||||
grey = "#41434f",
|
||||
grey_fg = "#5a5c68",
|
||||
grey_fg2 = "#5a5c68",
|
||||
light_grey = "#636571",
|
||||
grey = "#5e5f69",
|
||||
grey_fg = "#666771",
|
||||
grey_fg2 = "#6e6f79",
|
||||
light_grey = "#73747e",
|
||||
red = "#E95678",
|
||||
baby_pink = "#DE8C92",
|
||||
pink = "#FF79C6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue