mirror of https://github.com/gabehf/base46.git
parent
8195ffa939
commit
ca546ccacd
@ -1,6 +1,6 @@
|
||||
column_width = 120
|
||||
line_endings = "Unix"
|
||||
indent_type = "Spaces"
|
||||
indent_width = 3
|
||||
indent_width = 2
|
||||
quote_style = "AutoPreferDouble"
|
||||
call_parentheses = "None"
|
||||
|
||||
@ -1,48 +1,48 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
local M = {
|
||||
NvimTreeWinSeparator = {
|
||||
fg = colors.one_bg2,
|
||||
bg = "NONE",
|
||||
},
|
||||
NvimTreeWinSeparator = {
|
||||
fg = colors.one_bg2,
|
||||
bg = "NONE",
|
||||
},
|
||||
|
||||
TelescopeResultsTitle = {
|
||||
fg = colors.black,
|
||||
bg = colors.blue,
|
||||
},
|
||||
TelescopeResultsTitle = {
|
||||
fg = colors.black,
|
||||
bg = colors.blue,
|
||||
},
|
||||
}
|
||||
|
||||
-- for hl groups which need bg = "NONE" only!
|
||||
local hl_groups = {
|
||||
"NormalFloat",
|
||||
"Normal",
|
||||
"Folded",
|
||||
"NvimTreeNormal",
|
||||
"NvimTreeNormalNC",
|
||||
"NvimTreeCursorLine",
|
||||
"TelescopeNormal",
|
||||
"TelescopePrompt",
|
||||
"TelescopeResults",
|
||||
"TelescopePromptNormal",
|
||||
"TelescopePromptPrefix",
|
||||
"CursorLine",
|
||||
"Pmenu",
|
||||
"NormalFloat",
|
||||
"Normal",
|
||||
"Folded",
|
||||
"NvimTreeNormal",
|
||||
"NvimTreeNormalNC",
|
||||
"NvimTreeCursorLine",
|
||||
"TelescopeNormal",
|
||||
"TelescopePrompt",
|
||||
"TelescopeResults",
|
||||
"TelescopePromptNormal",
|
||||
"TelescopePromptPrefix",
|
||||
"CursorLine",
|
||||
"Pmenu",
|
||||
}
|
||||
|
||||
for _, groups in ipairs(hl_groups) do
|
||||
M[groups] = {
|
||||
bg = "NONE",
|
||||
}
|
||||
M[groups] = {
|
||||
bg = "NONE",
|
||||
}
|
||||
end
|
||||
|
||||
M.TelescopeBorder = {
|
||||
fg = colors.grey,
|
||||
bg = "NONE",
|
||||
fg = colors.grey,
|
||||
bg = "NONE",
|
||||
}
|
||||
|
||||
M.TelescopePromptBorder = {
|
||||
fg = colors.grey,
|
||||
bg = "NONE",
|
||||
fg = colors.grey,
|
||||
bg = "NONE",
|
||||
}
|
||||
|
||||
return M
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
AlphaHeader = { fg = colors.grey_fg },
|
||||
AlphaButtons = { fg = colors.light_grey },
|
||||
AlphaHeader = { fg = colors.grey_fg },
|
||||
AlphaButtons = { fg = colors.light_grey },
|
||||
}
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
IndentBlanklineChar = { fg = colors.line },
|
||||
IndentBlanklineSpaceChar = { fg = colors.line },
|
||||
IndentBlanklineContextChar = { fg = colors.grey },
|
||||
IndentBlanklineContextStart = { bg = colors.one_bg2 },
|
||||
IndentBlanklineChar = { fg = colors.line },
|
||||
IndentBlanklineSpaceChar = { fg = colors.line },
|
||||
IndentBlanklineContextChar = { fg = colors.grey },
|
||||
IndentBlanklineContextStart = { bg = colors.one_bg2 },
|
||||
}
|
||||
|
||||
@ -1,32 +1,32 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
DevIconDefault = { fg = colors.red },
|
||||
DevIconc = { fg = colors.blue },
|
||||
DevIconcss = { fg = colors.blue },
|
||||
DevIcondeb = { fg = colors.cyan },
|
||||
DevIconDockerfile = { fg = colors.cyan },
|
||||
DevIconhtml = { fg = colors.baby_pink },
|
||||
DevIconjpeg = { fg = colors.dark_purple },
|
||||
DevIconjpg = { fg = colors.dark_purple },
|
||||
DevIconjs = { fg = colors.sun },
|
||||
DevIconkt = { fg = colors.orange },
|
||||
DevIconlock = { fg = colors.red },
|
||||
DevIconlua = { fg = colors.blue },
|
||||
DevIconmp3 = { fg = colors.white },
|
||||
DevIconmp4 = { fg = colors.white },
|
||||
DevIconout = { fg = colors.white },
|
||||
DevIconpng = { fg = colors.dark_purple },
|
||||
DevIconpy = { fg = colors.cyan },
|
||||
DevIcontoml = { fg = colors.blue },
|
||||
DevIconts = { fg = colors.teal },
|
||||
DevIconttf = { fg = colors.white },
|
||||
DevIconrb = { fg = colors.pink },
|
||||
DevIconrpm = { fg = colors.orange },
|
||||
DevIconvue = { fg = colors.vibrant_green },
|
||||
DevIconwoff = { fg = colors.white },
|
||||
DevIconwoff2 = { fg = colors.white },
|
||||
DevIconxz = { fg = colors.sun },
|
||||
DevIconzip = { fg = colors.sun },
|
||||
DevIconZig = { fg = colors.orange },
|
||||
DevIconDefault = { fg = colors.red },
|
||||
DevIconc = { fg = colors.blue },
|
||||
DevIconcss = { fg = colors.blue },
|
||||
DevIcondeb = { fg = colors.cyan },
|
||||
DevIconDockerfile = { fg = colors.cyan },
|
||||
DevIconhtml = { fg = colors.baby_pink },
|
||||
DevIconjpeg = { fg = colors.dark_purple },
|
||||
DevIconjpg = { fg = colors.dark_purple },
|
||||
DevIconjs = { fg = colors.sun },
|
||||
DevIconkt = { fg = colors.orange },
|
||||
DevIconlock = { fg = colors.red },
|
||||
DevIconlua = { fg = colors.blue },
|
||||
DevIconmp3 = { fg = colors.white },
|
||||
DevIconmp4 = { fg = colors.white },
|
||||
DevIconout = { fg = colors.white },
|
||||
DevIconpng = { fg = colors.dark_purple },
|
||||
DevIconpy = { fg = colors.cyan },
|
||||
DevIcontoml = { fg = colors.blue },
|
||||
DevIconts = { fg = colors.teal },
|
||||
DevIconttf = { fg = colors.white },
|
||||
DevIconrb = { fg = colors.pink },
|
||||
DevIconrpm = { fg = colors.orange },
|
||||
DevIconvue = { fg = colors.vibrant_green },
|
||||
DevIconwoff = { fg = colors.white },
|
||||
DevIconwoff2 = { fg = colors.white },
|
||||
DevIconxz = { fg = colors.sun },
|
||||
DevIconzip = { fg = colors.sun },
|
||||
DevIconZig = { fg = colors.orange },
|
||||
}
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
-- LSP References
|
||||
LspReferenceText = { fg = colors.darker_black, bg = colors.white },
|
||||
LspReferenceRead = { fg = colors.darker_black, bg = colors.white },
|
||||
LspReferenceWrite = { fg = colors.darker_black, bg = colors.white },
|
||||
-- LSP References
|
||||
LspReferenceText = { fg = colors.darker_black, bg = colors.white },
|
||||
LspReferenceRead = { fg = colors.darker_black, bg = colors.white },
|
||||
LspReferenceWrite = { fg = colors.darker_black, bg = colors.white },
|
||||
|
||||
-- Lsp Diagnostics
|
||||
DiagnosticHint = { fg = colors.purple },
|
||||
DiagnosticError = { fg = colors.red },
|
||||
DiagnosticWarn = { fg = colors.yellow },
|
||||
DiagnosticInformation = { fg = colors.green },
|
||||
LspSignatureActiveParameter = { fg = colors.black, bg = colors.green },
|
||||
-- Lsp Diagnostics
|
||||
DiagnosticHint = { fg = colors.purple },
|
||||
DiagnosticError = { fg = colors.red },
|
||||
DiagnosticWarn = { fg = colors.yellow },
|
||||
DiagnosticInformation = { fg = colors.green },
|
||||
LspSignatureActiveParameter = { fg = colors.black, bg = colors.green },
|
||||
|
||||
RenamerTitle = { fg = colors.black, bg = colors.red },
|
||||
RenamerBorder = { fg = colors.red },
|
||||
RenamerTitle = { fg = colors.black, bg = colors.red },
|
||||
RenamerBorder = { fg = colors.red },
|
||||
}
|
||||
|
||||
@ -1,46 +1,46 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
NvimTreeEmptyFolderName = { fg = colors.folder_bg },
|
||||
NvimTreeEndOfBuffer = { fg = colors.darker_black },
|
||||
NvimTreeFolderIcon = { fg = colors.folder_bg },
|
||||
NvimTreeFolderName = { fg = colors.folder_bg },
|
||||
NvimTreeGitDirty = { fg = colors.red },
|
||||
NvimTreeIndentMarker = { fg = colors.grey_fg },
|
||||
NvimTreeNormal = { bg = colors.darker_black },
|
||||
NvimTreeNormalNC = { bg = colors.darker_black },
|
||||
NvimTreeOpenedFolderName = { fg = colors.folder_bg },
|
||||
NvimTreeGitIgnored = { fg = colors.light_grey },
|
||||
|
||||
NvimTreeWinSeparator = {
|
||||
fg = colors.darker_black,
|
||||
bg = colors.darker_black,
|
||||
},
|
||||
|
||||
NvimTreeWindowPicker = {
|
||||
fg = colors.red,
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
NvimTreeCursorLine = {
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
NvimTreeGitNew = {
|
||||
fg = colors.yellow,
|
||||
},
|
||||
|
||||
NvimTreeGitDeleted = {
|
||||
fg = colors.red,
|
||||
},
|
||||
|
||||
NvimTreeSpecialFile = {
|
||||
fg = colors.yellow,
|
||||
bold = true,
|
||||
},
|
||||
|
||||
NvimTreeRootFolder = {
|
||||
fg = colors.red,
|
||||
bold = true,
|
||||
},
|
||||
NvimTreeEmptyFolderName = { fg = colors.folder_bg },
|
||||
NvimTreeEndOfBuffer = { fg = colors.darker_black },
|
||||
NvimTreeFolderIcon = { fg = colors.folder_bg },
|
||||
NvimTreeFolderName = { fg = colors.folder_bg },
|
||||
NvimTreeGitDirty = { fg = colors.red },
|
||||
NvimTreeIndentMarker = { fg = colors.grey_fg },
|
||||
NvimTreeNormal = { bg = colors.darker_black },
|
||||
NvimTreeNormalNC = { bg = colors.darker_black },
|
||||
NvimTreeOpenedFolderName = { fg = colors.folder_bg },
|
||||
NvimTreeGitIgnored = { fg = colors.light_grey },
|
||||
|
||||
NvimTreeWinSeparator = {
|
||||
fg = colors.darker_black,
|
||||
bg = colors.darker_black,
|
||||
},
|
||||
|
||||
NvimTreeWindowPicker = {
|
||||
fg = colors.red,
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
NvimTreeCursorLine = {
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
NvimTreeGitNew = {
|
||||
fg = colors.yellow,
|
||||
},
|
||||
|
||||
NvimTreeGitDeleted = {
|
||||
fg = colors.red,
|
||||
},
|
||||
|
||||
NvimTreeSpecialFile = {
|
||||
fg = colors.yellow,
|
||||
bold = true,
|
||||
},
|
||||
|
||||
NvimTreeRootFolder = {
|
||||
fg = colors.red,
|
||||
bold = true,
|
||||
},
|
||||
}
|
||||
|
||||
@ -1,192 +1,192 @@
|
||||
local theme = require("base46").get_theme_tb "base_16"
|
||||
|
||||
return {
|
||||
TSAnnotation = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
TSAnnotation = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
|
||||
TSAttribute = {
|
||||
fg = theme.base0A,
|
||||
},
|
||||
TSAttribute = {
|
||||
fg = theme.base0A,
|
||||
},
|
||||
|
||||
TSTagAttribute = {
|
||||
link = "TSProperty",
|
||||
},
|
||||
TSTagAttribute = {
|
||||
link = "TSProperty",
|
||||
},
|
||||
|
||||
TSCharacter = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
TSCharacter = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSConstructor = {
|
||||
fg = theme.base0C,
|
||||
},
|
||||
TSConstructor = {
|
||||
fg = theme.base0C,
|
||||
},
|
||||
|
||||
TSConstBuiltin = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
TSConstBuiltin = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
|
||||
TSConstMacro = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
TSConstMacro = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSError = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSException = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSFloat = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
TSError = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSException = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSFloat = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
|
||||
TSKeyword = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
TSKeyword = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
|
||||
TSKeywordFunction = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
TSKeywordFunction = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
|
||||
TSKeywordReturn = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
TSKeywordReturn = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
|
||||
TSFunction = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
TSFunction = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
|
||||
TSFuncBuiltin = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
TSFuncBuiltin = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
|
||||
TSFuncMacro = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSKeywordOperator = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
|
||||
TSMethod = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
|
||||
TSNamespace = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSNone = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
|
||||
TSParameter = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSParameterReference = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
|
||||
TSPunctBracket = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
|
||||
TSPunctDelimiter = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
|
||||
TSPunctSpecial = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSStringRegex = {
|
||||
fg = theme.base0C,
|
||||
},
|
||||
TSFuncMacro = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSKeywordOperator = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
|
||||
TSMethod = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
|
||||
TSNamespace = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSNone = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
|
||||
TSParameter = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSParameterReference = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
|
||||
TSPunctBracket = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
|
||||
TSPunctDelimiter = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
|
||||
TSPunctSpecial = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSStringRegex = {
|
||||
fg = theme.base0C,
|
||||
},
|
||||
|
||||
TSStringEscape = {
|
||||
fg = theme.base0C,
|
||||
},
|
||||
TSStringEscape = {
|
||||
fg = theme.base0C,
|
||||
},
|
||||
|
||||
TSSymbol = {
|
||||
fg = theme.base0B,
|
||||
},
|
||||
TSSymbol = {
|
||||
fg = theme.base0B,
|
||||
},
|
||||
|
||||
TSTagDelimiter = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
TSTagDelimiter = {
|
||||
fg = theme.base0F,
|
||||
},
|
||||
|
||||
TSText = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
TSText = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
|
||||
TSStrong = {
|
||||
bold = true,
|
||||
},
|
||||
TSStrong = {
|
||||
bold = true,
|
||||
},
|
||||
|
||||
TSEmphasis = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
TSEmphasis = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
|
||||
TSStrike = {
|
||||
fg = theme.base00,
|
||||
strikethrough = true,
|
||||
},
|
||||
|
||||
TSLiteral = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
|
||||
TSURI = {
|
||||
fg = theme.base09,
|
||||
TSStrike = {
|
||||
fg = theme.base00,
|
||||
strikethrough = true,
|
||||
},
|
||||
|
||||
TSLiteral = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
|
||||
TSURI = {
|
||||
fg = theme.base09,
|
||||
|
||||
underline = true,
|
||||
},
|
||||
underline = true,
|
||||
},
|
||||
|
||||
TSTypeBuiltin = {
|
||||
fg = theme.base0A,
|
||||
},
|
||||
TSTypeBuiltin = {
|
||||
fg = theme.base0A,
|
||||
},
|
||||
|
||||
TSVariableBuiltin = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
TSVariableBuiltin = {
|
||||
fg = theme.base09,
|
||||
},
|
||||
|
||||
TSVariable = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
TSVariable = {
|
||||
fg = theme.base05,
|
||||
},
|
||||
|
||||
TSDefinition = {
|
||||
sp = theme.base04,
|
||||
underline = true,
|
||||
},
|
||||
TSDefinition = {
|
||||
sp = theme.base04,
|
||||
underline = true,
|
||||
},
|
||||
|
||||
TSDefinitionUsage = {
|
||||
sp = theme.base04,
|
||||
underline = true,
|
||||
},
|
||||
|
||||
TSCurrentScope = {
|
||||
bold = true,
|
||||
},
|
||||
|
||||
luaTSField = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
|
||||
TSFieldKey = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSProperty = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSInclude = {
|
||||
link = "Include",
|
||||
},
|
||||
|
||||
TSConditional = {
|
||||
link = "Conditional",
|
||||
},
|
||||
TSDefinitionUsage = {
|
||||
sp = theme.base04,
|
||||
underline = true,
|
||||
},
|
||||
|
||||
TSCurrentScope = {
|
||||
bold = true,
|
||||
},
|
||||
|
||||
luaTSField = {
|
||||
fg = theme.base0D,
|
||||
},
|
||||
|
||||
TSFieldKey = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSProperty = {
|
||||
fg = theme.base08,
|
||||
},
|
||||
|
||||
TSInclude = {
|
||||
link = "Include",
|
||||
},
|
||||
|
||||
TSConditional = {
|
||||
link = "Conditional",
|
||||
},
|
||||
}
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
WhichKey = { fg = colors.blue },
|
||||
WhichKeySeparator = { fg = colors.light_grey },
|
||||
WhichKeyDesc = { fg = colors.red },
|
||||
WhichKeyGroup = { fg = colors.green },
|
||||
WhichKeyValue = { fg = colors.green },
|
||||
WhichKey = { fg = colors.blue },
|
||||
WhichKeySeparator = { fg = colors.light_grey },
|
||||
WhichKeyDesc = { fg = colors.red },
|
||||
WhichKeyGroup = { fg = colors.green },
|
||||
WhichKeyValue = { fg = colors.green },
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue