aboutsummaryrefslogtreecommitdiff
path: root/colors.tdesktop-theme
diff options
context:
space:
mode:
authorRafael Shukurov <rafael.shukurov@simbirsoft.com>2020-08-23 23:48:29 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-08-23 23:54:44 +0300
commitdef3e279d529f0bd19cd3664af9b8f983eee9526 (patch)
tree00b2a42f70b757496df7bb1a77dd2bd63fe670d7 /colors.tdesktop-theme
parentf3f3c34f51a3508ea8bfa40c253519905fa5ccd9 (diff)
added folder bar varsHEADmaster
Diffstat (limited to 'colors.tdesktop-theme')
-rwxr-xr-xcolors.tdesktop-theme12
1 files changed, 11 insertions, 1 deletions
diff --git a/colors.tdesktop-theme b/colors.tdesktop-theme
index 7ea50aa..7e30bce 100755
--- a/colors.tdesktop-theme
+++ b/colors.tdesktop-theme
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////////////////////////
// //
-// Darcula theme v4 for Telegram Desktop. //
+// Darcula theme v5 for Telegram Desktop. //
// //
// //
// Based on: SolidDark theme (https://github.com/MasterGroosha/telegram-soliddark-theme) //
@@ -378,3 +378,13 @@ mediaviewPlaybackIconFgOver: mediaviewPlaybackActiveOver;
mediaviewTransparentBg: #ffffff;
mediaviewTransparentFg: #cccccc;
notificationBg: windowBg; // Notification background
+sideBarBg: #383b3d; // filters side bar background
+sideBarBgActive: #272727; // filters side bar active background
+sideBarBgRipple: accentDark; // filters side bar ripple effect
+sideBarTextFg: #c9c9c9; // filters side bar text
+sideBarTextFgActive: windowFgActive; // filters side bar active item text
+sideBarIconFg: #a8a8a8; // filters side bar icon
+sideBarIconFgActive: #b8b8b8; // filters side bar active item icon
+sideBarBadgeBg: #b8b8b8; // filters side bar badge background
+sideBarBadgeBgMuted: #272727; // filters side bar unimportant badge background
+sideBarBadgeFg: accentLight; // filters side bar badge text \ No newline at end of file