avasconcelos114 / mattermost-themes

A collection of Mattermost themes that can be easily copy-pasted to your server of choice
https://avasconcelos114.github.io/mattermost-themes/
MIT License
46 stars 13 forks source link

Nord theme cannot parse color. #55

Open mezutelni opened 1 month ago

mezutelni commented 1 month ago

Currently, nord theme is not working properly, one of colors is written as #4c566 which makes Mattermost throw exception.

Wrong colorr is being applied to sidebarTextActiveBorder

avasconcelos114 commented 1 month ago

Hello! Thank you for reporting this issue, I see that there is one letter missing from the hex code (it should have been #4c566a

I'll be sure to patch that and get it working properly :)

I'll paste the json value of the theme with the corrected value in case you would like to immediately paste it on your MM instance!

{"sidebarBg":"#2e3440","sidebarText":"#d8dee9","sidebarUnreadText":"#eceff4","sidebarTextHoverBg":"#4c566a","sidebarTextActiveBorder":"#4c566a","sidebarTextActiveColor":"#e5e9f0","sidebarHeaderBg":"#4c566a","sidebarHeaderTextColor":"#d8dee9","onlineIndicator":"#8fbcbb","awayIndicator":"#ebcb8b","dndIndicator":"#d24b4e","mentionBj":"#5e81ac","mentionColor":"#eceff4","centerChannelBg":"#3b4252","centerChannelColor":"#e5e9f0","newMessageSeparator":"#81a1c1","linkColor":"#81a1c1","buttonBg":"#88c0d0","buttonColor":"#2e3440","errorTextColor":"#d24b4e","mentionHighlightBg":"#434c5e","mentionHighlightLink":"#88c0d0","codeTheme":"monokai","mentionBg":"#5e81ac","sidebarTeamBarBg":"#3c4454"}