mocp icon indicating copy to clipboard operation
mocp copied to clipboard

add gruvbox inspired theme

Open prashantlv opened this issue 5 years ago • 6 comments

I created this theme because I like gruvbox style and these colors are very pleasant to eyes. Please have a look and any advice or suggestions will be appreciated.

prashantlv avatar Mar 22 '21 02:03 prashantlv

  1. The filename has a typo
  2. here is sample screenshot image

The theme needs some tweak - currently playing song is almost invisible.

I'm using official gruvbox colors in my terminal.

im-n1 avatar Aug 24 '21 15:08 im-n1

The file name changed correctly and the issue about the highlighted song that you are pointing at is with your terminal color, they aren't true.

prashantlv avatar Aug 24 '21 16:08 prashantlv

I'm pretty sure my terminal is truecolor.

image

im-n1 avatar Aug 27 '21 08:08 im-n1

I did updated your theme and fixed some bugs. The theme now uses less colors so it's less disturbing.

image

Here is the theme file

# made by [email protected]
# best viewed on shaded or black terminal

background              = default       default
frame                   = yellow        default
window_title            = yellow        default
directory               = yellow        default
selected_directory      = black         cyan
playlist                = black         cyan 
selected_playlist       = red           default
file                    = cyan          default
selected_file           = black         cyan
marked_file             = yellow         default
marked_selected_file    = black         cyan
info                    = cyan          default
selected_info           = black         cyan
marked_info             = yellow         default
marked_selected_info    = black         cyan
status                  = yellow        default
title                   = cyan          default
state                   = yellow        default
current_time            = cyan          default
time_left               = cyan          default
total_time              = cyan          default
time_total_frames       = cyan          default
sound_parameters        = cyan          default
legend                  = cyan          default
disabled                = default       default   dim
enabled                 = yellow        default
empty_mixer_bar         = yellow        default
filled_mixer_bar        = black         yellow
empty_time_bar          = green         default
filled_time_bar         = black         yellow
entry                   = cyan          default
entry_title             = red           default
error                   = red           default
message                 = cyan          default
plist_time              = yellow        default

im-n1 avatar Aug 30 '21 10:08 im-n1

That sounds great.

prashantlv avatar Aug 30 '21 11:08 prashantlv

It took some time. It's not that easy to figure all theming possibilities.

im-n1 avatar Aug 30 '21 11:08 im-n1