mattermost-community / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
22.05k stars 1.98k forks source link

Colors in Board Groups are too bright #5001

Open lexo-mpuzovic opened 1 year ago

lexo-mpuzovic commented 1 year ago

Summary

Custom theme used:

{
  "awayIndicator": "#eea941",
  "buttonBg": "#43b581",
  "buttonColor": "#ffffff",
  "centerChannelBg": "#36393e",
  "centerChannelColor": "#e6e6e6",
  "codeTheme": "monokai",
  "dndIndicator": "#b74b47",
  "errorTextColor": "#fd5960",
  "linkColor": "#88a7ff",
  "mentionBg": "#7289da",
  "mentionBj": "#ffffff",
  "mentionColor": "#dcddde",
  "mentionHighlightBg": "#36393e",
  "mentionHighlightLink": "#88a7ff",
  "newMessageSeparator": "#eea941",
  "onlineIndicator": "#64b285",
  "sidebarBg": "#2f3136",
  "sidebarHeaderBg": "#282b30",
  "sidebarHeaderTextColor": "#818386",
  "sidebarTeamBarBg": "#202226",
  "sidebarText": "#dbdbdb",
  "sidebarTextActiveBorder": "#35363c",
  "sidebarTextActiveColor": "#dcddde",
  "sidebarTextHoverBg": "#35363c",
  "sidebarUnreadText": "#f8f8f8"
}

Steps to reproduce

Mattermost version: 5.5.1 (63830002741) OS: macOS Sonoma 14.0

Whenever Boards are fresh opened in the app the colors are too bright. What resolves it though is saving again the same custom theme settings. And it works fine until Boards are reopened again.

Expected behavior

image

Observed behavior (that appears unintentional)

image

Sudhanva-Nadiger commented 1 year ago

can i work on this ?

Sudhanva-Nadiger commented 1 year ago

@matthewbirtch do you have anything to add on before I start ?

matthewbirtch commented 1 year ago

I don't think so. The expected result as shown in the description is what I would expect as well. @asaadmahmood might have more context since he was most closely working on boards in the past.

asaadmahmood commented 1 year ago

We encountered this issue (or a similar one) because of theme compatibility.

ruhnet commented 9 months ago

This issue persists on Mattermost v9.3. When I change any color manually in a theme setting, the colors in the boards are correct. But as soon as the page is reloaded, they are back to blindingly bright.