From 6baeecafd9f00218e3da984f1675ba5d8a41675f Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Tue, 3 Jan 2017 21:42:51 +0100 Subject: Update colors --- colors.part | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/colors.part b/colors.part index 0db12e0..4492309 100644 --- a/colors.part +++ b/colors.part @@ -36,12 +36,12 @@ slideFadeOutShadowFg: windowShadowFg; imageBg: #ffffff; imageBgTransparent: #ffffff; activeButtonBg: windowBgActive; -activeButtonBgOver: #39a5db; -activeButtonBgRipple: #2095d0; +activeButtonBgOver: secondary; +activeButtonBgRipple: bgHl; activeButtonFg: windowFgActive; activeButtonFgOver: activeButtonFg; -activeButtonSecondaryFg: #cceeff; -activeButtonSecondaryFgOver: activeButtonSecondaryFg; +activeButtonSecondaryFg: windowFgActive; +activeButtonSecondaryFgOver: activeButtonFg; activeLineFg: #37a1de; activeLineFgError: #e48383; lightButtonBg: windowBg; @@ -139,14 +139,14 @@ dialogsChatIconFg: dialogsNameFg; dialogsDateFg: windowSubTextFg; dialogsTextFg: windowSubTextFg; dialogsTextFgService: windowActiveTextFg; -dialogsDraftFg: #dd4b39; +dialogsDraftFg: red; dialogsVerifiedIconBg: windowBgActive; dialogsVerifiedIconFg: windowFgActive; dialogsSendingIconFg: #c1c1c1; dialogsSentIconFg: #2679db; -dialogsUnreadBg: #D91E18; -dialogsUnreadBgMuted: #ABB7B7; -dialogsUnreadFg: windowFgActive; +dialogsUnreadBg: orange; +dialogsUnreadBgMuted: bgHl; +dialogsUnreadFg: hl; dialogsBgOver: windowBgOver; dialogsNameFgOver: windowBoldFgOver; dialogsChatIconFgOver: dialogsNameFgOver; @@ -161,7 +161,7 @@ dialogsSentIconFgOver: dialogsSentIconFg; dialogsUnreadBgOver: dialogsUnreadBg; dialogsUnreadBgMutedOver: dialogsUnreadBgMuted; dialogsUnreadFgOver: dialogsUnreadFg; -dialogsBgActive: #2679db; +dialogsBgActive: bgHl; dialogsNameFgActive: windowFgActive; dialogsChatIconFgActive: dialogsNameFgActive; dialogsDateFgActive: windowFgActive; @@ -231,17 +231,17 @@ historyScrollBg: bg; historyScrollBgOver: bg; msgInBg: windowBg; msgInBgSelected: #c2dcf2; -msgOutBg: #353945; -msgOutBgSelected: #b7d1db; +msgOutBg: bg; +msgOutBgSelected: bgHl; msgSelectOverlay: #358cd44c; msgStickerOverlay: #358cd47f; msgInServiceFg: windowActiveTextFg; msgInServiceFgSelected: windowActiveTextFg; msgOutServiceFg: #43b9ef; msgOutServiceFgSelected: #365c75; -msgInShadow: #748ea229; +msgInShadow: secondary; msgInShadowSelected: #548dbb29; -msgOutShadow: #3ac34740; +msgOutShadow: primary; msgOutShadowSelected: #37a78e40; msgInDateFg: #a0acb6; msgInDateFgSelected: #6a9cc5; @@ -289,8 +289,8 @@ msgFile4BgOver: #dc9c5a; msgFile4BgSelected: #b19d84; msgWaveformInActive: windowBgActive; msgWaveformInActiveSelected: #51a3d3; -msgWaveformInInactive: #d4dee6; -msgWaveformInInactiveSelected: #9cc1e1; +msgWaveformInInactive: bg; +msgWaveformInInactiveSelected: bgHl; msgWaveformOutActive: #78a6c6; msgWaveformOutActiveSelected: #6b95ad; msgWaveformOutInactive: #b3cfe2; -- cgit v1.2.3