Skip to content

Commit

Permalink
add bufferline highlighting for flexoki themes (helix-editor#12146)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-xia-99 authored and GladkihEgor committed Jan 4, 2025
1 parent a7283e3 commit eb74685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/themes/flexoki_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
Expand All @@ -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"
Expand All @@ -62,7 +63,6 @@
"function" = "or"
"tag" = "bl"
"namespace" = "re"

"markup.heading" = "or"
"markup.list" = "ye"
"markup.bold" = { fg = "or", modifiers = ["bold"] }
Expand All @@ -88,6 +88,7 @@ ui = "#E6E4D9"
bg-2 = "#F2F0E5"
bg = "#FFFCF0"


re = "#AF3029"
or = "#BC5215"
ye = "#AD8301"
Expand Down

0 comments on commit eb74685

Please sign in to comment.