From 44c1d51d8c2481895b9f1e305337d677fc556c93 Mon Sep 17 00:00:00 2001 From: xiabo Date: Mon, 2 Dec 2024 10:01:00 -0500 Subject: [PATCH] add bufferline highlighting for flexoki themes (#12146) --- runtime/themes/flexoki_light.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/themes/flexoki_light.toml b/runtime/themes/flexoki_light.toml index 8badd9222..5f8604e9f 100644 --- a/runtime/themes/flexoki_light.toml +++ b/runtime/themes/flexoki_light.toml @@ -26,6 +26,8 @@ "ui.menu.selected" = { bg = "ui", fg = "tx" } "ui.debug" = { fg = "or", bg = "bg" } "ui.highlight.frameline" = { bg = "ye" } +"ui.bufferline" = { fg = "tx-2", bg = "bg-2"} +"ui.bufferline.active" = { fg = "ye", bg = "bg-2" } "diagnostic.hint" = { underline = { color = "bl", style = "curl" } } "diagnostic.info" = { underline = { color = "bl", style = "curl" } } "diagnostic.warning" = { underline = { color = "ye", style = "curl" } } @@ -36,7 +38,6 @@ "info" = { fg = "ye", modifiers = ["bold"] } "warning" = { fg = "or", modifiers = ["bold"] } "error" = { fg = "re", modifiers = ["bold"] } - "attribute" = "ye" "type" = "ye" "constructor" = "gr" @@ -62,7 +63,6 @@ "function" = "or" "tag" = "bl" "namespace" = "re" - "markup.heading" = "or" "markup.list" = "ye" "markup.bold" = { fg = "or", modifiers = ["bold"] } @@ -88,6 +88,7 @@ ui = "#E6E4D9" bg-2 = "#F2F0E5" bg = "#FFFCF0" + re = "#AF3029" or = "#BC5215" ye = "#AD8301"