Skip to content

Commit e19348b

Browse files
committed
chore: change icon
1 parent 06f23e2 commit e19348b

12 files changed

Lines changed: 4 additions & 5 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<br />
22
<div align="center">
33

4-
<img src="./public/icon.png" alt="GitHub Syntax Themes" width="200" height="200" />
4+
<img src="./public/icon-stroke.png" alt="GitHub Syntax Themes" width="200" height="200" />
55

66
<p align="center" style="margin-top: 12px;">
77
<strong><small>GitHub Syntax Themes</small></strong>
@@ -11,7 +11,7 @@
1111

1212
# GitHub Syntax Themes
1313

14-
A browser extension that lets you apply custom syntax highlighting themes to GitHub code blocks, pull request diffs, and Markdown snippets.
14+
A browser extension that lets you apply custom syntax highlighting themes to GitHub code blocks, gists, and Markdown snippets.
1515

1616
It works by injecting CSS overrides into GitHub’s existing syntax system and mapping theme values to GitHub’s internal token classes (`.pl-*`) and modern PrettyLights CSS variables.
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-syntax-themes",
3-
"description": "A collection of syntax themes for GitHub's code blocks, PR diffs, and markdown code snippets. Install the extension, then pick your favorite theme from the popup to apply it across GitHub's interface.",
3+
"description": "A collection of syntax themes for GitHub's code blocks, gists, and markdown code snippets.",
44
"private": true,
55
"version": "1.0.0",
66
"type": "module",

public/icon-stroke.png

1.47 MB
Loading

public/icon.png

510 KB
Loading

public/icons/icon-128.png

-1.48 KB
Loading

public/icons/icon-16.png

9 Bytes
Loading

public/icons/icon-256.png

-544 Bytes
Loading

public/icons/icon-32.png

213 Bytes
Loading

public/icons/icon-48.png

149 Bytes
Loading

public/icons/icon-512.png

35.5 KB
Loading

0 commit comments

Comments
 (0)