mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
minor changes to some themes
This commit is contained in:
parent
0945a2299f
commit
41a1b487b8
3 changed files with 4 additions and 3 deletions
|
|
@ -28,4 +28,5 @@ return {
|
|||
DevIconwoff2 = { fg = colors.white },
|
||||
DevIconxz = { fg = colors.sun },
|
||||
DevIconzip = { fg = colors.sun },
|
||||
DevIconZig = { fg = colors.orange },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ local M = {}
|
|||
|
||||
M.base_30 = {
|
||||
white = "#ced4df",
|
||||
darker_black = "#1a1a24",
|
||||
darker_black = "#1c1c26",
|
||||
black = "#20202A", -- nvim bg
|
||||
black2 = "#25252f",
|
||||
one_bg = "#2a2a34",
|
||||
|
|
@ -15,7 +15,7 @@ M.base_30 = {
|
|||
red = "#ebb9b9",
|
||||
baby_pink = "#EAC1C1",
|
||||
pink = "#E9D1D1",
|
||||
line = "#292933", -- for lines like vertsplit
|
||||
line = "#2d2d37", -- for lines like vertsplit
|
||||
green = "#b1dba4",
|
||||
vibrant_green = "#BEE0A8",
|
||||
blue = "#CDDBF9",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ M.base_30 = {
|
|||
grey = "#33363c",
|
||||
grey_fg = "#3d4046",
|
||||
grey_fg2 = "#46494f",
|
||||
light_grey = "#4e5157",
|
||||
light_grey = "#54575d",
|
||||
red = "#F07178",
|
||||
baby_pink = "#ff949b",
|
||||
pink = "#ff8087",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue