diff options
author | Adam Stück <adam@adast.xyz> | 2023-04-28 20:37:41 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-04-28 20:37:41 +0200 |
commit | b7b0887f88ffa4dd63a85aaa27d305db18555675 (patch) | |
tree | 06fccaa5cab6dc9bb5a23558f34a35dc1257627f /.config/ncspot/config.toml | |
parent | 1abce784cf269fd98ee5faa09e52ba642f2e61ec (diff) |
drop unused configs
Diffstat (limited to '.config/ncspot/config.toml')
-rw-r--r-- | .config/ncspot/config.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml deleted file mode 100644 index 0b79d94..0000000 --- a/.config/ncspot/config.toml +++ /dev/null @@ -1,23 +0,0 @@ -use_nerdfont = true -flip_status_indicators = true - -[keybindings] -"q" = "back" -"d" = "move down 5" -"u" = "move up 5" -"g" = "move top" -"Shift+g" = "move bottom" -"Shift+d" = "delete" -"Shift+q" = "quit" - -[theme] -title = "blue" -playing_selected = "light blue" -playing = "blue" -highlight = "light white" -highlight_bg = "#333640" -error = "light white" -error_bg = "red" -cmdline = "light white" -cmdline_bg = "black" -search_match = "light red" |