Skip to content

Commit bd96dd3

Browse files
committed
feat: new github thumbnails
1 parent b3c15b6 commit bd96dd3

File tree

3 files changed

+496
-0
lines changed

3 files changed

+496
-0
lines changed

src/pages/apps/github-thumbnail/GithubThumbnailGeneratorPage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const THEME_OPTIONS = [
6363
{ value: 'starChart', label: 'STELLAR_CHART' },
6464
{ value: 'sonarPing', label: 'SONAR_PING' },
6565
{ value: 'macosGlass', label: 'MACOS_GLASS' },
66+
{ value: 'aeroGlass', label: 'AERO_GLASS_7' },
6667
];
6768

6869
const GithubThumbnailGeneratorPage = () => {

src/pages/apps/github-thumbnail/themes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import { topographic } from './themes/topographic';
4343
import { starChart } from './themes/starChart';
4444
import { sonarPing } from './themes/sonarPing';
4545
import { macosGlass } from './themes/macosGlass';
46+
import { aeroGlass } from './themes/aeroGlass';
4647

4748
export const themeRenderers = {
4849
modern,
@@ -90,4 +91,5 @@ export const themeRenderers = {
9091
starChart,
9192
sonarPing,
9293
macosGlass,
94+
aeroGlass,
9395
};

0 commit comments

Comments
 (0)