forked from cmus/cmus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# @October, 2021 by github.com/frogwine | ||
set color_win_fg=252 | ||
set color_win_bg=233 | ||
set color_cmdline_bg=233 | ||
set color_cmdline_fg=231 | ||
set color_error=196 | ||
set color_info=81 | ||
set color_separator=47 | ||
set color_statusline_bg=232 | ||
set color_statusline_fg=34 | ||
set color_titleline_bg=232 | ||
set color_titleline_fg=83 | ||
set color_win_title_bg=232 | ||
set color_win_title_fg=83 | ||
set color_win_cur=47 | ||
set color_win_cur_sel_bg=239 | ||
set color_win_cur_sel_fg=47 | ||
set color_win_inactive_cur_sel_bg=233 | ||
set color_win_inactive_cur_sel_fg=47 | ||
set color_win_sel_bg=240 | ||
set color_win_sel_fg=47 | ||
set color_win_inactive_sel_bg=235 | ||
set color_win_inactive_sel_fg=47 | ||
set color_win_dir=47 |