Created
August 6, 2016 07:05
-
-
Save malandro-sv/ec231775d077589cb0b95593ec68ece9 to your computer and use it in GitHub Desktop.
almost all neutral colors for ncmpcpp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # required configs | |
| ncmpcpp_directory = "/home/aumha/.ncmpcpp/" | |
| mpd_music_dir = "/home/aumha/Desktop/musik" | |
| mpd_host = "localhost" | |
| mpd_port = "6600" | |
| mpd_connection_timeout = 5 | |
| #lyrics_directory = ~/.lyrics | |
| # editor | |
| external_editor = vim | |
| use_console_editor = "yes" | |
| # volume options | |
| display_volume_level = "yes" | |
| volume_change_step = "1" | |
| volume_color = "173" | |
| # Interface | |
| user_interface = "alternative" | |
| alternative_ui_separator_color = "13" | |
| alternative_header_first_line_format = " $(167)$b%t$(138),$(end)$/b " | |
| alternative_header_second_line_format = "$(138)from $(173)%b $(138)—%a (%y) " | |
| # autocenter_mode = "yes" | |
| # centered_cursor = no | |
| visualizer_look = "∙▋" | |
| visualizer_in_stereo = "no" | |
| visualizer_output_name = "FIFO" | |
| visualizer_sync_interval = "30" | |
| visualizer_color = "1, 240, 242" | |
| visualizer_fifo_path = "/home/aumha/.config/mpd/fifo" | |
| visualizer_type = "spectrum" (spectrum/wave) | |
| # header_text_scrolling = "yes" | |
| # Progress Bar | |
| progressbar_look = "»»۰" | |
| progressbar_color = "173" | |
| progressbar_boldness = "yes" | |
| progressbar_elapsed_color = "242" | |
| # GUI general opttions | |
| display_bitrate = "yes" | |
| clock_display_seconds = "yes" | |
| display_remaining_time = "yes" | |
| startup_screen = "media_library" | |
| playlist_show_remaining_time = "yes" | |
| # Colors | |
| colors_enabled = "yes" | |
| state_line_color = "256" | |
| main_window_color = "60" | |
| active_column_color = "245" | |
| main_window_highlight_color = "1" | |
| # discard_colors_if_item_is_selected = ""yes"" | |
| # Statusbar options | |
| statusbar_visibility = "yes" | |
| statusbar_color = "173" | |
| empty_tag_color = "15" | |
| window_border_color = "white" | |
| #state_flags_color = default | |
| #color1 = white | |
| #color2 = green | |
| # active_window_border = "197" | |
| #visualizer_sample_multiplier = 1 | |
| #system_encoding = "" | |
| #playlist_disable_highlight_delay = 5 | |
| #message_delay_time = 5 | |
| ## %l - length | |
| ## %f - filename | |
| ## %D - directory | |
| ## %a - artist | |
| ## %A - album artist | |
| ## %t - title | |
| ## %b - album | |
| ## %y - date | |
| ## %n - track number (01/12 -> 01) | |
| ## %N - full track info (01/12 -> 01/12) | |
| ## %g - genre | |
| ## %c - composer | |
| ## %p - performer | |
| ## %d - disc | |
| ## %C - comment | |
| ## %P - priority | |
| ## $R - begin right alignment | |
| ## | |
| ## If you want to make sure that a part of the format is displayed | |
| ## only when certain tags are present, you can archieve it by | |
| ## grouping them with brackets, e.g. '{%a - %t}' will be evaluated | |
| ## to 'ARTIST - TITLE' if both tags are present or '' otherwise. | |
| ## It is also possible to define a list of alternatives by providing | |
| ## several groups and separating them with '|', e.g. '{%t}|{%f}' | |
| ## will be evaluated to 'TITLE' or 'FILENAME' if the former is not | |
| ## present. | |
| ## | |
| ## Note: If you want to set limit on maximal length of a tag, just | |
| ## put the appropriate number between % and character that defines | |
| ## tag type, e.g. to make album take max. 20 terminal cells, use '%20b'. | |
| ## | |
| ## In addition, formats support markers used for text attributes. | |
| ## They are followed by character '$'. After that you can put: | |
| ## | |
| ## - 0 - default window color (discards all other colors) | |
| ## - 1 - black | |
| ## - 2 - red | |
| ## - 3 - green | |
| ## - 4 - yellow | |
| ## - 5 - blue | |
| ## - 6 - magenta | |
| ## - 7 - cyan | |
| ## - 8 - white | |
| ## - 9 - end of current color | |
| ## - b - bold text | |
| ## - u - underline text | |
| ## - r - reverse colors | |
| ## - a - use alternative character set | |
| ## If you don't want to use a non-color attribute anymore, just put it | |
| ## again, but this time insert character '/' between '$' and attribute | |
| ## character, e.g. {$b%t$/b}|{$r%f$/r} will display bolded title tag | |
| ## or filename with reversed colors. | |
| ## If you want to use 256 colors and/or background colors in formats | |
| ## (the naming scheme is described below in section about color | |
| ## definitions), it can be done with the syntax $(COLOR), e.g. to set | |
| ## the artist tag to one of the non-standard colors and make it have | |
| ## yellow background, you need to write $(197_yellow)%a$(end). Note | |
| ## that for standard colors this is interchangable with attributes | |
| ## listed above. | |
| ## Note: colors can be nested. | |
| #song_list_format = {%a - }{%t}|{$8%f$9}$R{$3(%l)$9} | |
| #song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f} | |
| #song_library_format = {%n - }{%t}|{%f} | |
| #alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D} | |
| #now_playing_prefix = $b | |
| #now_playing_suffix = $/b | |
| #browser_playlist_prefix = "$2playlist$9 " | |
| #selected_item_prefix = $6 | |
| #selected_item_suffix = $9 | |
| #modified_item_prefix = $3> $9 | |
| ## Note: attributes are not supported for the following variables. | |
| #song_window_title_format = {%a - }{%t}|{%f} | |
| #song_columns_list_format = (20)[]{a} (6f)[green]{NE} (50)[white]{t|f:Title} (20)[cyan]{b} (7f)[magenta]{l} | |
| ##### various settings ##### | |
| #execute_on_song_change = "" | |
| #playlist_show_mpd_host = no | |
| #playlist_shorten_total_times = no | |
| #playlist_separate_albums = no | |
| #playlist_display_mode = columns | |
| #browser_display_mode = classic | |
| #search_engine_display_mode = classic | |
| #playlist_editor_display_mode = classic | |
| #discard_colors_if_item_is_selected = "yes" | |
| #incremental_seeking = "yes" | |
| #seek_time = 1 | |
| #autocenter_mode = no | |
| #centered_cursor = no | |
| ## Available values: database, playlist. | |
| #default_place_to_search_in = database | |
| ## Available values: classic, alternative. | |
| #user_interface = classic | |
| #data_fetching_delay = "yes" | |
| ## Available values: artist, album_artist, date, genre, composer, performer. | |
| #media_library_primary_tag = artist | |
| ## Available values: wrapped, normal. | |
| #default_find_mode = wrapped | |
| #default_tag_editor_pattern = %n - %t | |
| #geader_visibility = "yes" | |
| #titles_visibility = "yes" | |
| #cyclic_scrolling = no | |
| #lines_scrolled = 2 | |
| #follow_now_playing_lyrics = no | |
| #fetch_lyrics_for_current_song_in_background = no | |
| #store_lyrics_in_song_dir = no | |
| #generate_win32_compatible_filenames = "yes" | |
| #allow_for_physical_item_deletion = no | |
| ## Note: If you set this variable, ncmpcpp will try to | |
| ## get info from last.fm in language you set and if it | |
| ## fails, it will fall back to english. Otherwise it will | |
| ## use english the first time. | |
| ## | |
| ## Note: Language has to be expressed as an ISO 639 alpha-2 code. | |
| #lastfm_preferred_language = en | |
| #show_hidden_files_in_local_browser = no | |
| ## How shall screen switcher work? | |
| ## - "previous" - switch between the current and previous screen. | |
| ## - "screen1,...,screenN" - switch between given sequence of screens. | |
| ## Screens available for use: help, playlist, browser, search_engine, | |
| ## Screens available for use: help, playlist, browser, search_engine, | |
| ## media_library, playlist_editor, tag_editor, outputs, visualizer, clock. | |
| #screen_switcher_mode = playlist, browser | |
| ## Note: You can define startup screen | |
| ## by choosing screen from the list above. | |
| ## Note: You can define startup slave screen | |
| ## by choosing screen from the list above or | |
| ## an empty value for no slave screen. | |
| #startup_slave_screen = "" | |
| #startup_slave_screen_focus = no | |
| ## Default width of locked screen (in %). | |
| ## Acceptable values are from 20 to 80. | |
| #locked_screen_width_part = 50 | |
| #ask_for_locked_screen_width_part = "yes" | |
| #jump_to_now_playing_song_at_start = "yes" | |
| #ask_before_clearing_playlists = "yes" | |
| ## Available values: none, basic, extended, perl. | |
| #regular_expressions = basic | |
| ## Note: If below is enabled, ncmpcpp will ignore leading | |
| ## "The" word while sorting items in browser, tags in | |
| ## media library, etc. | |
| #ignore_leading_the = no | |
| #block_search_constraints_change_if_items_found = "yes" | |
| #mouse_support = "yes" | |
| #mouse_list_scroll_whole_page = "yes" | |
| #empty_tag_marker = <empty> | |
| #tags_separator = " | " | |
| #tag_editor_extended_numeration = no | |
| #media_library_sort_by_mtime = no | |
| # enable_window_title = "yes" | |
| ## Note: You can choose default search mode for search | |
| ## engine. Available modes are: | |
| ## - 1 - use mpd built-in searching (no regexes, pattern matching) | |
| ## - 2 - use ncmpcpp searching (pattern matching with support for regexes, | |
| ## but if your mpd is on a remote machine, downloading big database | |
| ## to process it can take a while | |
| ## - 3 - match only exact values (this mode uses mpd function for searching | |
| ## in database and local one for searching in current playlist) | |
| #search_engine_default_search_mode = 1 | |
| ## Note: set to "yes" if external editor is a console application. | |
| #use_console_editor = "yes" | |
| ##### colors definitions ##### | |
| ## It is possible to set a background color by setting a color | |
| ## value "<foreground>_<background>", e.g. red_black will set | |
| ## foregound color to red and background color to black. | |
| ## In addition, for terminals that support 256 colors it | |
| ## is possible to set one of them by using a number in range | |
| ## [1, 256] instead of color name, e.g. numerical value | |
| ## corresponding to red_black is 2_1. To find out if the | |
| ## terminal supports 256 colors, run ncmpcpp and check out | |
| ## the bottom of the help screen for list of available colors | |
| ## and their numerical values. | |
| ## Note: due to technical limitations of ncurses, if 256 colors | |
| ## are used, it is possible to either use only the colors with | |
| ## default background color, or all pairs from 1_1 up to 254_127, | |
| ## depending on the ncurses version used. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment