Skip to content

Commit 2a0e8b6

Browse files
SilverRainZDeepSeek
andcommitted
feat(styles): add nord theme gallery and docs
- Add nord to gallery screenshot script - Add nord gallery screenshot - Mention nord in upgrade guide built-in styles Co-authored-by: DeepSeek <service@deepseek.com>
1 parent a6ab459 commit 2a0e8b6

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

UPGRADE_GUIDE_V2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ r, _ := glamour.NewTermRenderer(glamour.WithStylePath("light"))
5050
// For dark backgrounds (default)
5151
r, _ := glamour.NewTermRenderer(glamour.WithStylePath("dark"))
5252

53-
// Other built-in styles: "pink", "dracula", "tokyo-night", "ascii"
53+
// Other built-in styles: "pink", "dracula", "nord", "tokyo-night", "ascii"
5454
r, _ := glamour.NewTermRenderer(glamour.WithStylePath("dracula"))
5555
```
5656

gallery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if ! command -v freeze &> /dev/null; then
66
exit 1
77
fi
88

9-
defaultStyles=("ascii" "auto" "dark" "dracula" "light" "notty" "pink")
9+
defaultStyles=("ascii" "auto" "dark" "dracula" "light" "nord" "notty" "pink" "tokyo-night")
1010

1111
for style in "${defaultStyles[@]}"; do
1212
echo "Generating screenshot for ${style}"

styles/gallery/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Pronounced _naughty_.
1818

1919
![Dracula Style](./dracula.png)
2020

21+
## Nord
22+
23+
![Nord Style](./nord.png)
24+
2125
## Tokyo Night
2226

2327
![Tokyo Night Style](./tokyo-night.png)

styles/gallery/nord.png

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)