Typora的自定义主题

news/2024/10/31 1:21:47/

Typora的自定义主题

  • 修改我们的Typora主题
    • 1. 在文件夹`C:\Users\Peter\AppData\Roaming\Typora\themes`中,加入下面的css文件即可,命名为my.css。
      • my.css内容
    • 2. 选择你的主题为my
    • 3. 效果如图
  • 注意:如果你的字体没有完全像我一样,是因为你的电脑上没有苹果字体`PingFang SC`,不过你文件里数字和英文一定会变化的,因为大家都有`Times New Roman`字体,至于中文字体的解决办法是你可以将my.css文件中的PingFang SC替换成微软雅黑。至于编程字体我用的`Microsoft YaHei Mono`。如果你希望文件的字体是苹方,想要字体,可以私信我发给你。

修改我们的Typora主题


这个主题是苹果味的,主要用到的字体为PingFang SC,Times New Roman,Microsoft YaHei Mono。

1. 在文件夹C:\Users\Peter\AppData\Roaming\Typora\themes中,加入下面的css文件即可,命名为my.css。

注意:Typora的默认路径是AppData\Roaming\Typora\themes下,\Users\Peter\部分会因为你用户名不同而不同。


在这里插入图片描述

my.css内容

:root {--side-bar-bg-color: #fafafa;--control-text-color: #777;
}html {font-size: 16px;-webkit-font-smoothing: antialiased;font-family: 'Times New Roman','PingFang SC';
}body {font-family: 'Times New Roman','PingFang SC';color: rgb(51, 51, 51);line-height: 1.6;
}#write {max-width: 860px;margin: 0 auto;padding: 30px;padding-bottom: 100px;font-family: 'Times New Roman','PingFang SC';
}@media only screen and (min-width: 1400px) {#write {max-width: 1024px;font-family: 'Times New Roman','PingFang SC';}
}@media only screen and (min-width: 1800px) {#write {max-width: 1200px;font-family: 'Times New Roman','PingFang SC';}
}#write > ul:first-child,
#write > ol:first-child{margin-top: 30px;font-family: 'Times New Roman','PingFang SC';
}a {color: #4183C4;font-family: 'PingFang SC';
}
h1,
h2,
h3,
h4,
h5,
h6 {position: relative;margin-top: 1rem;margin-bottom: 1rem;font-weight: bold;line-height: 1.4;cursor: text;font-family: 'Times New Roman','PingFang SC';
}
h1:hover a.anchor,
h2:hover a.anchor,
h3:hover a.anchor,
h4:hover a.anchor,
h5:hover a.anchor,
h6:hover a.anchor {text-decoration: none;font-family: 'Times New Roman','PingFang SC';
}
h1 tt,
h1 code {font-size: inherit;font-family: 'PingFang SC';
}
h2 tt,
h2 code {font-size: inherit;font-family: 'PingFang SC';
}
h3 tt,
h3 code {font-size: inherit;font-family: 'PingFang SC';
}
h4 tt,
h4 code {font-size: inherit;font-family: 'PingFang SC';
}
h5 tt,
h5 code {font-size: inherit;font-family: 'PingFang SC';
}
h6 tt,
h6 code {font-size: inherit;font-family: 'PingFang SC';
}
h1 {font-size: 2.25em;line-height: 1.2;border-bottom: 1px solid #eee;font-family: 'PingFang SC';
}
h2 {font-size: 1.75em;line-height: 1.225;border-bottom: 1px solid #eee;font-family: 'PingFang SC';
}/*@media print {.typora-export h1,.typora-export h2 {border-bottom: none;padding-bottom: initial;}.typora-export h1::after,.typora-export h2::after {content: "";display: block;height: 100px;margin-top: -96px;border-top: 1px solid #eee;}
}*/h3 {font-size: 1.5em;line-height: 1.43;font-family: 'PingFang SC';
}
h4 {font-size: 1.25em;font-family: 'PingFang SC';
}
h5 {font-size: 1em;font-family: 'PingFang SC';
}
h6 {font-size: 1em;color: #777;font-family: 'PingFang SC';
}
p,
blockquote,
ul,
ol,
dl,
table{margin: 0.8em 0;font-family: 'Times New Roman','PingFang SC';
}
li>ol,
li>ul {margin: 0 0;font-family: 'Times New Roman','PingFang SC';
}
hr {height: 2px;padding: 0;margin: 16px 0;background-color: #e7e7e7;border: 0 none;overflow: hidden;box-sizing: content-box;font-family: 'Times New Roman','PingFang SC';
}li p.first {display: inline-block;font-family: 'Times New Roman','PingFang SC';
}
ul,
ol {padding-left: 30px;font-family: 'Times New Roman','PingFang SC';
}
ul:first-child,
ol:first-child {margin-top: 0;font-family: 'Times New Roman','PingFang SC';
}
ul:last-child,
ol:last-child {margin-bottom: 0;font-family: 'Times New Roman','PingFang SC';
}
blockquote {border-left: 4px solid #dfe2e5;padding: 0 15px;color: #777777;font-family: 'Times New Roman','PingFang SC';
}
blockquote blockquote {padding-right: 0;font-family: 'Times New Roman','PingFang SC';
}
table {padding: 0;font-family: 'Times New Roman','PingFang SC';word-break: initial;
}
table tr {border: 1px solid #dfe2e5;font-family: 'Times New Roman','PingFang SC';margin: 0;padding: 0;
}
table tr:nth-child(2n),
thead {background-color: #f8f8f8;font-family: 'Times New Roman','PingFang SC';
}
table th {font-weight: bold;border: 1px solid #dfe2e5;border-bottom: 0;margin: 0;padding: 6px 13px;font-family: 'Times New Roman','PingFang SC';
}
table td {border: 1px solid #dfe2e5;margin: 0;padding: 6px 13px;font-family: 'Times New Roman','PingFang SC';
}
table th:first-child,
table td:first-child {margin-top: 0;font-family: 'Times New Roman','PingFang SC';
}
table th:last-child,
table td:last-child {margin-bottom: 0;font-family: 'Times New Roman','PingFang SC';
}.CodeMirror-lines {padding-left: 4px;font-family: 'Microsoft YaHei Mono';
}.code-tooltip {box-shadow: 0 1px 1px 0 rgba(0,28,36,.3);border-top: 1px solid #eef2f2;font-family: 'Times New Roman','PingFang SC';
}.md-fences,
code,
tt {border: 1px solid #e7eaed;background-color: #f8f8f8;border-radius: 3px;padding: 0;padding: 2px 4px 0px 4px;font-size: 0.9em;font-family: 'Times New Roman','PingFang SC';
}code {background-color: #f3f4f4;padding: 0 2px 0 2px;font-family: 'Times New Roman','PingFang SC';
}.md-fences {margin-bottom: 15px;margin-top: 15px;padding-top: 8px;padding-bottom: 6px;font-family: 'Times New Roman','PingFang SC';
}.md-task-list-item > input {margin-left: -1.3em;font-family: 'Times New Roman','PingFang SC';
}@media print {html {font-size: 13px;font-family: 'Times New Roman','PingFang SC';}table,pre {page-break-inside: avoid;font-family: 'Times New Roman','PingFang SC';}pre {word-wrap: break-word;font-family: 'Times New Roman','PingFang SC';}
}.md-fences {background-color: #f8f8f8;font-family: 'Times New Roman','PingFang SC';
}
#write pre.md-meta-block {padding: 1rem;font-size: 85%;line-height: 1.45;background-color: #f7f7f7;border: 0;border-radius: 3px;color: #777777;margin-top: 0 !important;font-family: 'Times New Roman','PingFang SC';
}.mathjax-block>.code-tooltip {font-family: 'Times New Roman','PingFang SC';bottom: .375rem;
}.md-mathjax-midline {font-family: 'Times New Roman','PingFang SC';background: #fafafa;
}#write>h3.md-focus:before{font-family: 'Times New Roman','PingFang SC';left: -1.5625rem;top: .375rem;
}
#write>h4.md-focus:before{font-family: 'Times New Roman','PingFang SC';left: -1.5625rem;top: .285714286rem;
}
#write>h5.md-focus:before{font-family: 'Times New Roman','PingFang SC';left: -1.5625rem;top: .285714286rem;
}
#write>h6.md-focus:before{font-family: 'Times New Roman','PingFang SC';left: -1.5625rem;top: .285714286rem;
}
.md-image>.md-meta {font-family: 'Times New Roman','PingFang SC';/*border: 1px solid #ddd;*/border-radius: 3px;padding: 2px 0px 0px 4px;font-size: 0.9em;color: inherit;
}.md-tag {font-family: 'Times New Roman','PingFang SC';color: #a7a7a7;opacity: 1;
}.md-toc { font-family: 'Times New Roman','PingFang SC';margin-top:20px;padding-bottom:20px;
}.sidebar-tabs {font-family: 'Times New Roman','PingFang SC';border-bottom: none;
}#typora-quick-open {font-family: 'Times New Roman','PingFang SC';border: 1px solid #ddd;background-color: #f8f8f8;
}#typora-quick-open-item {font-family: 'Times New Roman','PingFang SC';background-color: #FAFAFA;border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;border-style: solid;border-width: 1px;
}/** focus mode */
.on-focus-mode blockquote {font-family: 'Times New Roman','PingFang SC';border-left-color: rgba(85, 85, 85, 0.12);
}header, .context-menu, .megamenu-content, footer{font-family: 'Times New Roman','PingFang SC';
}.file-node-content:hover .file-node-icon,
.file-node-content:hover .file-node-open-state{visibility: visible;
}.mac-seamless-mode #typora-sidebar {background-color: #fafafa;background-color: var(--side-bar-bg-color);
}.md-lang {font-family: 'Times New Roman','PingFang SC';color: #b4654d;
}/*.html-for-mac {--item-hover-bg-color: #E6F0FE;
}*/#md-notification .btn {font-family: 'Times New Roman','PingFang SC';border: 0;
}.dropdown-menu .divider {font-family: 'Times New Roman','PingFang SC';border-color: #e5e5e5;opacity: 0.4;
}.ty-preferences .window-content {font-family: 'Times New Roman','PingFang SC';background-color: #fafafa;
}.ty-preferences .nav-group-item.active {font-family: 'Times New Roman','PingFang SC';color: white;background: #999;
}.menu-item-container a.menu-style-btn {font-family: 'Times New Roman','PingFang SC';background-color: #f5f8fa;background-image: linear-gradient( 180deg , hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0)); 
}

