-
|
Hello, I've tried to modify every hexcode and color in the |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
|
Sure. Please use config editor( |
Beta Was this translation helpful? Give feedback.
-
|
Did it work before restart? If so, please try to use v0.10.0 which was released last week. It fixed many issues. |
Beta Was this translation helpful? Give feedback.
-
|
The theme should be applied immediately when you select them in config editor. I checked current master version in both arch linux and windows 11 power shell. Is it because that you're using tmux? It's a known issue that the underlying library of termusic which is tui-realm and tui-rs don't work for tmux or zellij. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
would you please post your tui.toml before and after changing theme? After you select a theme, press enter to preview it, then press ctrl+s to save it. |
Beta Was this translation helpful? Give feedback.
-
|
Sure. BeforeCurrent theme is "Afterglow" Looks like this~/.config/termusic/tui.tomlversion = "2"
com = "same"
[behavior]
quit_server_on_exit = true
confirm_quit = true
[coverart]
align = "bottom right"
size_scale = 0
hidden = false
[style.library]
foreground_color = "White"
background_color = "Reset"
border_color = "Yellow"
highlight_color = "Yellow"
highlight_symbol = ""
[style.playlist]
foreground_color = "White"
background_color = "Reset"
border_color = "Yellow"
highlight_color = "Yellow"
highlight_symbol = ""
current_track_symbol = "►"
use_loop_mode_symbol = true
[style.lyric]
foreground_color = "Reset"
background_color = "Reset"
border_color = "Blue"
[style.progress]
foreground_color = "Reset"
background_color = "Reset"
border_color = "Yellow"
[style.important_popup]
foreground_color = "Yellow"
background_color = "Reset"
border_color = "Yellow"
[style.fallback]
foreground_color = "Foreground"
background_color = "Reset"
border_color = "Yellow"
highlight_color = "Yellow"
[theme]
file_name = "Afterglow"
name = "empty name"
author = "empty author"
[theme.primary]
background = "#2c2c2c"
foreground = "#d6d6d6"
[theme.cursor]
text = "#2c2c2c"
cursor = "#d9d9d9"
[theme.normal]
black = "#1c1c1c"
red = "#bc5653"
green = "#909d63"
yellow = "#ebc17a"
blue = "#7eaac7"
magenta = "#aa6292"
cyan = "#86d3ce"
white = "#cacaca"
[theme.bright]
black = "#636363"
red = "#bc5653"
green = "#909d63"
yellow = "#ebc17a"
blue = "#7eaac7"
magenta = "#aa6292"
cyan = "#86d3ce"
white = "#f7f7f7"
[keys]
escape = "escape"
quit = "q"
[keys.view]
view_library = "1"
view_database = "2"
view_podcasts = "3"
open_config = "shift+C"
open_help = "control+h"
[keys.navigation]
up = "k"
down = "j"
left = "h"
right = "l"
goto_top = "g"
goto_bottom = "shift+G"
[keys.global_player]
toggle_pause = "space"
next_track = "n"
previous_track = "shift+N"
volume_up = "+"
volume_down = "-"
seek_forward = "f"
seek_backward = "b"
speed_up = "control+f"
speed_down = "control+b"
toggle_prefetch = "control+g"
save_playlist = "control+s"
[keys.global_lyric]
adjust_offset_forwards = "shift+F"
adjust_offset_backwards = "shift+B"
cycle_frames = "shift+T"
[keys.library]
load_track = "l"
load_dir = "shift+L"
delete = "d"
yank = "y"
paste = "p"
cycle_root = "o"
add_root = "a"
remove_root = "shift+A"
search = "/"
youtube_search = "s"
open_tag_editor = "t"
[keys.playlist]
delete = "d"
delete_all = "shift+D"
shuffle = "r"
cycle_loop_mode = "m"
play_selected = "l"
search = "/"
swap_up = "shift+K"
swap_down = "shift+J"
add_random_songs = "shift+S"
add_random_album = "s"
[keys.database]
add_selected = "l"
add_all = "shift+L"
[keys.podcast]
search = "s"
mark_played = "m"
mark_all_played = "shift+M"
refresh_feed = "r"
refresh_all_feeds = "shift+R"
download_episode = "d"
delete_local_episode = "shift+D"
delete_feed = "x"
delete_all_feeds = "shift+X"
[keys.adjust_cover_art]
move_left = "control+shift+arrowleft"
move_right = "control+shift+arrowright"
move_up = "control+shift+arrowup"
move_down = "control+shift+arrowdown"
increase_size = "control+shift+pageup"
decrease_size = "control+shift+pagedown"
toggle_hide = "control+shift+end"
[keys.config]
save = "control+s"AfterCurrent theme is "Termusic Default".
Looks like this~/.config/termusic/tui.tomlversion = "2"
com = "same"
[behavior]
quit_server_on_exit = true
confirm_quit = true
[coverart]
align = "bottom right"
size_scale = 0
hidden = false
[style.library]
foreground_color = "White"
background_color = "Reset"
border_color = "Yellow"
highlight_color = "Yellow"
highlight_symbol = ""
[style.playlist]
foreground_color = "White"
background_color = "Reset"
border_color = "Yellow"
highlight_color = "Yellow"
highlight_symbol = ""
current_track_symbol = "►"
use_loop_mode_symbol = true
[style.lyric]
foreground_color = "Reset"
background_color = "Reset"
border_color = "Blue"
[style.progress]
foreground_color = "Reset"
background_color = "Reset"
border_color = "Yellow"
[style.important_popup]
foreground_color = "Yellow"
background_color = "Reset"
border_color = "Yellow"
[style.fallback]
foreground_color = "Foreground"
background_color = "Reset"
border_color = "Yellow"
highlight_color = "Yellow"
[theme]
name = "Termusic Default"
author = "Termusic Developers"
[theme.primary]
background = "#101421"
foreground = "#fffbf6"
[theme.cursor]
text = "#1e1e1e"
cursor = "#ffffff"
[theme.normal]
black = "#2e2e2e"
red = "#eb4129"
green = "#abe047"
yellow = "#f6c744"
blue = "#47a0f3"
magenta = "#7b5cb0"
cyan = "#64dbed"
white = "#e5e9f0"
[theme.bright]
black = "#565656"
red = "#ec5357"
green = "#c0e17d"
yellow = "#f9da6a"
blue = "#49a4f8"
magenta = "#a47de9"
cyan = "#99faf2"
white = "#ffffff"
[keys]
escape = "escape"
quit = "q"
[keys.view]
view_library = "1"
view_database = "2"
view_podcasts = "3"
open_config = "shift+C"
open_help = "control+h"
[keys.navigation]
up = "k"
down = "j"
left = "h"
right = "l"
goto_top = "g"
goto_bottom = "shift+G"
[keys.global_player]
toggle_pause = "space"
next_track = "n"
previous_track = "shift+N"
volume_up = "+"
volume_down = "-"
seek_forward = "f"
seek_backward = "b"
speed_up = "control+f"
speed_down = "control+b"
toggle_prefetch = "control+g"
save_playlist = "control+s"
[keys.global_lyric]
adjust_offset_forwards = "shift+F"
adjust_offset_backwards = "shift+B"
cycle_frames = "shift+T"
[keys.library]
load_track = "l"
load_dir = "shift+L"
delete = "d"
yank = "y"
paste = "p"
cycle_root = "o"
add_root = "a"
remove_root = "shift+A"
search = "/"
youtube_search = "s"
open_tag_editor = "t"
[keys.playlist]
delete = "d"
delete_all = "shift+D"
shuffle = "r"
cycle_loop_mode = "m"
play_selected = "l"
search = "/"
swap_up = "shift+K"
swap_down = "shift+J"
add_random_songs = "shift+S"
add_random_album = "s"
[keys.database]
add_selected = "l"
add_all = "shift+L"
[keys.podcast]
search = "s"
mark_played = "m"
mark_all_played = "shift+M"
refresh_feed = "r"
refresh_all_feeds = "shift+R"
download_episode = "d"
delete_local_episode = "shift+D"
delete_feed = "x"
delete_all_feeds = "shift+X"
[keys.adjust_cover_art]
move_left = "control+shift+arrowleft"
move_right = "control+shift+arrowright"
move_up = "control+shift+arrowup"
move_down = "control+shift+arrowdown"
increase_size = "control+shift+pageup"
decrease_size = "control+shift+pagedown"
toggle_hide = "control+shift+end"
[keys.config]
save = "control+s" |
Beta Was this translation helpful? Give feedback.
-
|
I just found the reason - my alacritty terminal config. I've changed # ~/.config/alacritty/alacritty.toml
[colors.bright]
black = "#666666"to # ~/.config/alacritty/alacritty.toml
[colors.bright]
black = "#ffffff"That means the |
Beta Was this translation helpful? Give feedback.
-
|
Good to know you found the solution. As a terminal app, there are many compatibility issues with different terminals. |
Beta Was this translation helpful? Give feedback.






I just found the reason - my alacritty terminal config.
I've changed
to
and the font color changed
That means the
~/.config/alacritty/alacritty.tomloverwrites the~/.config/termusic/tui.toml.Thank you for your fast responses @tramhao.