adjust rosebones Type and intensity

This commit is contained in:
Michael Chris Lopez
2021-10-05 18:03:04 +08:00
parent 4cd223c9a2
commit 338c42b606
2 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ local specs = lush.extends({ theme }).with(function()
return {
Statement { fg = palette.leaf, gui = "bold" },
Special { fg = palette.water, gui = "bold" },
Type { fg = palette.text },
}
end)