Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Add new keys for diferent styling of "ui.statusline.separator" depending on editor mode #6936

Closed
0rphee opened this issue May 2, 2023 · 1 comment
Labels
A-theme Area: Theme and appearence related C-enhancement Category: Improvements

Comments

@0rphee
Copy link
Contributor

0rphee commented May 2, 2023

It'd be great to have more options for styling "ui.statusline.separator", like there are for the editor mode indicator in order to prevent stuff like this:

ss

There already exists:

"ui.statusline" = {}
"ui.statusline.normal" = {}
"ui.statusline.insert" = {}
"ui.statusline.select" = {}
"ui.statusline.inactive" = {}

I propose to add

"ui.statusline.separator" = {} # already exists
"ui.statusline.separator.normal" = {}
"ui.statusline.separator.insert" = {}
"ui.statusline.separator.select" = {}
"ui.statusline.separator.inactive" = {}

Probably related to: #5022 & #5722

@0rphee 0rphee added the C-enhancement Category: Improvements label May 2, 2023
@kirawi kirawi added the A-theme Area: Theme and appearence related label May 3, 2023
@7ombie
Copy link
Contributor

7ombie commented Feb 11, 2024

This is not an enhancement. It should be labeled as a bug, as you cannot use color-modes and a separator at the same time. The separator is not colored correctly, due to an oversight in the design.

There are things that could be done to enhance the related features, but this issue should be addressed first, as it breaks the editor UI when enabled.

@helix-editor helix-editor locked and limited conversation to collaborators Apr 14, 2024
@pascalkuthe pascalkuthe converted this issue into discussion #10406 Apr 14, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
A-theme Area: Theme and appearence related C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

3 participants