Skip to content

Commit

Permalink
Add jumb label color to ayu themes (helix-editor#10133)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodr authored and Vulpesx committed Jun 7, 2024
1 parent e79f087 commit 6e792b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/ayu_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
"ui.debug" = { fg = "orange", bg = "background" }
"ui.highlight.frameline" = { bg = "#0067a3" }
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }

"special" = "orange"

Expand Down
1 change: 1 addition & 0 deletions runtime/themes/ayu_evolve.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ inherits = 'ayu_dark'
"ui.text.inactive" = "gray"
"ui.bufferline" = { fg = "light_gray", bg = "background" }
"ui.bufferline.active" = { fg = "light_gray", bg = "dark_gray" }
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }

[palette]
background = '#020202'
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/ayu_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
"ui.debug" = { fg = "orange", bg = "background" }
"ui.highlight.frameline" = { bg = "#cfe0f2" }
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }

"special" = "orange"

Expand Down
1 change: 1 addition & 0 deletions runtime/themes/ayu_mirage.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
"ui.debug" = { fg = "orange", bg = "background" }
"ui.highlight.frameline" = { bg = "#0067a3" }
"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }

"special" = "orange"

Expand Down

0 comments on commit 6e792b1

Please sign in to comment.