GithubHelp home page GithubHelp logo

hbuilderx-light's People

Contributors

ufdxd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hbuilderx-light's Issues

PDF标注的背景颜色

你的主题非常漂亮呀。请教:在PDF上标注的时候,选中一段文字,可以用背景颜色将其高亮,可是目前的背景颜色很深,让文字的可见度不是很好,有没有办法让标注的颜色浅一点啊?一点点背景就好。十分感谢!

大纲显示

大纲显示的时候有子标题的会比没有子标题突出一节
image

申请加入新功能“弹出菜单的样式为分栏”

您好,希望加入新功能“弹出菜单的样式为分栏”,

参考代码:

/* 修改弹出菜单的样式 */
/* 设置分栏 */
/* --------------------------------将'/'弹出的选择窗口分为4栏,便于直观进行选择(分栏)---------------------------------------- */
.b3-menu.b3-list.b3-list--background {
    column-count: auto;
    column-width: 120px !important;
    column-gap: 5px;
    min-width: 50vw !important;
    max-height: 480px !important;
    border: var(--b3-border-column);
    padding: 4px;
}

/* 设置项目之间的分割线颜色 */
.b3-menu.b3-list.b3-list--background.b3-menu__separator {
    background-color: var(--b3-theme-primary);
    height: 0.05em;
  }
/* ————————————————————将每个项目的文字和图标大小设置更小点———————————————————— */
/* 设置单个项目 */
button.b3-list-item.b3-list-item--two.fn__block {
    /* display: flex; */
    font-size: 90%;
    border: var(--b3-border-column-item);
    box-sizing: border-box;
    vertical-align: middle;
    padding: 2px 8px !important;
    margin-bottom: 0.1em;
    /* overflow: hidden; */

}

/* 设置图标颜色 */
button.b3-list-item.b3-list-item--two.fn__block .b3-list-item__graphic {
    color: gray;
    position: static;
    top: 8px;
}
/* 鼠标悬浮时更改图标颜色 */
button.b3-list-item.b3-list-item--two.fn__block:hover .b3-list-item__graphic {
    color: var(--b3-font-color-hover);
}

/* 设置文本颜色 */
button.b3-list-item.b3-list-item--two.fn__block .b3-list-item__text {
    vertical-align: middle;
    padding-left: 18px;
    /* -webkit-line-clamp: 1 !important;
    display: -webkit-box; */
}

/* 快捷键大小 */
button.b3-list-item.b3-list-item--two.fn__block .b3-menu__accelerator {
    font-size: 80%;
    color: var(--b3-font-color-gray-tm);
    font-weight: bold;
    font-family: var(--b3-font-family-code);
}

右上角菜单简化

右上角的菜单特别多,平时也就刚打开的时候会设置一下,是否能够参考Dark+主题只保留常用几个,其他的可以隐藏,需要的时候展开使用即可

JS小白求救:单复制获取日期相关代码不能在其他主题生效

自己很喜欢在标题下显示创建日期和母子文档的功能,将theme.js文件中的从生成标题下动态下划线到生成母子文档显示容器的相关代码复制到了自己使用的主题的js文件中,不能生效。
只能通过将整篇js文件覆盖实现。
排查时发现删除无关功能的代码也会使该功能失效。
虽然通过删除检测创建工具栏按钮的方式遮蔽了不需要的功能,凑凑合合可以用了()。

希望增加列表转导图和表格的功能

现在集市的主题半数以上都有这个功能了,用的基本都是集市里notion主题那一套的代码,所以这个属性在别的主题也能共用的,希望增加

黑暗模式

师傅可以做一个对应的黑暗模式嘛,很喜欢这个主题

暗黑主题支持

很喜欢作者的主题,是否能添加一个暗黑的配色,在暗黑模式下也能使用本主题

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.