Created
October 5, 2021 09:39
-
-
Save p-tupe/f0f908cd9c423dda70dbcd188e2af85a to your computer and use it in GitHub Desktop.
Dracula color scheme for moc (Music on Console) player
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
# 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 |
Author
p-tupe
commented
Oct 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment