Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect colors displaying after configuring theme #1378

Closed
Dakedres opened this issue Jan 25, 2024 · 3 comments · Fixed by NixOS/nixpkgs#305038
Closed

Incorrect colors displaying after configuring theme #1378

Dakedres opened this issue Jan 25, 2024 · 3 comments · Fixed by NixOS/nixpkgs#305038
Labels
bug Something isn't working

Comments

@Dakedres
Copy link

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):

@Dakedres Dakedres added the bug Something isn't working label Jan 25, 2024
@DashieTM
Copy link

This is an issue with the nix package. Please report it over there.

@DashieTM
Copy link

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.

@Dakedres
Copy link
Author

Thank you, Dashie! Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants