Skip to content

Commit

Permalink
Merge pull request #12 from yurii-vasyliev/improve-colors
Browse files Browse the repository at this point in the history
Fix mention background color, improve online indicator color
  • Loading branch information
yurii-vasyliev authored Sep 27, 2022
2 parents 300977c + fc3b7cb commit da6bb5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions darkTheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"sidebarTextActiveColor": "#ffffff",
"sidebarHeaderBg": "#2c001e",
"sidebarHeaderTextColor": "#ffffff",
"onlineIndicator": "#0e8420",
"onlineIndicator": "#0ac10a",
"awayIndicator": "#f99b11",
"dndIndicator": "#c7162b",
"mentionBg": "#335280",
"mentionBg": "#ffffff",
"mentionBj": "#335280",
"mentionColor": "#ffffff",
"centerChannelBg": "#333333",
"centerChannelColor": "#ffffff",
"newMessageSeparator": "#335280",
"linkColor": "#8FC7FF",
"linkColor": "#66d6ff",
"buttonBg": "#0e8420",
"buttonColor": "#ffffff",
"errorTextColor": "#c7162b",
"mentionHighlightBg": "#f99b11",
"mentionHighlightLink": "#007AA6",
"mentionHighlightBg": "#ffd699",
"mentionHighlightLink": "#004b66",
"codeTheme": "monokai"
}
10 changes: 5 additions & 5 deletions lightTheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"sidebarTextActiveColor": "#ffffff",
"sidebarHeaderBg": "#2c001e",
"sidebarHeaderTextColor": "#ffffff",
"onlineIndicator": "#0e8420",
"onlineIndicator": "#0ac10a",
"awayIndicator": "#f99b11",
"dndIndicator": "#c7162b",
"mentionBg": "#335280",
"mentionBg": "#ffffff",
"mentionBj": "#335280",
"mentionColor": "#007aa6",
"centerChannelBg": "#ffffff",
"centerChannelColor": "#111111",
"newMessageSeparator": "#007aa6",
"linkColor": "#007aa6",
"linkColor": "#007099",
"buttonBg": "#0e8420",
"buttonColor": "#ffffff",
"errorTextColor": "#c7162b",
"mentionHighlightBg": "#f99b11",
"mentionHighlightLink": "#007aa6",
"mentionHighlightBg": "#ffeacb",
"mentionHighlightLink": "#004b66",
"codeTheme": "github"
}

0 comments on commit da6bb5c

Please sign in to comment.