From d6ef0c079829a37178031ae27e6ed9a7cc5ef842 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:45:23 -0500 Subject: [PATCH] Tokyo Night --- src/fixations/additions/accents/tokyo.css | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/fixations/additions/accents/tokyo.css diff --git a/src/fixations/additions/accents/tokyo.css b/src/fixations/additions/accents/tokyo.css new file mode 100644 index 0000000..2e3480c --- /dev/null +++ b/src/fixations/additions/accents/tokyo.css @@ -0,0 +1,59 @@ +:root { + --accent: rgb(177, 77, 98); + --accent-hover: rgb(51, 152, 148, 0.977); + --accent-selected: rgb(51, 152, 148, 0.612); + --accent-focused: rgb(51, 152, 148, 0.2); +} +.iconWrapper-2awDjA .icon-2xnN2Y, +.stickerIcon-3Jx5SE, +.icon-1d5zch, +.circleIcon-3489FI, +.buttonWrapper-3YFQGJ { + color: var(--accent); +} +.item-3mHhwr .item-3XjbnG .themed-2-lozF[aria-controls="add_friend-tab"] { + background-color: var(--accent-hover) !important; +} +.contents-3ca1mk .button-2fCJ0o .button-3BaQ4X { + color: rgb(80, 111, 170); +} +.circleIcon-3489FI { + color: rgba(189, 182, 44, 0.61) !important; +} +.clickable-ZD7xvu .icon-2xnN2Y, +.linkButtonIcon-7rsZcu { + color: #ff9e64 !important; +} +.name-28HaxV, +.membersGroup-2eiWxl { + color: rgb(86, 95, 137); +} +.messageContent-2t3eCI, +.modeConnected-NrO4cP .name-28HaxV, +.modeConnected-NrO4cP:hover .name-28HaxV, +.modeSelected-3DmyhH .name-28HaxV, +.modeSelected-3DmyhH:hover .name-28HaxV, +.modeUnread-3Cxepe .name-28HaxV, +.modeUnread-3Cxepe:hover .name-28HaxV, +.notInteractive-2tFrlE.modeConnected-NrO4cP .name-28HaxV, +.notInteractive-2tFrlE.modeSelected-3DmyhH .name-28HaxV { + color: #b4f9f8 !important; +} +.modeSelected-3DmyhH .icon-2W8DHg, +.modeSelected-3DmyhH:hover .icon-2W8DHg, +.modeUnread-3Cxepe .icon-2W8DHg, +.modeUnread-3Cxepe:hover .icon-2W8DHg, +.mainContent-uDGa6R .overflow-1wOqNV, +.mainContent-uDGa6R { + color: #73daca !important; +} +.theme-dark .unreadMentionsIndicatorTop-2bTgUU .unreadMentionsBar-ZXXoOH, +.theme-dark .unreadMentionsIndicatorBottom-3RJMnQ .unreadMentionsBar-ZXXoOH, +.theme-dark .unreadMentionsIndicatorTop-2bTgUU .unreadMentionsBar-ZXXoOH, +.numberBadge-37OJ3S, +.newBadge-1bHewI, +.addButtonIcon-3rJeaD, +.modeUnread-3Cxepe .icon-2W8DHg, +.unreadRelevant-2f-VSK { + background: rgba(51, 152, 148) !important; +}