This commit is contained in:
2026-03-29 14:01:52 +03:00
commit 0611279128
210 changed files with 60454 additions and 0 deletions

54
data/zenburn.theme Normal file
View File

@@ -0,0 +1,54 @@
# Directory colors
set color_win_dir=108
# Normal text
set color_win_fg=188
# Window background color.
set color_win_bg=237
# Command line color.
set color_cmdline_bg=237
set color_cmdline_fg=108
# Color of error messages displayed on the command line.
set color_error=lightred
# Color of informational messages displayed on the command line.
set color_info=lightgreen
# Color of the separator line between windows in view (1).
set color_separator=246
# Color of window titles (topmost line of the screen).
set color_win_title_bg=235
set color_win_title_fg=174
# Status line color.
set color_statusline_bg=237
set color_statusline_fg=142
set color_statusline_progress_bg=240
set color_statusline_progress_fg=142
# Color of currently playing track.
set color_win_cur=172
# Color of the line displaying currently playing track.
set color_titleline_bg=235
set color_titleline_fg=144
# Color of the selected row which is also the currently playing track in active window.
set color_win_cur_sel_bg=235
set color_win_cur_sel_fg=223
# Color of the selected row which is also the currently playing track in inactive window.
set color_win_inactive_cur_sel_bg=238
set color_win_inactive_cur_sel_fg=116
# Color of selected row in active window.
set color_win_sel_bg=235
set color_win_sel_fg=223
# Color of selected row in inactive window.
set color_win_inactive_sel_bg=238
set color_win_inactive_sel_fg=116