fix: Remove remaining keybinds
This commit is contained in:
parent
642aacd358
commit
b2407e682e
8 changed files with 42 additions and 6 deletions
33
spotify-player/theme.toml
Normal file
33
spotify-player/theme.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[[themes]]
|
||||
name = "tokyonight-dark"
|
||||
[themes.palette]
|
||||
background = "#1A1B26"
|
||||
foreground = "#8AADF4"
|
||||
black = "#1A1B26"
|
||||
blue = "#8AADF4"
|
||||
cyan = "#91D7E3"
|
||||
green = "#A6DA95"
|
||||
magenta = "#C6A0F6"
|
||||
red = "#ED8796"
|
||||
white = "#2F3240"
|
||||
yellow = "#EED49F"
|
||||
bright_black = "#1A1B26"
|
||||
bright_blue = "#8AADF4"
|
||||
bright_cyan = "#91D7E3"
|
||||
bright_green = "#A6DA95"
|
||||
bright_magenta = "#C6A0F6"
|
||||
bright_red = "#ED8796"
|
||||
bright_white = "#2F3240"
|
||||
bright_yellow = "#EED49F"
|
||||
selection_background = "#2B2C3B"
|
||||
selection_foreground = "#2F3240"
|
||||
|
||||
[themes.component_style]
|
||||
block_title = { fg = "Magenta" }
|
||||
playback_track = { fg = "Cyan", modifiers = ["Bold"] }
|
||||
playback_album = { fg = "Yellow" }
|
||||
playback_metadata = { fg = "Blue" }
|
||||
playback_progress_bar = { bg = "Black", fg = "Green" }
|
||||
current_playing = { fg = "Green", modifiers = ["Bold"] }
|
||||
page_desc = { fg = "Cyan", modifiers = ["Bold"] }
|
||||
table_header = { fg = "Blue" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue