Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(extras): add cmus theme #221

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ The colors maintain a `4.5:1` contrast ratio, complying with [WCAG 2.1 | Level A
- [Alfred](extra/alfred.md)
- [base16](extras/base16-theme.yaml)
- [broot](extras/broot_kanagawa.toml)
- [cmus](extras/kanagawa.theme)
- [emacs, doom emacs](extras/kanagawa-theme.el)
- [fish](extras/kanagawa.fish)
- [foot](extras/foot_kanagawa.ini)
Expand Down
62 changes: 62 additions & 0 deletions extras/kanagawa.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
### colors
### {{{

# where you type your commands
set color_cmdline_fg=187
set color_cmdline_bg=default

# the vertical line on the main window
set color_separator=232

# this displays how much time there is left from the song
set color_statusline_bg=default
set color_statusline_fg=103

# the songs title is displayed here
set color_titleline_bg=234
set color_titleline_fg=180

# the colors of the main window
set color_win_bg=default
set color_win_fg=111

# color of the active entries when not selected
set color_win_cur=180

# maybe sets the colors of a different layout?
set color_win_dir=180

# color of the inactive songnames
set color_win_fg=187

### ---- settings for the INACTIVE window ---- ###

# the played entries colors when selected
set color_win_inactive_cur_sel_bg=234
set color_win_inactive_cur_sel_fg=111

# the inactive entries colors when selected
set color_win_inactive_sel_bg=234
set color_win_inactive_sel_fg=066

### ---- settings for the ACTIVE window ---- ###

# the played entries color when selected
set color_win_cur_sel_bg=234
set color_win_cur_sel_fg=180

# the inactive entries color when selected
set color_win_sel_bg=234
set color_win_sel_fg=111

# --- END -- #

# these set the colors of the titlebar at the top of the window
set color_win_title_bg=234
set color_win_title_fg=180

# textcolor in commandbar (error(red) and info(green))
set color_error=131
set color_info=187

### }}}