Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
update: style color, fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jul 8, 2024
1 parent 87aca84 commit 1c59c00
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## 介绍

- 本主题仅为个人使用的**娱乐性质整蛊主题**
- **不要与其他主题同时启用,会造成样式混乱**
- 仅支持 `QQ设置 - 白天模式` 下使用本主题
- 本主题仅为娱乐性质整蛊主题
- 仅支持 QQ 设置 - 白天模式 下使用本主题
- **不要与其他官方主题或主题插件同时启用,会造成样式混乱**
- 因为模仿了微信,所以本主题很难看 :D
- 在微信和 QQ 同时使用时极易出现信息发错软件的情况,请注意甄别哪个是 QQ 哪个是微信

Expand Down
2 changes: 1 addition & 1 deletion wechat-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 18 additions & 5 deletions wechat-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
$wechat-green: #95ec69;

// 主题色
.q-theme-tokens-light:has(.message-panel) {
body:has(.message-panel) {
--brand_standard: #1aad19;
--text-brand: black;
--nt_brand_standard_2_overlay_hover_brand_2_mix: #38cd7f;
}

// 左边栏
Expand Down Expand Up @@ -45,6 +46,9 @@
.search .search-input {
background: rgb(226, 226, 226) !important;
}
.contact-top-bar .top-bar__adder {
background: rgb(226, 226, 226) !important;
}

.viewport-list__inner {
background-color: rgb(229, 229, 229) !important;
Expand All @@ -65,9 +69,12 @@
.list-item__container {
background: #00000000 !important;
}

// 置顶颜色
.recent-contact-item.recent-contact-item--top .list-item__container.item-dragging-over {
background: #dbdbdb !important;
}
// 选中颜色
.recent-contact-item.across-mode.recent-contact-item--selected .list-item__container.item-dragging-over {
.recent-contact-item.recent-contact-item--selected .list-item__container.item-dragging-over {
background: rgb(196, 196, 196) !important;
}

Expand All @@ -81,6 +88,8 @@
.text-ellipsis,
.text-ellipsis.vip-name {
color: black !important;
-webkit-text-fill-color: unset !important;
background: unset !important;
}
}

Expand Down Expand Up @@ -112,6 +121,8 @@
#chatHeaderContactName,
.chat-header__contact-name .text-ellipsis {
color: black !important;
-webkit-text-fill-color: unset !important;
background: unset !important;
}
}
.panel-header__action {
Expand Down Expand Up @@ -157,8 +168,7 @@
}

// 回复
.reply-element--self,
.reply-element--others {
.reply-element {
color: black !important;
}

Expand Down Expand Up @@ -327,6 +337,9 @@
}
}
}
[role="button"] {
cursor: pointer;
}

// 联系人栏目
.contact {
Expand Down

0 comments on commit 1c59c00

Please sign in to comment.