当前位置:网站首页>Modifying theme styles in typora
Modifying theme styles in typora
2022-06-12 06:13:00 【iShare_ one hundred and twenty-three】
List of articles
Typora Some of the themes provided on the official website are quite good , However, it is inevitable that some individual styles in some themes are not satisfactory , How to modify it ?
for instance , I don't like the highlighted yellow style , Feeling affects reading , Want to display the text directly in red .
default :
After modification :
1、 Find the theme folder
In turn, open 【 file 】【 preferences 】【 appearance 】, Open the theme folder .
My catalogue is C:\Users\Administrator\AppData\Roaming\Typora\themes, There is a pile of css The style file .
2、 Open the style file
Open the file you want to modify in the editor gitlab Style file corresponding to theme gitlab.css.
It is recommended to use VSCode Open the style file , As soon as you see the effect , What I like is that it can display the color directly , Very intuitive .
3、 Modify the style file
Add the following code block to the style file , Restart after saving Typora, You can change the original highlight from yellow to red :
/* highlight. */
#write mark {
background-color: #EBFFEB;
border-radius: 2px;
padding: 2px 4px;
margin: 0 2px;
color: #fa2d05;
font-weight: bold;
}
边栏推荐
- How to split a row of data into multiple rows in Informix database
- Leetcode-1512. Number of good pairs
- The application could not be installed: INSTALL_ FAILED_ TEST_ ONLY
- Script for unity3d to recursively search for a node with a specific name from all child nodes of a node
- Leetcode-1705. Maximum number of apples to eat
- Pytorch implementation of regression model
- Remap function of C different interval mapping
- Univariate linear regression model
- Sensor bringup 中的一些问题总结
- Piecewise Bezier curve
猜你喜欢

About why GPU early-z reduces overdraw

LeetCode个人题解(剑指offer3-5)3.数组中重复的数字,4.二维数组中的查找,5.替换空格

Performance optimization metrics and tools

Leetcode-1706. Where does the club fall

In unity3d, billboard effect can be realized towards another target

2D human pose estimation for pose estimation - pifpaf:composite fields for human pose estimation

Houdini terrain creation

IBL of directx11 advanced tutorial PBR (3)

为什么数据库不使用二叉树、红黑树、B树、Hash表? 而是使用了B+树

勤于奋寻找联盟程序方法介绍
随机推荐
Piecewise Bezier curve
夜神模拟器adb查看log
EBook editing and deleting
MNIST handwritten data recognition by CNN
Leetcode-1043. Separate arrays for maximum sum
姿态估计之2D人体姿态估计 - PifPaf:Composite Fields for Human Pose Estimation
单通道图片的读入
Jackson - how to convert the array string with only one map object to list < map >
JS variable scope
EBook upload
Leetcode-1663. Minimum string with given value
Simple spiral ladder generation for Houdini program modeling
In unity3d, billboard effect can be realized towards another target
Cross compile libev
RMB classification II
(UE4 4.27) customize primitivecomponent
Who is more fierce in network acceleration? New king reappeared in CDN field
Analysis of memory management mechanism of (UE4 4.26) UE4 uobject
摄像头拍摄运动物体,产生运动模糊/拖影的原因分析
Leetcode buckle -10 Regular expression matching analysis [recursion and dynamic programming]