Skip to content

Instantly share code, notes, and snippets.

@KaanErgun
Created July 11, 2024 20:29
Show Gist options
  • Save KaanErgun/1fa0e89fa968be030ee4a03d9a56b5f0 to your computer and use it in GitHub Desktop.
Save KaanErgun/1fa0e89fa968be030ee4a03d9a56b5f0 to your computer and use it in GitHub Desktop.
# Custom Mattermost Theme This JSON configuration defines a custom theme for Mattermost using specific color codes provided. The theme incorporates a dark background with vibrant accent colors for various elements, enhancing the user interface with a modern and visually appealing design. ## Colors Used - Primary Background: #100d23 - Accent Colo…
{
"awayIndicator": "#ffb86c",
"buttonBg": "#ff79c6",
"buttonColor": "#282a36",
"centerChannelBg": "#100d23",
"centerChannelColor": "#00FF9C",
"codeTheme": "monokai",
"dndIndicator": "#f74343",
"errorTextColor": "#ff5555",
"linkColor": "#8be9fd",
"mentionBg": "#ff79c6",
"mentionBj": "#ff79c6",
"mentionColor": "#282a36",
"mentionHighlightBg": "#100d23",
"mentionHighlightLink": "#ffb86c",
"newMessageSeparator": "#ffb86c",
"onlineIndicator": "#50fa7b",
"sidebarBg": "#100d23",
"sidebarHeaderBg": "#372963",
"sidebarHeaderTextColor": "#f8f8f2",
"sidebarTeamBarBg": "#100d23",
"sidebarText": "#f8f8f2",
"sidebarTextActiveBorder": "#8be9fd",
"sidebarTextActiveColor": "#c592ff",
"sidebarTextHoverBg": "#6272a4",
"sidebarUnreadText": "#00FF9C"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment