ncspot
ncspot copied to clipboard
Incorrect colors displaying after configuring theme
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:
- Copy my theme to your
.config/ncspot/ncspot.conf
- Open ncspot
- Reduce your monitor brightness
Expected behavior The background is atleast #272822
Screenshots
System (please complete the following information):
- OS: nixOS (configuration here)
- Terminal: Kitty
- Version: 1.0.0
- Installed from: nixpkgs
This is an issue with the nix package. Please report it over there.
I did some research, the issue is that the nix package has the wrong default features. -> crossterm missing I will look into making a small PR to fix that.
Thank you, Dashie! Closing.