Skip to content

Instantly share code, notes, and snippets.

@EMPAT94
Created October 5, 2021 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EMPAT94/f0f908cd9c423dda70dbcd188e2af85a to your computer and use it in GitHub Desktop.
Save EMPAT94/f0f908cd9c423dda70dbcd188e2af85a to your computer and use it in GitHub Desktop.
Dracula color scheme for moc (Music on Console) player
# https://github.com/dracula/dracula-theme
# Copy dracula_theme in ~/.moc/themes/ and select from theme menu (T) or set in config
# I have converted rgb to mocp format using formula : 10 * percentage (0 = 0%, 255 = 100%)
colordef black = 0 0 0
colordef red = 741 576 976 # purple
colordef green = 1000 475 776 # pink
colordef yellow = 945 980 549
colordef blue = 384 447 643 # comment
colordef cyan = 545 914 992
colordef white = 973 973 949
colordef grey = 267 278 353 # selection
background = default default
frame = grey default
window_title = green default
directory = blue default
selected_directory = yellow default bold
playlist = blue default
selected_playlist = yellow default bold
file = blue default
selected_file = yellow default bold
marked_file = green default dim
marked_selected_file = green default bold
marked_selected_info = green default bold
info = grey default
selected_info = yellow default
marked_info = grey default
status = blue default
title = green default
state = yellow default bold
current_time = blue default bold
time_left = grey default bold
total_time = blue default bold
time_total_frames = blue default
sound_parameters = blue default bold
legend = blue default
disabled = blue default
enabled = yellow default bold
empty_mixer_bar = blue default
filled_mixer_bar = default grey
empty_time_bar = default grey
filled_time_bar = default blue
entry = blue default
entry_title = blue grey
error = red default bold
message = green default bold
plist_time = blue default bold
@EMPAT94
Copy link
Author

EMPAT94 commented Oct 5, 2021

Screenshot_20211005_151114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment