guest@dotshare [~/groups/mpd/ncmpcpp] $ ls ncmpcpp-dark-cherry/ | cat

ncmpcpp dark cherry (scrot, raw, dl)

bamburuncing Oct 17, 2015 (mpd/ncmpcpp)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_internal = "30"
visualizer_in_stereo = "yes"
visualizer_type = "spectrum"
visualizer_look = "▄▄"
mpd_music_dir = "/home/ubuntu/Music/"
colors_enabled = "yes"
playlist_display_mode = "classic" (classic/columns)
autocenter_mode = "yes"
centered_cursor = "yes"
cyclic_scrolling = "yes"
mouse_list_scroll_whole_page = "no"
song_list_format = "$8%a$9 ✖ $2%t$9 "
song_library_format = "{%n > }{%t}|{%f}"
progressbar_look = "▄▄ "
now_playing_suffix = " $7♫$9 "
selected_item_prefix = " √ "
titles_visibility = "no"
header_visibility = "no"
statusbar_visibility = "no" 
browser_playlist_prefix = "$2plist »$9 "
browser_display_mode = "classic" (classic/columns)
discard_colors_if_item_is_selected = "no"
header_window_color = "gray"
volume_color = "gray"
state_line_color = "cyan"
state_flags_color = "cyan"
main_window_color = "white"
main_window_highlight_color = "white"
progressbar_color = "red"
statusbar_color = "yellow"
song_status_format = "$8%a$9 ✖ $2%t$9"
active_column_color = "white"
visualizer_color = "red"
song_window_title_format = "%a - %t"
#song_window_title_format = " "
search_engine_display_mode = "columns" (classic/columns)
follow_now_playing_lyrics = "yes"
display_screens_numbers_on_start = "no"
#  vim: set ts=2 sw=2 tw=0 :

CLICK TO VIEW

x

Comments

spidey350 said about 7 years ago

might be a little late but any Guide how to get the terminal colors and the whole setup? Doesnt look too good if its not the same colors are yours thanks!

gingerbread said about 7 years ago

If someone is also looking a term color scheme to get the expected result, this one is working:

! special
*.foreground: #efefef
*.background: #232323
*.cursorColor: #efefef

! black
*.color0: #1b1b1b
*.color8: #1b1b1b

! red
*.color1: #96122b
*.color9: #931400

! green
*.color2: #96122b
*.color10: #931400

! yellow
*.color3: #931400
*.color11: #931400

! blue
*.color4: #00a5a7
*.color12: #00a5a7

! magenta
*.color5: #00a5a7
*.color13: #00a5a7

! cyan
*.color6: #00a5a7
*.color14: #00a5a7

! white
*.color7: #efefef
*.color15: #b5b5b5