|
|
@ -149,7 +149,7 @@ const lightColorTextSubtle = `${black}99`;
|
|
|
|
const lightColorTextAccent = '#00c769';
|
|
|
|
const lightColorTextAccent = '#00c769';
|
|
|
|
const lightColorSessionShadow = `0 0 4px 0 ${black}5E`;
|
|
|
|
const lightColorSessionShadow = `0 0 4px 0 ${black}5E`;
|
|
|
|
const lightColorComposeViewBg = '#efefef';
|
|
|
|
const lightColorComposeViewBg = '#efefef';
|
|
|
|
const lightColorSentMessageBg = accentLightTheme;
|
|
|
|
const lightColorSentMessageBg = 'hsl(152, 100%, 40%)';
|
|
|
|
const lightColorSentMessageText = white;
|
|
|
|
const lightColorSentMessageText = white;
|
|
|
|
const lightColorClickableHovered = '#dfdfdf';
|
|
|
|
const lightColorClickableHovered = '#dfdfdf';
|
|
|
|
const lightColorSessionBorderColor = borderLightThemeColor;
|
|
|
|
const lightColorSessionBorderColor = borderLightThemeColor;
|
|
|
|