💄 massive revamp
This commit is contained in:
+45
-4
@@ -10,10 +10,51 @@ M.ui = {
|
|||||||
statusline = {
|
statusline = {
|
||||||
theme = "minimal",
|
theme = "minimal",
|
||||||
},
|
},
|
||||||
-- hl_override = {
|
hl_override = {
|
||||||
-- Comment = { italic = true },
|
Include = {
|
||||||
-- ["@comment"] = { italic = true },
|
italic = true,
|
||||||
-- },
|
},
|
||||||
|
-- for, while loops
|
||||||
|
Repeat = {
|
||||||
|
italic = true,
|
||||||
|
},
|
||||||
|
-- if statements
|
||||||
|
Conditional = {
|
||||||
|
italic = true,
|
||||||
|
},
|
||||||
|
-- class, with, as keywords
|
||||||
|
["@keyword"] = {
|
||||||
|
italic = true,
|
||||||
|
},
|
||||||
|
-- function keyword
|
||||||
|
["@keyword.function"] = {
|
||||||
|
italic = true,
|
||||||
|
},
|
||||||
|
-- return, yield keywords
|
||||||
|
["@keyword.return"] = {
|
||||||
|
bold = true,
|
||||||
|
},
|
||||||
|
-- function names
|
||||||
|
["@function"] = {
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
|
-- symbolic
|
||||||
|
["@operator"] = {
|
||||||
|
bold = true,
|
||||||
|
},
|
||||||
|
-- logical keywords
|
||||||
|
["@keyword.operator"] = {
|
||||||
|
italic = true,
|
||||||
|
},
|
||||||
|
-- function parameters
|
||||||
|
["@parameter"] = {
|
||||||
|
italic = true,
|
||||||
|
|
||||||
|
["@variable"] = {
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|||||||
Reference in New Issue
Block a user