summaryrefslogtreecommitdiff
path: root/.config/ncspot/config.toml
blob: 0b79d943d1d3645ac61176461012f037fef2b627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"