2. 选择你的主题为my

在这里插入图片描述

3. 效果如图

在这里插入图片描述

注意:如果你的字体没有完全像我一样,是因为你的电脑上没有苹果字体PingFang SC,不过你文件里数字和英文一定会变化的,因为大家都有Times New Roman字体,至于中文字体的解决办法是你可以将my.css文件中的PingFang SC替换成微软雅黑。至于编程字体我用的Microsoft YaHei Mono。如果你希望文件的字体是苹方,想要字体,可以私信我发给你。


http://www.ppmy.cn/news/84151.html

相关文章

什么是垂直扩容和水平扩容

垂直扩容和水平扩容是架构设计中常用的两种扩容方式,它们各有优势,应根据具体场景选择合适的扩容方式。 1.垂直扩容 垂直扩容是通过增加单个节点的处理能力来提高整个系统的性能,通常是通过增加服务器的硬件配置、升级CPU、内存、硬盘等来实…

隐私计算论文合集「联邦学习系列」第2期

前言: 隐语awesome-PETs(PETs即Privacy-Enhancing Technologies ,隐私增强技术)精选业内优秀论文,按技术类型进行整理分类,旨在为隐私计算领域的学习研究者提供一个高质量的学习交流社区。awesome-pets包含…

不限提问次数,免费无限制使用ChatGPT的手把手详细教程,国内最新免费使用ChatGPT教程

目录 一、使用效果 二、注册使用教程 1.打开Edge浏览器扩展 2.选择Edge浏览器外接程序 3.搜索WeTab 4.进入管理扩展 5.启用扩展 6.进入WeTab新标签页 7.打开Chat AI 8.注册 9.使用 ChatGPT是OpenAI推出的人工智能语言模型,能够通过理解和学习人类的语言来…

前端卷死java之面向对象进阶篇【更新中】

12-面向对象进阶 static 含义:static表示静态,是java中的一个修饰符,可以修饰成员方法,成员变量;被static修饰的成员变量叫做静态变量,被修饰的成员方法叫做静态方法特点:被该类所有对象共享&…

kafka的rebalance机制

1.什么是rebalance 再平衡:Reblance是一种协议,规定了一个Consumer Group下所有Consumer如何达成一致,来分配订阅Topic的每个分区,尽量让每个消费者分配到相对均匀的分区,使Consumer的资源都能得到充分利用&#xff0c…

【阿里云】阿里云OSS对象存储— 开通OSS服务、搭建OSS环境、快速入门

目录 一、开通OSS服务 二、搭建OSS环境 1、创建Bucket存储空间 2. 创建文件夹上传图片 3. RAM 访问控制 三、快速入门 1.下载SDK 2.创建存储空间[可选] 3.上传图片 一、开通OSS服务 二、搭建OSS环境 1、创建Bucket存储空间 选择 Bucket列表,进行Bucket创建…

ArduPilot硬件AOCODARC H7DUAL配置文件讨论

ArduPilot硬件AOCODARC H7DUAL配置文件讨论 1. 源由2. 厂家配置3. 研读分析3.1 defaults.parm3.2 hwdef-bl.dat3.3 hwdef.dat 4. 参考资料5. 附录 - ArduPilot on Chibios6. 问题汇总问题1:Betaflight配置文件也没有对应的描述,该引脚用于什么用途&#…

win安装Nodejs

文章目录 1、安装环境2、安装步骤3、更换npm源为淘宝镜像4、更多node版本下载 1、安装环境 node.js下载官网: nodejs官网 点击选中图标下载即可: 2、安装步骤 1、双击安装包,一直点击next 2、点击change按钮,更换到自己的指定安装位置&…