mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
parent
7b6fb92bcf
commit
1e803fd654
35 changed files with 552 additions and 436 deletions
|
|
@ -3,7 +3,7 @@ local colors = require("base46").get_colors "base_30"
|
|||
return {
|
||||
|
||||
BufferLineBackground = {
|
||||
fg = colors.grey_fg,
|
||||
fg = colors.light_grey,
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
|
|
@ -93,7 +93,11 @@ return {
|
|||
},
|
||||
|
||||
BufferLineDevIconDefaultSelected = {
|
||||
bg = "NONE",
|
||||
bg = "none",
|
||||
},
|
||||
|
||||
BufferLineDevIconDefaultInactive = {
|
||||
bg = "none",
|
||||
},
|
||||
|
||||
BufferLineDuplicate = {
|
||||
|
|
@ -113,6 +117,7 @@ return {
|
|||
BufferLineRightCustomAreaText1 = {
|
||||
fg = colors.white,
|
||||
},
|
||||
|
||||
BufferLineRightCustomAreaText2 = {
|
||||
fg = colors.red,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ return {
|
|||
},
|
||||
|
||||
Feline_diffIcons = {
|
||||
fg = colors.grey_fg2,
|
||||
fg = colors.light_grey,
|
||||
bg = colors.statusline_bg,
|
||||
},
|
||||
|
||||
|
|
@ -118,6 +118,11 @@ return {
|
|||
|
||||
Feline_EmptySpace = {
|
||||
fg = colors.one_bg2,
|
||||
bg = colors.one_bg,
|
||||
},
|
||||
|
||||
Feline_EmptySpace_git = {
|
||||
fg = colors.one_bg,
|
||||
bg = colors.statusline_bg,
|
||||
},
|
||||
|
||||
|
|
@ -133,6 +138,6 @@ return {
|
|||
|
||||
Feline_PositionSeparator = {
|
||||
fg = colors.green,
|
||||
bg = colors.grey,
|
||||
bg = colors.one_bg2,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,11 +101,9 @@ return {
|
|||
|
||||
-- vim-matchup
|
||||
MatchWord = {
|
||||
fg = black,
|
||||
bg = white,
|
||||
bg = grey,
|
||||
fg = white,
|
||||
},
|
||||
MatchParen = { link = "MatchWord" },
|
||||
|
||||
MatchWordCur = { },
|
||||
MatchParenCur = { link = "MatchWordCur" },
|
||||
MatchParen = { link = "MatchWord" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -165,4 +165,12 @@ return {
|
|||
TSCurrentScope = {
|
||||
bold = true,
|
||||
},
|
||||
|
||||
luaTSField = {
|
||||
fg = theme.base07,
|
||||
},
|
||||
|
||||
TSFieldKey = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue