58 lines
1.4 KiB
TOML
58 lines
1.4 KiB
TOML
# [theme] # from eltoncezar, similar to official spotify colors
|
|
# background = "#191414"
|
|
# primary = "#FFFFFF"
|
|
# secondary = "light black"
|
|
# title = "#1DB954"
|
|
# playing = "#1DB954"
|
|
# playing_selected = "#1ED760"
|
|
# playing_bg = "#191414"
|
|
# highlight = "#FFFFFF"
|
|
# highlight_bg = "#484848"
|
|
# error = "#FFFFFF"
|
|
# error_bg = "red"
|
|
# statusbar = "#191414"
|
|
# statusbar_progress = "#1DB954"
|
|
# statusbar_bg = "#1DB954"
|
|
# cmdline = "#FFFFFF"
|
|
# cmdline_bg = "#191414"
|
|
# search_match = "light red"
|
|
|
|
[theme] # from wojciech-zurek, tokyonight
|
|
background = "#1a1b26"
|
|
primary = "#9aa5ce"
|
|
secondary = "#414868"
|
|
title = "#9ece6a"
|
|
playing = "#7aa2f7"
|
|
playing_selected = "#bb9af7"
|
|
playing_bg = "#24283b"
|
|
highlight = "#c0caf5"
|
|
highlight_bg = "#24283b"
|
|
error = "#414868"
|
|
error_bg = "#f7768e"
|
|
statusbar = "#ff9e64"
|
|
statusbar_progress = "#7aa2f7"
|
|
statusbar_bg = "#1a1b26"
|
|
cmdline = "#c0caf5"
|
|
cmdline_bg = "#24283b"
|
|
search_match = "#f7768e"
|
|
|
|
# [theme] # from clooles, uses defaults/primary, supports transparency, for dynamic themes
|
|
# background = "default"
|
|
# primary = "foreground"
|
|
# secondary = "light black"
|
|
# title = "primary"
|
|
# playing = "primary"
|
|
# playing_selected = "primary"
|
|
# playing_bg = "primary"
|
|
# highlight = "#FFFFFF"
|
|
# highlight_bg = "#484848"
|
|
# error = "#FF0000"
|
|
# error_bg = "red"
|
|
# statusbar = "primary"
|
|
# statusbar_progress = "primary"
|
|
# statusbar_bg = "primary"
|
|
# cmdline = "default"
|
|
# cmdline_bg = "primary"
|
|
# search_match = "light red"
|
|
|