Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

border color on window splits #23

Closed
luissolanodev opened this issue Sep 2, 2021 · 2 comments
Closed

border color on window splits #23

luissolanodev opened this issue Sep 2, 2021 · 2 comments

Comments

@luissolanodev
Copy link
Contributor

luissolanodev commented Sep 2, 2021

Hey! I can see there's no border when splitting windows:
image
Is this intended? If so, can we have an option to activate borders? I'd personally like keyword's color (purple) as the border color for a neon fashion style, but choosing it explicitly would be great too!

@pocco81
Copy link
Member

pocco81 commented Sep 2, 2021

Hey! I can see there's no border when splitting windows:

There is, just not quite as visible as other elements to give a more seamless effect:

image

Is this intended?

yes :)

If so, can we have an option to activate borders?

Remember that a few hours ago I introduced the new API and added the functionality for overwriting colors and hi groups. Following the example in the README you could setup what you want:

local cp_api = require("catppuccino.api.colors")
local err, colors = cp_api.get_colors("neon_latte")

if err.status then -- good
	catppuccino.remap({},
	{
		VertSplit = { fg = colors.magenta },
	})
end

catppuccino.load()

And it'll look like:

image

@pocco81 pocco81 closed this as completed Sep 2, 2021
@luissolanodev
Copy link
Contributor Author

luissolanodev commented Sep 2, 2021

Amazing! Ok big thanks, I get it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants