diff --git a/darkTheme.json b/darkTheme.json index e316ae6..fb239a5 100644 --- a/darkTheme.json +++ b/darkTheme.json @@ -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" } diff --git a/lightTheme.json b/lightTheme.json index 7c07f44..9305ad3 100644 --- a/lightTheme.json +++ b/lightTheme.json @@ -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" }