This theme is inspired by my two favorite themes:
Phycat by XuJilong. Homepage: GitHub - sumruler/typora-theme-phycat: Phycat Typora Theme Mainly referencing the title part.
Typora-Theme-Neumorphism by Soanguy. Homepage: GitHub - Soanguy/Typora-Theme-Neumorphism: Neumorphism style typora theme Mainly referencing the inline part.
I changed a lot of the colors and unnecessary hover CSS to make the overall style more compatible. Since Soanguy hasn’t updated for a long time, I encountered some bugs while using it, which I fixed.
Continuous updates, if there are any issues, please raise them in the issue section, and I will fix them when I have time.
Tailors means that I have patched together this theme from various sources, feeling a bit embarrassed.
Quickly adjust the photo size: Adjust any number in the positions below to the desired scaling size.
![Photo Name Number](Photo URL "Number")
![Photo Name 50](Photo URL "50")
Note: The default scaling size is set in steps of 5, i.e., 0, 5, 10, 15...
Note that photos cannot be adjusted to inline elements.
You can introduce the following styles through the <var> </var>
element:
The original meaning of this element is to define variables.
Like this
欲买桂花同载酒,终不似少年游!
Inline styles support bold, emphasis, code
, underline, strikethrough,
Align Left | Align Center | Align Right |
---|---|---|
Third column | Some lengthy text | $1600 |
Second column | Align center | $12 |
Zebra stripes | Very tidy | $1 |
Ordered list item 1.
Ordered list item 2.
Unordered sublist item 1.
Second-level unordered sublist item 1
Unordered sublist item 2.
Completed item. Use "[]"
Uncompleted item. Use "[x]"
xxxxxxxxxx
161
2<html>
3<body>
4
5<h1>*= Operator</h1>
6
7<p id="demo"></p>
8
9<script>
10var x = 10;
11x *= 5;
12document.getElementById("demo").innerHTML = x;
13</script>
14
15</body>
16</html>
xxxxxxxxxx
61
2using namespace std;
3int main(){
4 cout << "hello world!" << endl;
5 return 0;
6}
Go Back To Blogs Home PageGithub Release DownLoadTypora-Theme-Tailors IntroductionIntroductionTitle StylesFirst Level TitleSecond Level TitleThird Level TitleFourth Level TitleFifth Level TitleSixth Level TitleImage TipsHTML Elements IntroductionTypographical IntroductionBlockquote StyleInline StylesTable StylesList StylesCode StylesTable of Contents