diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-17 00:40:35 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-17 00:40:35 +0200 |
commit | 9edc89d27937b603b619eaa0c47c4bd3e8ffe0e9 (patch) | |
tree | b1f4e9c82311524390b63a044b27526674128007 /.config/ncspot/config.toml | |
parent | 7d568cb97f41ef027a834e1252c0703c52cdd050 (diff) |
ncspot config
Diffstat (limited to '.config/ncspot/config.toml')
-rw-r--r-- | .config/ncspot/config.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml new file mode 100644 index 0000000..e584a59 --- /dev/null +++ b/.config/ncspot/config.toml @@ -0,0 +1,19 @@ +use_nerdfont = true + +[theme] +primary = "light white" +secondary = "light black" +title = "green" +playing = "green" +playing_selected = "light green" +playing_bg = "black" +highlight = "light white" +highlight_bg = "#484848" +error = "light white" +error_bg = "red" +statusbar = "black" +statusbar_progress = "green" +statusbar_bg = "green" +cmdline = "light white" +cmdline_bg = "black" +search_match = "light red" |