You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: