diff --git a/README.md b/README.md index 55698aa..7343dbf 100644 --- a/README.md +++ b/README.md @@ -53,22 +53,18 @@ require("mellifluous").setup({ dim_inactive = false, colorset = "mellifluous", styles = { -- see :h attr-list for options. set {} for NONE, { option = true } for option - comments = { italic = true }, - conditionals = {}, - folds = {}, - loops = {}, - functions = {}, - keywords = {}, - strings = {}, - variables = {}, - numbers = {}, - booleans = {}, - properties = {}, + main_keywords = {}, + other_keywords = {}, types = {}, operators = {}, + strings = {}, + functions = {}, + constants = {}, + comments = { italic = true }, markup = { headings = { bold = true }, }, + folds = {}, }, transparent_background = { enabled = false,