Skip to content

Border colour between splits. #453

Discussion options

You must be logged in to vote

Add this to opts (if using lazy.nvim):

  opts = {
    on_colors = function(colors)
      colors.border = colors.blue0
    end,
  },

You can find colors to choose from here.

Here's a screenshot of the above with colors highlighted using norcalli/nvim-colorizer:

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@ChrisTaylorDeveloper
Comment options

@ChrisTaylorDeveloper
Comment options

@ernstwi
Comment options

@ChrisTaylorDeveloper
Comment options

Answer selected by ChrisTaylorDeveloper
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants