Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/flexoki_light.toml')
-rw-r--r--runtime/themes/flexoki_light.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/themes/flexoki_light.toml b/runtime/themes/flexoki_light.toml
index 5f8604e9..8badd922 100644
--- a/runtime/themes/flexoki_light.toml
+++ b/runtime/themes/flexoki_light.toml
@@ -26,8 +26,6 @@
"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" } }
@@ -38,6 +36,7 @@
"info" = { fg = "ye", modifiers = ["bold"] }
"warning" = { fg = "or", modifiers = ["bold"] }
"error" = { fg = "re", modifiers = ["bold"] }
+
"attribute" = "ye"
"type" = "ye"
"constructor" = "gr"
@@ -63,6 +62,7 @@
"function" = "or"
"tag" = "bl"
"namespace" = "re"
+
"markup.heading" = "or"
"markup.list" = "ye"
"markup.bold" = { fg = "or", modifiers = ["bold"] }
@@ -88,7 +88,6 @@ ui = "#E6E4D9"
bg-2 = "#F2F0E5"
bg = "#FFFCF0"
-
re = "#AF3029"
or = "#BC5215"
ye = "#AD8301"