mattermost/e2e-tests/cypress/tests/fixtures/theme.json
2023-03-28 18:10:00 +02:00

56 lines
1.8 KiB
JSON

{
"default": {
"sidebarBg":"#145dbf",
"sidebarText":"#ffffff",
"sidebarUnreadText":"#ffffff",
"sidebarTextHoverBg":"#4578bf",
"sidebarTextActiveBorder":"#579eff",
"sidebarTextActiveColor":"#ffffff",
"sidebarHeaderBg":"#1153ab",
"sidebarTeamBarBg": "#0b428c",
"sidebarHeaderTextColor":"#ffffff",
"onlineIndicator":"#06d6a0",
"awayIndicator":"#ffbc42",
"dndIndicator":"#f74343",
"mentionBj":"#ffffff",
"mentionColor":"#145dbf",
"centerChannelBg":"#ffffff",
"centerChannelColor":"#3d3c40",
"newMessageSeparator":"#ff8800",
"linkColor":"#2389d7",
"buttonBg":"#166de0",
"buttonColor":"#ffffff",
"errorTextColor":"#fd5960",
"mentionHighlightBg":"#ffe577",
"mentionHighlightLink":"#166de0",
"codeTheme":"github",
"mentionBg":"#ffffff"
},
"dark": {
"sidebarBg":"#171717",
"sidebarText":"#ffffff",
"sidebarUnreadText":"#ffffff",
"sidebarTextHoverBg":"#302e30",
"sidebarTextActiveBorder":"#196caf",
"sidebarTextActiveColor":"#ffffff",
"sidebarHeaderBg":"#1f1f1f",
"sidebarTeamBarBg": "#181818",
"sidebarHeaderTextColor":"#ffffff",
"onlineIndicator":"#399fff",
"awayIndicator":"#c1b966",
"dndIndicator":"#e81023",
"mentionBj":"#ffffff",
"mentionColor":"#ffffff",
"centerChannelBg":"#1f1f1f",
"centerChannelColor":"#dddddd",
"newMessageSeparator":"#cc992d",
"linkColor":"#0d93ff",
"buttonBg":"#0177e7",
"buttonColor":"#ffffff",
"errorTextColor":"#ff6461",
"mentionHighlightBg":"#784098",
"mentionHighlightLink":"#a4ffeb",
"codeTheme":"monokai",
"mentionBg":"#0177e7"
}
}