Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions lua/base46/integrations/avante.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
local colors = require("base46").get_theme_tb "base_30"

return {
AvanteTitle = {fg = colors.black2, bg = colors.vibrant_green},
AvanteReversedTitle = {fg = colors.vibrant_green, bg = colors.black2},
AvanteSubtitle = {fg = colors.black2, bg = colors.nord_blue},
AvanteReversedSubtitle = {fg = colors.nord_blue, bg = colors.black2},
AvanteThirdTitle = {bg = colors.white, fg=colors.black2},
AvanteReversedThirdTitle = {fg = colors.white},
AvanteTitle = { fg = colors.black2, bg = colors.vibrant_green },
AvanteReversedTitle = { fg = colors.vibrant_green, bg = colors.black2 },
AvanteSubtitle = { fg = colors.black2, bg = colors.nord_blue },
AvanteReversedSubtitle = { fg = colors.nord_blue, bg = colors.black2 },
AvanteThirdTitle = { bg = colors.white, fg = colors.black2 },
AvanteReversedThirdTitle = { fg = colors.white },

-- should be set automatically by other color groups

Expand Down
1 change: 0 additions & 1 deletion lua/base46/integrations/blink-pair.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ local highligths = {

BlinkPairsUnmatched = { fg = colors.red },
BlinkPairsMatchParen = { fg = colors.cyan },

}

return highligths
4 changes: 2 additions & 2 deletions lua/base46/integrations/nvimtree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ return {
NvimTreeGitIgnored = { fg = colors.light_grey },
NvimTreeDiagnosticErrorFileHL = { link = "DiagnosticError" },
NvimTreeDiagnosticErrorFolderHL = { link = "DiagnosticError" },
NvimTreeDiagnosticInfoFileHL = { link = "DiagnosticNormal" },
NvimTreeDiagnosticInfoFolderHL = { link = "DiagnosticNormal" },
NvimTreeDiagnosticInfoFileHL = { link = "DiagnosticNormal" },
NvimTreeDiagnosticInfoFolderHL = { link = "DiagnosticNormal" },
NvimTreeDiagnosticWarnFileHL = { link = "DiagnosticWarn" },
NvimTreeDiagnosticWarnFolderHL = { link = "DiagnosticWarn" },
NvimTreeDiagnosticHintFileHL = { link = "DiagnosticHint" },
Expand Down
9 changes: 9 additions & 0 deletions lua/base46/themes/aquarium.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ M.base_16 = {
base0F = "#eAc1c1",
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
},
}

M.type = "dark"

M = require("base46").override_theme(M, "aquarium")
Expand Down
9 changes: 9 additions & 0 deletions lua/base46/themes/ashes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ M.base_16 = {
base0F = "#c79595",
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
},
}

M.type = "dark"

