summaryrefslogtreecommitdiff
path: root/.config/ncspot
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2022-05-17 00:40:35 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-05-17 08:35:02 +0200
commit549f515139990d4900c24e3b60176acd2d13d243 (patch)
tree863d22950b9e05a1d456f9ad599b5b5dd8953ff1 /.config/ncspot
parent090fc9be62886f307f674c3de2b267fb87ad3e2f (diff)
ncspot config
Diffstat (limited to '.config/ncspot')
-rw-r--r--.config/ncspot/config.toml19
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"