castero icon indicating copy to clipboard operation
castero copied to clipboard

cannot change selection color

Open ahloiscreamo opened this issue 2 years ago • 0 comments

Hello!

i want to change the color to my preferable theme, but i find the i cannot change the selection color from white. i use kitty terminal.


[colors]
# Available colors for all fields are:
# black, blue, cyan, green, magenta, red, white, yellow, transparent (background),
# integer from -1 to 255 if terminal supports 256 colors
# NOTE:  Background transparency only works on compatible terminals with compositing

# The foreground (text) color of the main interface.
# default: yellow
color_foreground = white

# The background color of the main interface.
# default: black
color_background = transparent

# The foreground (text) color of selected items.
# default: black
color_foreground_alt = white

# The background color of selected items.
# default: white
color_background_alt = magenta

# The foreground (text) color of marked items. Paired with color_background.
# default: green                                                                                                                                                                          
color_foreground_dim = black                                                                                                                                                              
                                                                                                                                                                                          
# The foreground (text) color of status lines. Paired with color_background.                                                                                                              
# default: white                                                                                                                                                                          
color_foreground_status = blue                                                                                                                                                            
                                                                                                                                                                                          
# The foreground (text) color of menu headings. Paired with color_background.                                                                                                             
# default: yellow                                                                                                                                                                         
color_foreground_heading = blue                                                                                                                                                           
                                                                                                                                                                                          
# The foreground (text) color of dividers. Paired with color_background.                                                                                                                  
# default: white                                                                                                                                                                          
color_foreground_dividers = magenta                      

how it currently look Screenshot from 2022-03-03 07-58-53

i want it to look like this (cmus) Screenshot from 2022-03-03 07-59-57

ahloiscreamo avatar Mar 02 '22 23:03 ahloiscreamo