Skip to content

Commit cb63922

Browse files
committed
feat: Add ui.bufferline.active styles for helix
1 parent 057ef5d commit cb63922

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

extras/helix/tokyonight_moon.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ type = { fg = "#65bcff" }
6363
"type.enum" = { fg = "#65bcff" }
6464
"type.enum.variant" = { fg = "#ff966c" }
6565
"ui.background" = { bg = "bg" }
66+
"ui.bufferline.active" = { fg = "#c0caf5", bg = "#283457" }
6667
"ui.cursor" = { bg = "#c8d3f5", fg = "#222436" }
6768
"ui.cursor.match" = { fg = "#ff966c", modifiers = ["bold"] }
6869
"ui.linenr" = { fg = "#3b4261" }

extras/helix/tokyonight_night.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ type = { fg = "#2ac3de" }
6363
"type.enum" = { fg = "#2ac3de" }
6464
"type.enum.variant" = { fg = "#ff9e64" }
6565
"ui.background" = { bg = "bg" }
66+
"ui.bufferline.active" = { fg = "#c0caf5", bg = "#283457" }
6667
"ui.cursor" = { bg = "#c0caf5", fg = "#1a1b26" }
6768
"ui.cursor.match" = { fg = "#ff9e64", modifiers = ["bold"] }
6869
"ui.linenr" = { fg = "#3b4261" }

extras/helix/tokyonight_storm.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ type = { fg = "#2ac3de" }
6363
"type.enum" = { fg = "#2ac3de" }
6464
"type.enum.variant" = { fg = "#ff9e64" }
6565
"ui.background" = { bg = "bg" }
66+
"ui.bufferline.active" = { fg = "#c0caf5", bg = "#565f89" }
6667
"ui.cursor" = { bg = "#c0caf5", fg = "#24283b" }
6768
"ui.cursor.match" = { fg = "#ff9e64", modifiers = ["bold"] }
6869
"ui.linenr" = { fg = "#3b4261" }

0 commit comments

Comments
 (0)