M = require("base46").override_theme(M, "ashes")
Expand Down
8 changes: 5 additions & 3 deletions lua/base46/themes/aylin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ M.type = "dark"

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
Include = { fg = M.base_30.blue },
Tag = { fg = M.base_30.red },
},
treesitter = {
['@tag'] = { fg = M.base_30.red },
['@tag.attribute'] = { fg = M.base_30.purple },
['@tag.delimiter'] = { fg = M.base_30.brown },
["@operator"] = { fg = M.base_30.cyan },
["@tag"] = { fg = M.base_30.red },
["@tag.attribute"] = { fg = M.base_30.purple },
["@tag.delimiter"] = { fg = M.base_30.brown },
["@keyword.function"] = { fg = M.base_30.blue },
["@keyword.exception"] = { fg = M.base_30.blue },
["@type.builtin"] = { fg = M.base_30.red },
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/ayu_dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
luaTSField = { fg = M.base_16.base0D },
["@tag.delimiter"] = { fg = M.base_30.cyan },
["@function"] = { fg = M.base_30.orange },
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/ayu_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
luaTSField = { fg = M.base_16.base0E },
PmenuSel = { fg = M.base_30.white, bg = M.base_30.pmenu_bg },
["@tag.delimiter"] = { fg = M.base_30.base0D },
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/bearded-arc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ M.base_16 = {
M.type = "dark"

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@variable.parameter"] = { fg = M.base_30.pink },
["@attribute"] = { fg = M.base_30.purple },
},
Expand Down
6 changes: 6 additions & 0 deletions lua/base46/themes/blossom_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
},
whichkey = {
WhichKeyDesc = { fg = M.base_30.white },
WhichKey = { fg = M.base_30.white },
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/carbonfox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@keyword.return"] = { fg = M.base_30.red },
["@function"] = { fg = M.base_30.blue },
},
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/catppuccin-latte.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@property"] = { fg = M.base_30.teal },
["@variable.builtin"] = { fg = M.base_30.red },
},
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@variable"] = { fg = M.base_30.lavender },
["@property"] = { fg = M.base_30.teal },
["@variable.builtin"] = { fg = M.base_30.red },
Expand Down
2 changes: 2 additions & 0 deletions lua/base46/themes/chadracula-evondev.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ M.base_16 = {

M.polish_hl = {
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@function.builtin"] = { fg = M.base_30.cyan },
["@number"] = { fg = M.base_30.purple },
["@module"] = { fg = M.base_30.white },
Expand All @@ -69,6 +70,7 @@ M.polish_hl = {
},

syntax = {
Operator = { fg = M.base_30.cyan },
Include = { fg = M.base_30.pink },
Error = { fg = M.base_30.red },
Identifier = { fg = M.base_30.white },
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/chadracula.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@function.builtin"] = { fg = M.base_30.cyan },
["@number"] = { fg = M.base_30.purple },
},
Expand Down
9 changes: 9 additions & 0 deletions lua/base46/themes/chadtain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ M.base_16 = {
base0F = "#ac8a8c",
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
},
}

M.type = "dark"

M = require("base46").override_theme(M, "chadtain")
Expand Down
1 change: 1 addition & 0 deletions lua/base46/themes/chocolate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ M.polish_hl = {
},

treesitter = {
["@operator"] = { fg = M.base_30.blue },
["@variable.member"] = { fg = M.base_30.purple },
["@variable"] = { fg = M.base_16.base06 },
["@module"] = { fg = M.base_30.beige },
Expand Down
2 changes: 2 additions & 0 deletions lua/base46/themes/darcula-dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ M.base_16 = {

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
Number = { fg = M.base_30.teal },
Type = { fg = M.base_30.teal },
Conditional = { fg = M.base_30.orange },
Include = { fg = M.base_30.brown },
},

treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@keyword.conditional"] = { fg = M.base_30.orange },
["@number"] = { fg = M.base_30.teal },
["@punctuation.bracket"] = { fg = M.base_30.white },
Expand Down
2 changes: 2 additions & 0 deletions lua/base46/themes/dark_horizon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ M.base_16 = {

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
Include = { fg = M.base_16.base0E, bold = true },
},

treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@property"] = { fg = M.base_16.base0E },
["@tag.delimiter"] = { fg = M.base_16.base05 },
["@punctuation.bracket"] = { fg = M.base_30.yellow },
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/decay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@constant"] = { fg = M.base_30.yellow },
},
}
Expand Down
9 changes: 9 additions & 0 deletions lua/base46/themes/default-dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ M.base_16 = {
base0F = "#a16946",
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
},
}

M.type = "dark"

M = require("base46").override_theme(M, "default-dark")
Expand Down
9 changes: 9 additions & 0 deletions lua/base46/themes/default-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ M.base_16 = {
base0F = "#966241",
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
},
}

M.type = "light"

M = require("base46").override_theme(M, "default-light")
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/doomchad.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@variable.member"] = { fg = M.base_30.blue },
["@punctuation.bracket"] = { fg = M.base_30.yellow },
},
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/eldritch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
defaults = {
NormalFloat = { bg = M.base_30.black },
FloatBorder = { fg = M.base_30.purple },
Expand All @@ -73,6 +76,7 @@ M.polish_hl = {
NeogitDiffContext = { bg = "NONE" },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
Include = { fg = M.base_30.green },
Boolean = { fg = M.base_30.red },
Type = { fg = M.base_30.cyan },
Expand Down
2 changes: 2 additions & 0 deletions lua/base46/themes/embark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ M.type = "dark"

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
Include = { fg = M.base_30.green },
Function = { fg = M.base_30.red },
Type = { fg = M.base_30.purple },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@operator"] = { fg = M.base_30.cyan },
["@function"] = { fg = M.base_30.red },
["@function.macro"] = { fg = M.base_30.red },
Expand Down
9 changes: 9 additions & 0 deletions lua/base46/themes/everblush.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ M.base_16 = {
base0F = "#ef7d7d",
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
},
}

M.type = "dark"

M = require("base46").override_theme(M, "everblush")
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/everforest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ M.base_16 = {
M.type = "dark"

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@tag"] = { fg = M.base_30.orange },
["@tag.delimiter"] = { fg = M.base_30.green },
},
Expand Down
4 changes: 4 additions & 0 deletions lua/base46/themes/everforest_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ M.base_16 = {
}

M.polish_hl = {
syntax = {
Operator = { fg = M.base_30.cyan },
},
git = {
DiffAdd = { fg = M.base_30.green },
},
Expand Down Expand Up @@ -83,6 +86,7 @@ M.polish_hl = {
},

treesitter = {
["@operator"] = { fg = M.base_30.cyan },
["@tag"] = { fg = M.base_30.orange },
["@variable.member"] = { fg = M.base_16.base05 },
["@keyword.import"] = { fg = M.base_16.base08 },
Expand Down
1 change: 1 addition & 0 deletions lua/base46/themes/falcon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ M.polish_hl = {
},

treesitter = {
["@operator"] = { fg = M.base_30.red },
["@keyword"] = { fg = M.base_16.base0D },
},
}
Expand Down
Loading