Skip to content

Commit

Permalink
fix(ts-context): improve style of context window
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Feb 11, 2025
1 parent da86910 commit 793dbbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions lua/kanagawa-paper/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ function M.setup(colors, opts)
OctoPullDeletions = { bg = theme.diff.deleteDark },
OctoPullModifications = { bg = theme.diff.changeDark },

-- TreeSitter Extensions
TreesitterContext = { link = "Folded" },
TreesitterContextLineNumber = { fg = theme.ui.special, bg = theme.ui.bg_gutter },
-- Treesitter Extensions
TreesitterContext = { bg = palette.sumiInk5 },
TreesitterContextBottom = { fg = "NONE", bg = palette.sumiInk5 },
TreesitterContextLineNumber = { fg = theme.ui.fg_gray, bg = palette.sumiInk5 },
TreesitterContextSeparator = { fg = theme.ui.win_separator },

-- Telescope
TelescopeTitle = { fg = palette.sumiInk0, bg = palette.dragonBlue, bold = true },
Expand Down
1 change: 0 additions & 1 deletion lua/kanagawa-paper/themes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---@class SyntaxElements
---@field string ColorSpec
---@field variable ColorSpec
Expand Down

0 comments on commit 793dbbd

Please # to comment.