hrkfdn / ncspot

Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect colors displaying after configuring theme

Dakedres opened this issue · comments

Describe the bug
The wrong colors are displayed when I edit my theme. All of these colors are in my theme, but they're not applying to the right elements.

My theme:

[theme]
background = "#272822"
cmdline = "#a59f85"
error = "#a59f85"
error_bg = "#f92672"
highlight = "#a59f85"
highlight_bg = "#49483e"
playing = "#a6e22e"
playing_bg = "#f5f4f1"
playing_selected = "#a1efe4"
primary = "#a59f85"
search_match = "#f4bf75"
secondary = "#383830"
statusbar = "#272822"
statusbar_bg = "#a6e22e"
statusbar_progress = "#a6e22e"
title = "#a6e22e"

To Reproduce
Steps to reproduce the behavior:

  1. Copy my theme to your .config/ncspot/ncspot.conf
  2. Open ncspot
  3. Reduce your monitor brightness

Expected behavior
The background is atleast #272822

Screenshots
2024-01-25_00-48

System (please complete the following information):