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

Selected Stuck As Cyan #195

Open
cprin21 opened this issue Feb 7, 2024 · 3 comments
Open

Selected Stuck As Cyan #195

cprin21 opened this issue Feb 7, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@cprin21
Copy link

cprin21 commented Feb 7, 2024

Insofar as trying to customise the layout via changing colours (I know, ricing a TUI, lol), I can't seem to get the currently selected option to be anything but the default Cyan colour. The neighbours do change to the selected hexcodes in the toml but the selected does not.

Here's the relevant part of the toml which contains the "selected" section that should be different than cyan.

# Enables showing the neighbours
show_neighbours = true

# Neighbours' color and modifiers whilst the selector is unfocused
neighbour_color = "#5E6C64"
neighbour_modifiers = ""

# Neighbours' color and modifiers whilst the selector is focused
neighbour_color_focused = "#C0BFBC"
neighbour_modifiers_focused = ""

# Margin between neighbours and selected
neighbour_margin = 1

# Selected's color and modifiers whilst the selector is unfocused
selected_color = "#C0BFBC"
selected_modifiers = "underlined"

# Selected's color and modifiers whilst the selector is focused
selected_color_focused = "#F6F5F4"
selected_modifiers_focused = "bold"
@coastalwhite
Copy link
Owner

This is the same issue as #194. Sadly, the tty is limited to a select few colors.

@cprin21
Copy link
Author

cprin21 commented Feb 15, 2024

This is the same issue as #194. Sadly, the tty is limited to a select few colors.

I think there may be miscommunication as this is not the same issue. It's not that I want a completely custom colour, it's that one part of Lemurs is stuck as Cyan with the inability to make it for example Magenta or Blue, both of which are TTY colours.

In particular this issue is about the selected session title which can not be changed off of cyan in the config. See photo taken off the github page. This lines up as the "bspwm" title in the given screenshot.
cover

@coastalwhite
Copy link
Owner

I am able to reproduce this issue now. It is really rather strange, might have something to do with modifiers, not sure yet.

@coastalwhite coastalwhite added the bug Something isn't working label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants