Zuoqiu-Yingyi / siyuan-theme-dark-plus

思源笔记的一款多功能双模式主题 | A multifunctional dual-mode theme of SiYuan Note.
GNU Affero General Public License v3.0
139 stars 14 forks source link

是否可以关闭浮窗透明功能 #33

Closed aptexd closed 2 years ago

aptexd commented 2 years ago

开发这你好 当鼠标放到引用块上时会有弹窗弹出内容 弹窗可能是为了和全局统一,也是透明得 这样弹窗内容会和背景文档重合在一起,多级浮窗会重叠得更厉害 这样十分不利于阅读和编辑 不知开发者能否将浮窗设置为不透明,或者增加设置选项,即使全局不透明也可以

Zuoqiu-Yingyi commented 2 years ago

浮窗透明颜色是有 CSS 变量 --custom-popover-background-color 控制的, 可以使用如下方案自定义

  1. 新建文件 data\widgets\custom-dark.cssdata\widgets\custom-light.css, 这两个文件分别是暗色与亮色的用户自定义配置文件
  2. 在该文件中添加如下内容
    :root {
    --custom-popover-background-color: <想要设置的颜色>;
    }
  3. 分别设置想要的不透明颜色, 或者直接在文件 data\widgets\custom.css 中使用内置定义不透明颜色 --custom-components-light--custom-components--custom-components-deep