Represents a collection of colors used in the application. More...
#include <colors.hpp>
Public Attributes | |
ftxui::Color | active_win_border_color |
ftxui::Color | inactive_win_border_color |
ftxui::Color | album_name_bg |
ftxui::Color | menu_cursor_bg |
ftxui::Color | artists_title_bg |
ftxui::Color | artists_title_fg |
ftxui::Color | songs_title_bg |
ftxui::Color | songs_title_fg |
ftxui::Color | song_queue_menu_bor_col |
ftxui::Color | song_queue_menu_fg |
ftxui::Color | progress_bar_playing_col |
ftxui::Color | progress_bar_not_playing_col |
ftxui::Color | volume_bar_col |
ftxui::Color | status_bar_bg |
ftxui::Color | status_bar_artist_col |
ftxui::Color | status_bar_song_col |
Represents a collection of colors used in the application.
This structure holds various color fields that can be customized through configurations, such as active window color, background colors, and title colors.
ftxui::Color InLimboColors::active_win_border_color |
ftxui::Color InLimboColors::album_name_bg |
ftxui::Color InLimboColors::artists_title_bg |
ftxui::Color InLimboColors::artists_title_fg |
ftxui::Color InLimboColors::inactive_win_border_color |
ftxui::Color InLimboColors::menu_cursor_bg |
ftxui::Color InLimboColors::progress_bar_not_playing_col |
ftxui::Color InLimboColors::progress_bar_playing_col |
ftxui::Color InLimboColors::song_queue_menu_bor_col |
ftxui::Color InLimboColors::song_queue_menu_fg |
ftxui::Color InLimboColors::songs_title_bg |
ftxui::Color InLimboColors::songs_title_fg |
ftxui::Color InLimboColors::status_bar_artist_col |
ftxui::Color InLimboColors::status_bar_bg |
ftxui::Color InLimboColors::status_bar_song_col |
ftxui::Color InLimboColors::volume_bar_col |