Created
April 24, 2015 07:22
-
-
Save giobyte8/257ccbd627ac41a25711 to your computer and use it in GitHub Desktop.
CMUS | Theme based on dark solarized
This file contains 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
# Giovanni Color Scheme for Cmus player ... | |
# | |
# This theme is designed to be 1) Very readable on high-resolution or blurry | |
# displays (dying CRTs and TVs, for example). 2) Be more accessable to color- | |
# blind people, by removing chroma cues in favor of brightness and color | |
# inversion. 3) Show how to incorperate named and numbered colors into a | |
# single theme. 4) Provide a stating point for creating other mono-chromatic | |
# themes. | |
# | |
# Questions, comments (just a heads-up that you use/like this, especially), | |
# and such should be directed to [email protected] | |
##### Common User Interface Components ######################################### | |
# Default text color | |
set color_win_fg=gray | |
# Overall background color | |
set color_win_bg=default | |
# Command-line colors | |
set color_cmdline_bg=default | |
set color_cmdline_fg=white | |
set color_error=lightgreen | |
set color_info=green | |
set color_separator=lightgreen | |
# Bottom status line | |
set color_statusline_bg=black | |
set color_statusline_fg=white | |
# Bottom title line | |
set color_titleline_bg=black | |
set color_titleline_fg=white | |
# Top title area | |
set color_win_title_bg=red | |
set color_win_title_fg=white | |
##### Playing File Colors ###################################################### | |
# Unselected currently playing track's text | |
set color_win_cur=white | |
# Active selection for currently playing track | |
set color_win_cur_sel_bg=black | |
set color_win_cur_sel_fg=white | |
# Inactive selection for currently playing track | |
set color_win_inactive_cur_sel_bg=black | |
set color_win_inactive_cur_sel_fg=white | |
##### Non-Playing File Colors ################################################## | |
# Active selection | |
set color_win_sel_bg=black | |
set color_win_sel_fg=gray | |
# Inactive selection | |
set color_win_inactive_sel_bg=black | |
set color_win_inactive_sel_fg=gray | |
##### File Browser View Colors ################################################# | |
# Directory listing color | |
set color_win_dir=green |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment