ncspot icon indicating copy to clipboard operation
ncspot copied to clipboard

Incorrect colors displaying after configuring theme

Open Dakedres opened this issue 1 year ago • 2 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):

Dakedres avatar Jan 25 '24 07:01 Dakedres

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

DashieTM avatar Apr 18 '24 11:04 DashieTM

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.

DashieTM avatar Apr 18 '24 12:04 DashieTM

Thank you, Dashie! Closing.

Dakedres avatar Jul 29 '24 06:07 Dakedres