e1s icon indicating copy to clipboard operation
e1s copied to clipboard

Regression in 1.0.34

Open ABAG603 opened this issue 1 year ago • 3 comments

Hi,

there is regression related to the theming introduced in v1.0.34. I have BgColor set to #1e1e2e in my config but background is being reset to #282828. Before that version it was picked up correctly. My full config is:

colors:
  BgColor: "#1e1e2e" 
  FgColor: "#cdd6f4"
  BorderColor: "#585b70"
  Black: "#45475a"
  Red: "#f38ba8"
  Green: "#a6e3a1"
  Yellow: "#f9e2af"
  Blue: "#89b4fa"
  Magenta: "#f5c2e7"
  Cyan: "#94e2d5"
  Gray: "#9399b2"

ABAG603 avatar May 10 '24 19:05 ABAG603

Hi, I'd like to help but I can't reproduce that. It works fine in my environment. Can you paste your full config file and command?

keidarcy avatar May 11 '24 02:05 keidarcy

My full config is in first message. Running e1s with just

e1s

ABAG603 avatar May 13 '24 06:05 ABAG603

@ABAG603 Hi, with the latest version you can find colors in debug message.

2024-05-21T09:57:01+09:00 DBG color/colors.go:73 colors colors="{BgColor:#282828 FgColor:#ebdbb2 BorderColor:#8ec07c Black:#282828 Yellow:#d79921 Green:#98971a Red:#cc241d Blue:#458588 Magenta:#b16286 Cyan:#689d6a Gray:#808080}"

keidarcy avatar May 21 '24 00:05 keidarcy

@keidarcy the colors in the log match the values I have in config but background isn't rendered correctly. PXL_20240516_192959623~2

As I said, it was working correctly up untill version 1.0.34

ABAG603 avatar May 22 '24 08:05 ABAG603

the colors in the log match the values

In that case, not something I can help. Depends on your environment(terminal emulator, os etc..). I tested multiple devices and multiple configurations working fine. Recommend test --theme or colors.BgColor: black

keidarcy avatar May 22 '24 12:05 keidarcy

Wait a sec. My environment didn't change between 1.0.33 and 1.0.34 - only thing that have changed is e1s. With all respect, this is not how you close issues. Anyway, if you're not willing to drill down and find the root cause can you at least push 1.0.34 to homebrew, so I can easily rollback?

ABAG603 avatar May 22 '24 12:05 ABAG603

@keidarcy so, even though my config didn't change when I've started to get this issue, I've managed now to fix this whole thing by adjusting my tmux config.

ABAG603 avatar May 22 '24 14:05 ABAG603