Skip to content

Commit

Permalink
feat: improve barbar separator (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
otavioschwanck committed Apr 16, 2023
1 parent 6163a69 commit 169b76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ function M.setup()
BufferCurrentWARN = { bg = c.bg, fg = c.warning },
BufferCurrentIndex = { bg = c.bg, fg = c.info },
BufferCurrentMod = { bg = c.bg, fg = c.warning },
BufferCurrentSign = { bg = c.bg, fg = c.info },
BufferCurrentSign = { bg = c.bg, fg = c.bg },
BufferCurrentTarget = { bg = c.bg, fg = c.red },
BufferAlternate = { bg = c.fg_gutter, fg = c.fg },
BufferAlternateERROR = { bg = c.fg_gutter, fg = c.error },
Expand Down Expand Up @@ -481,7 +481,7 @@ function M.setup()
BufferInactiveWARN = { bg = c.bg_highlight, fg = util.darken(c.warning, 0.8) },
BufferInactiveIndex = { bg = c.bg_highlight, fg = c.dark5 },
BufferInactiveMod = { bg = c.bg_highlight, fg = util.darken(c.warning, 0.8) },
BufferInactiveSign = { bg = c.bg_highlight, fg = c.border_highlight },
BufferInactiveSign = { bg = c.bg_highlight, fg = c.bg },
BufferInactiveTarget = { bg = c.bg_highlight, fg = c.red },
BufferOffset = { bg = c.bg_statusline, fg = c.dark5 },
BufferTabpageFill = { bg = util.lighten(c.bg, 0.93), fg = c.dark5 },
Expand Down

0 comments on commit 169b76f

Please sign in to comment.