guest@dotshare [~/groups/mpd/ncmpcpp] $ ls gema-solarized/ | cat

gema solarized (scrot, raw, dl) (+1 likes)

gema Apr 29, 2016 (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
mpd_music_dir = "~/Music"

user_interface = "alternative"

alternative_header_first_line_format = "$(11)─┤ $b$(13)%a$(end)$/b ├─$(end)"
alternative_header_second_line_format = "$(4)%t (%y)$(end)"
alternative_ui_separator_color = 11

color1 = 13
color2 = 15
main_window_highlight_color = cyan
main_window_color = 13

now_playing_prefix = "$b"
now_playing_suffix = "$/b"
song_list_format = "    $(15)%t$(end)$R $(11)%A$(end) ($(cyan)%l$(end))    "
song_columns_list_format = "(40)[15]{t|f} (25)[13]{a} (25)[11]{b} (5)[cyan]{l}"
browser_playlist_prefix = "$(11) playlist $(end) "
active_column_color = 4

progressbar_color = 1
progressbar_elapsed_color = 11
progressbar_look = "──━"
song_status_format = " $(15)%a$(end) $4⟫$7⟫$0 $(13)%t$(end) $4⟫$7⟫$0  $(11)%b$(end)"

mouse_support = "yes"
header_visibility = "no"
statusbar_visibility = "yes"
playlist_display_mode = "classic" (classic/columns)
browser_display_mode = "columns"
search_engine_display_mode = "columns"
playlist_editor_display_mode = "columns"
autocenter_mode = "yes"
titles_visibility = "no"
enable_window_title = "no"

CLICK TO VIEW

x

Notes

You may need the Solarized .Xresources or Solarized termcolors to make this work.

Revised from hokagemadura’s sanctuary.

The tmux statusline isn’t included, obviously.

Enjoy!