An open API service indexing awesome lists of open source software.

https://github.com/sbakker/mattermost-zenburnish

Zenburn-inspired Mattermost theme
https://github.com/sbakker/mattermost-zenburnish

css mattermost mattermost-theme mattermost-themes zenburn zenburn-dark

Last synced: 3 months ago
JSON representation

Zenburn-inspired Mattermost theme

Awesome Lists containing this project

README

        

# Zenburn-ish Dark Themes for Mattermost

Low contrast (low saturation) themes for Mattermost, inspired by Zenburn.

## Greenish

![Greenish Zenburnish Theme Preview](/mattermost-zenburnish-green.png)

```
{
"sidebarBg" : "#171717",
"sidebarText" : "#ffffff",
"sidebarUnreadText" : "#ffffff",
"sidebarTextHoverBg" : "#302e30",
"sidebarTextActiveBorder" : "#678060",
"sidebarTextActiveBorder" : "#f58025",
"sidebarTextActiveColor" : "#F9EFDD",
"sidebarHeaderBg" : "#505A45",
"sidebarHeaderTextColor" : "#ffffff",
"onlineIndicator" : "#0177e7",
"onlineIndicator" : "#43b581",
"awayIndicator" : "#a9a14c",
"dndIndicator" : "#f74343",
"mentionBg" : "#0177e7",
"mentionBj" : "#0177e7",
"mentionColor" : "#ffffff",
"centerChannelBg" : "#1f1f1f",
"centerChannelColor" : "#cccccc",
"newMessageSeparator" : "#cc992d",
"linkColor" : "#e57015",
"buttonBg" : "#f58025",
"buttonColor" : "#ffffff",
"errorTextColor" : "#fd5960",
"mentionHighlightBg" : "#784098",
"mentionHighlightLink" : "#a4ffeb",
"codeTheme" : "monokai"
}
```

## Orangish

Older theme, using more orange overtones (my employer uses orange in its
logo, so it fits the "club colours").

![Orangish Zenburnish Theme Preview](/mattermost-zenburnish-orange.png)

```
{
"sidebarBg" : "#171717",
"sidebarText" : "#fff",
"sidebarUnreadText" : "#fff",
"sidebarTextHoverBg" : "#302e30",
"sidebarTextActiveBorder" : "#f58025",
"sidebarTextActiveColor" : "#ffffff",
"sidebarHeaderBg" : "#f58025",
"sidebarHeaderTextColor" : "#ffffff",
"onlineIndicator" : "#0177e7",
"awayIndicator" : "#a9a14c",
"dndIndicator" : "#f74343",
"mentionBg" : "#0177e7",
"mentionBj" : "#0177e7",
"mentionColor" : "#ffffff",
"centerChannelBg" : "#1f1f1f",
"centerChannelColor" : "#dddddd",
"newMessageSeparator" : "#cc992d",
"linkColor" : "#e57015",
"buttonBg" : "#f58025",
"buttonColor" : "#ffffff",
"errorTextColor" : "#fd5960",
"mentionHighlightBg" : "#784098",
"mentionHighlightLink" : "#a4ffeb",
"codeTheme" : "monokai"
}
```