Skip to content

Commit

Permalink
chore: update highlight override example
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Nov 10, 2023
1 parent d73fbc1 commit ac15b5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/kitty-scrollback/configs/example.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ return {
}
end,
[prefix .. 'highlight_overrides'] = function()
for i = 0, 15 do
vim.g['terminal_color_' .. i] = 'Cyan'
end
return {
highlight_overrides = {
KittyScrollbackNvimNormal = {
Expand Down

0 comments on commit ac15b5d

Please sign in to comment.