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
- Host: GitHub
- URL: https://github.com/sbakker/mattermost-zenburnish
- Owner: sbakker
- License: gpl-3.0
- Created: 2020-10-21T15:19:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T15:51:56.000Z (over 4 years ago)
- Last Synced: 2025-01-18T21:18:01.805Z (5 months ago)
- Topics: css, mattermost, mattermost-theme, mattermost-themes, zenburn, zenburn-dark
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zenburn-ish Dark Themes for Mattermost
Low contrast (low saturation) themes for Mattermost, inspired by Zenburn.
## Greenish

```
{
"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").
```
{
"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"
}
```