mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
parent
7b6fb92bcf
commit
1e803fd654
35 changed files with 552 additions and 436 deletions
|
|
@ -15,11 +15,11 @@ M.base_30 = {
|
|||
red = "#ff6b5a",
|
||||
baby_pink = "#ff7665",
|
||||
pink = "#ff75a0",
|
||||
line = "#2f333b", -- for lines like vertsplit
|
||||
line = "#3b3f47", -- for lines like vertsplit
|
||||
green = "#98be65",
|
||||
vibrant_green = "#a9cf76",
|
||||
nord_blue = "#47a5e5",
|
||||
blue = "#51afef",
|
||||
blue = "#61afef",
|
||||
yellow = "#ECBE7B",
|
||||
sun = "#f2c481",
|
||||
purple = "#afa7e7",
|
||||
|
|
@ -44,7 +44,7 @@ M.base_16 = {
|
|||
base06 = "#b3bac7",
|
||||
base07 = "#bbc2cf",
|
||||
base08 = "#ff6c6b",
|
||||
base09 = "#da8548",
|
||||
base09 = "#ea9558",
|
||||
base0A = "#ECBE7B",
|
||||
base0B = "#98be65",
|
||||
base0C = "#66c4ff",
|
||||
|
|
@ -53,6 +53,12 @@ M.base_16 = {
|
|||
base0F = "#c85a50",
|
||||
}
|
||||
|
||||
M.polish_hl = {
|
||||
TSFieldKey = {
|
||||
fg = M.base_30.blue
|
||||
}
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
||||
M = require("base46").override_theme(M, "doomchad")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue