aboutsummaryrefslogtreecommitdiff
path: root/.config/ncspot/config.toml
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-04-25 23:45:52 +0300
committereug-vs <eug-vs@keemail.me>2021-04-25 23:45:52 +0300
commit0b0bab8608c7bd885dae2433f7bac39e779988bd (patch)
tree8b2178087b18c31cc8aa891cd5aff79c9e38f7f2 /.config/ncspot/config.toml
parent0ea863546543f6653e2b804fc8ba529439db8f57 (diff)
downloaddotfiles-0b0bab8608c7bd885dae2433f7bac39e779988bd.tar.gz
feat: install ncspot
Diffstat (limited to '.config/ncspot/config.toml')
-rw-r--r--.config/ncspot/config.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml
new file mode 100644
index 0000000..29c175e
--- /dev/null
+++ b/.config/ncspot/config.toml
@@ -0,0 +1,21 @@
+use_nerdfont = true
+volnorm = true
+
+[theme]
+background = "black"
+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"