Git Product home page Git Product logo

typora-theme-lapis's Introduction

  • I'm Xintian Yin, an undergraduate in HUST, China
  • Interests
    • Web Development (Golang, Rust, React...)
    • Linux
    • Kubernetes
  • How to reach me - [email protected]
  • My Blog - just-plain.fun

typora-theme-lapis's People

Contributors

anyayay avatar hehtao-3177 avatar lifoo avatar yinnx avatar yuukirn avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

typora-theme-lapis's Issues

mapping the characters

I find this theme very interesting, but I have serious problems in mapping the characters in Italian and Spanish

Scr 2023-06-03 alle 08 34 58

dark主题 - 打开菜单 - 最近使用文件 - 显示错误

dark主题的这块显示太亮了,看不清字。

我稍作如下更改后,如图所示。

#recent-file-panel {
    color: var(--text-color);
}
#recent-file-panel-action-btn {
    background-color: var(--bg-color);
}
#recent-file-panel-action-btn-container {
    color: rgba(146, 146, 146, 0.56);
}
#recent-file-panel tbody tr:nth-child(2n-1) {
    background-color: var(--bg-panel-color);
}
.megamenu-menu-panel .btn {
    border: 1px solid #9292928f;
}

image

一个新的关于h2问题的解决方案

我又有一个关于h2问题的解决方案,摒弃现有的所有h2的代码,只用以下代码

#write h2 {
    background-color: var(--header-span-color);
    color: #ffffff;
    padding: 1px 10px;
    border-radius: 4px;
    display: inline;  /* 添加这一行 */
}

这算是从根本上解决问题
image

这就只需要改一下样式颜色就够了

但是也存在一定问题:

## 标题1

## 标题2

上面会显示为:
image

不过,应该不会出现多个标题放在一起吧,这个问题或可以忽略

行内代码的超链接格式的显示问题

行内代码的超链接格式下,下划线显示不全。
image
展开状态:
image
对比 Github 主题的正常显示状态:
image


应该是使用了 border-bottom 定义下划线而非 text-decoration 导致的,先放个 Issue 在这...

标题问题

typora theme bug
当我在无序表格后接二级标题时,大纲中没有相应显示,但二级标题下的三级标题却在大纲中有相应显示.
typora theme bug

代码块行号异常

我的字体大小设置为14px时可以正常显示代码块行号,但当字体设置为16px后,代码块的行号从第10行开始就发生错乱了。

image

我的系统是Windows11。

字母p不显示

您好,
在使用该主题时,字母p打出来,却不显示~

1.1.0版本导出pdf表格线丢失

你好 YiNN:
感谢你能够分享这么漂亮的主题~
我在导出pdf时遇到了点问题,导出的pdf表格线丢失了。

下面是即时显示时的效果。
image
导出的pdf效果如下:
image

我尝试修改了一下css文件,将所有table.md-table修改为table,出来的效果如下,对我来说是满足要求了,不过我对css的语法不熟悉,不确定是否会有其他影响?所以还是希望你能出个权威点的解决方案。
image

代码块字符样式改变

image
如图,代码块中的 != 会变成 ≠,xml 里的注释也会直接变成箭头,比较影响观感

In the dark mode theme, the file selection in the sidebar has severe color inversion, making it difficult to read.

在夜间模式主题中,侧边栏中的文件选中颜色反转严重,导致难以阅读。这里我的办法是在css样式文件中,覆写侧边栏文件选中样式元素:--active-file-bg-color:,颜色设置位#777。
In the dark mode theme, the file selection in the sidebar has severe color inversion, making it difficult to read. Here, my solution is to override the styling of the selected file in the CSS style file by setting the --active-file-bg-color element to #777.
image

表格中行代码的背景颜色

你好,很漂亮的主题格式,非常感谢。有个问题,表格中如果用``嵌入行代码,显示的背景就还是表格的白色。想请教下该如何修改,让表格中能显示和其他区域的行代码背景颜色一致。
image

内容目录缩进

写的非常漂亮的一款主题,字体和排版相得益彰。
如果根据全文生成的内容目录能带自动缩进功能显得更加主次分明,那就无暇了。
同样期待黑色主题。
说声感谢。

bug

can not type 2 and 8

部分字符透明

我这里出现了很奇怪的bug,部分字符会变成透明的,字符本身仍然正常占一个位置,但是不会显示。在文件树和md文件内出现了这种情况,比如t和p,但不是所有t和p,比较没规律。

Images cannot be displayed side by side.

<div align = "center">
    <img src="./pics/UI_Translation_Text.png" width="18%" />
    <img src="./pics/UI_Choose_Language.png" width="18%" />
    <img src="./pics/UI_OCR_Translation.png" width="18%" />
    <img src="./pics/UI_Translation_Voice.png" width="18%" />
    <img src="./pics/UI_Translation_History.png" width="18%" />
</div>

Github Theme:
image
Lapis Theme:
image

二级标题的格式问题

#40 后解决了一些原有问题又诞生了一些新的问题,列在此处

  1. 当二级标题中以公式、链接等元素开头时,会出现6个像素的偏移

    image

  2. ?????你知道吗,这是相同的几句话

    image

    公式的高度每几个二级标题变化一次

建议调整展开箭头的位置

“v”形的展开箭头重心偏下

可以考虑适当往上放一点,使得箭头的中心对齐右边文字的中心,使得更为协调

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.