Red paragraph text
this is a test
Summary: Typora is a very good markdown editor, and today I’ll show you how to use typora to set the color of the font, Example is as follow. Typora虽然是一款markdown编辑器,但是其实也可以设置字体颜色,因为typora集成了不少扩展,所以可以通过别的语句轻松设置字体颜色。为什么要设置颜色,因为颜色可以突出我们想表达的内容,尤其是公式,方程式等表达上,可以把一些参数凸显出来。下面先看下实例:
样例语句:
1 2 $\textcolor{Magenta}{Jubi} $:这是一个$\textcolor{RedOrange}{例子} $,设置字体颜色很$\textcolor{Blue}{简单} $。 $ \textcolor{red}{\int_a^b}\textcolor{blue}{f(x)}\textcolor{green}{dx}\textcolor{brown}{=c}$
$\textcolor{Magenta}{Jubi} $:这是一个$\textcolor{RedOrange}{例子} $,设置字体颜色很$\textcolor{Blue}{简单} $。 $ \textcolor{red}{\int_a^b}\textcolor{blue}{f(x)}\textcolor{green}{dx}\textcolor{brown}{=c}$
1.文本颜色设置 1 $\textcolor{Blue}{文字} $。
$\textcolor{Blue}{文字} $
替换颜色代码就可以实现不同的颜色。代码也可以简写为:
2.颜色代码大全 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 $\textcolor{GreenYellow}{GreenYellow} $ $\textcolor{Yellow}{Yellow}$ $\textcolor{Goldenrod}{Goldenrod} $ $\textcolor{Dandelion}{Dandelion}$ $\textcolor{Apricot}{Apricot} $ $\textcolor{Peach}{Peach}$ $\textcolor{Melon}{Melon} $ $\textcolor{YellowOrange}{YellowOrange}$ $\textcolor{Orange}{Orange} $ $\textcolor{BurntOrange}{BurntOrange}$ $\textcolor{Bittersweet}{Bittersweet}$ $\textcolor{RedOrange}{RedOrange} $ $\textcolor{Mahogany}{Mahogany}$ $\textcolor{Maroon}{Maroon} $ $\textcolor{BrickRed}{BrickRed}$ $\textcolor{Red}{Red} $ $\textcolor{OrangeRed}{OrangeRed}$ $\textcolor{RubineRed}{RubineRed}$ $\textcolor{WildStrawberry}{WildStrawberry}$ $\textcolor{Salmon}{Salmon}$ $\textcolor{CarnationPink}{CarnationPink}$ $\textcolor{Magenta}{Magenta} $ $\textcolor{VioletRed}{VioletRed}$ $\textcolor{Rhodamine}{Rhodamine} $ $\textcolor{Mulberry}{Mulberry}$ $\textcolor{RedViolet}{RedViolet} $ $\textcolor{Fuchsia}{Fuchsia}$ $\textcolor{Lavender}{Lavender} $ $\textcolor{Thistle}{Thistle}$ $\textcolor{Orchid}{Orchid} $ $\textcolor{DarkOrchid}{DarkOrchid}$ $\textcolor{Purple}{Purple} $ $\textcolor{Plum}{Plum}$ $\textcolor{Violet}{Violet} $ $\textcolor{RoyalPurple}{RoyalPurple}$ $\textcolor{BlueViolet}{BlueViolet}$ $\textcolor{Periwinkle}{Periwinkle}$ $\textcolor{CadetBlue}{CadetBlue}$ $\textcolor{CornflowerBlue}{CornflowerBlue}$ $\textcolor{MidnightBlue}{MidnightBlue}$ $\textcolor{NavyBlue}{NavyBlue} $ $\textcolor{RoyalBlue}{RoyalBlue}$ $\textcolor{Blue}{Blue} $ $\textcolor{Cerulean}{Cerulean}$ $\textcolor{Cyan}{Cyan} $ $\textcolor{ProcessBlue}{ProcessBlue}$ $\textcolor{SkyBlue}{SkyBlue} $ $\textcolor{Turquoise}{Turquoise}$ $\textcolor{TealBlue}{TealBlue} $ $\textcolor{Aquamarine}{Aquamarine}$ $\textcolor{BlueGreen}{BlueGreen} $ $\textcolor{Emerald}{Emerald}$ $\textcolor{JungleGreen}{JungleGreen}$ $\textcolor{SeaGreen}{SeaGreen} $ $\textcolor{Green}{Green}$ $\textcolor{ForestGreen}{ForestGreen}$ $\textcolor{PineGreen}{PineGreen} $ $\textcolor{LimeGreen}{LimeGreen}$ $\textcolor{YellowGreen}{YellowGreen}$ $\textcolor{SpringGreen}{SpringGreen}$ $\textcolor{OliveGreen}{OliveGreen}$ $\textcolor{RawSienna}{RawSienna} $ $\textcolor{Sepia}{Sepia}$ $\textcolor{Brown}{Brown} $ $\textcolor{Tan}{Tan}$ $\textcolor{Gray}{Gray} $ $\textcolor{Black}{Black}$
显示如下:
3.数学/方程式颜色设置 代码如下:
1 $ \textcolor{red}{\int_a^b}\textcolor{blue}{f(x)}\textcolor{green}{dx}\textcolor{brown}{=c}$
显示结果:
同样是使用textcolor混合在公式里面实现了 公式颜色设置,至于公式部分,可以参考:
今天关于typora设置颜色的教程到此结束,感谢您阅读!