mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
parent
7b6fb92bcf
commit
1e803fd654
35 changed files with 552 additions and 436 deletions
|
|
@ -15,7 +15,7 @@ M.base_30 = {
|
|||
red = "#BF616A",
|
||||
baby_pink = "#de878f",
|
||||
pink = "#d57780",
|
||||
line = "#3a404c", -- for lines like vertsplit
|
||||
line = "#414753", -- for lines like vertsplit
|
||||
green = "#A3BE8C",
|
||||
vibrant_green = "#afca98",
|
||||
blue = "#7797b7",
|
||||
|
|
@ -53,6 +53,15 @@ M.base_16 = {
|
|||
base0F = "#B48EAD",
|
||||
}
|
||||
|
||||
M.polish_hl = {
|
||||
TSPunctBracket = {
|
||||
fg = M.base_30.white,
|
||||
},
|
||||
|
||||
TSPunctDelimiter = {
|
||||
fg = M.base_30.white,
|
||||
},
|
||||
}
|
||||
M.type = "dark"
|
||||
|
||||
M = require("base46").override_theme(M, "nord")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue