Skip to content

Commit

Permalink
Desktop v1.5: Changed "online" icon from dark green to light green
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterGroosha committed Jun 19, 2019
1 parent c338bfa commit b9e946f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set "VERSION=1.4"
set "VERSION=1.5"
7za a -tzip SolidDarkGreen.zip colors.tdesktop-theme tiled.png -mx5
move "SolidDarkGreen.zip" "SolidDarkGreen_v%VERSION%.tdesktop-theme"
1 change: 1 addition & 0 deletions colors.tdesktop-theme
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ dialogsSentIconFg: #5dc452; // Chat list sent message tick /
dialogsUnreadBg: COLOR_GREEN_DARK; // Chats list unread counter background
dialogsUnreadBgMuted: #999999; // Chat list unread badge background for muted chat
dialogsUnreadFg: COLOR_WHITE; // Unread counter text color
dialogsOnlineBadgeFg: COLOR_GREEN_LIGHT; // Chat list online status (for inactive item)

dialogsBgOver: #363838; // Inactive chat color on hover
dialogsNameFgOver: #ededed; // Chat list name text with mouse over
Expand Down

0 comments on commit b9e946f

Please sign in to comment.