Skip to content

Commit

Permalink
Add bufferline config for onedark & onedarker themes (helix-editor#9397)
Browse files Browse the repository at this point in the history
jpaju authored and mtoohey31 committed Jun 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent dd6b50d commit ac6fb18
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
@@ -77,6 +77,10 @@
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
"ui.statusline.select" = { fg = "light-black", bg = "purple" }

"ui.bufferline" = { fg = "light-gray", bg = "light-black" }
"ui.bufferline.active" = { fg = "light-black", bg = "blue", underline = { color = "light-black", style = "line" } }
"ui.bufferline.background" = { bg = "light-black" }

"ui.text" = { fg = "white" }
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }

5 changes: 5 additions & 0 deletions runtime/themes/onedarker.toml
Original file line number Diff line number Diff line change
@@ -75,6 +75,11 @@
"ui.statusline.normal" = { fg = "light-black", bg = "purple" }
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
"ui.statusline.select" = { fg = "light-black", bg = "cyan" }

"ui.bufferline" = { fg = "light-gray", bg = "light-black" }
"ui.bufferline.active" = { fg = "light-black", bg = "blue", underline = { color = "light-black", style = "line" } }
"ui.bufferline.background" = { bg = "light-black" }

"ui.text" = { fg = "white" }
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }

0 comments on commit ac6fb18

Please sign in to comment.