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
|
|
@ -5,7 +5,7 @@ M.base_30 = {
|
|||
darker_black = "#191b1d",
|
||||
black = "#1d1f21", -- nvim bg
|
||||
black2 = "#232527",
|
||||
one_bg = "#363a41",
|
||||
one_bg = "#2d2f31",
|
||||
one_bg2 = "#353b45",
|
||||
one_bg3 = "#30343c",
|
||||
grey = "#434547",
|
||||
|
|
@ -15,7 +15,7 @@ M.base_30 = {
|
|||
red = "#cc6666",
|
||||
baby_pink = "#FF6E79",
|
||||
pink = "#ff9ca3",
|
||||
line = "#27292b", -- for lines like vertsplit
|
||||
line = "#313335", -- for lines like vertsplit
|
||||
green = "#a4b595",
|
||||
vibrant_green = "#a3b991",
|
||||
nord_blue = "#728da8",
|
||||
|
|
@ -55,6 +55,13 @@ M.base_16 = {
|
|||
|
||||
M.type = "dark"
|
||||
|
||||
M.polish_hl = {
|
||||
PmenuSel = {
|
||||
fg = M.base_30.black,
|
||||
bg = M.base_30.red,
|
||||
},
|
||||
}
|
||||
|
||||
M = require("base46").override_theme(M, "tomorrow_night")
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue