Skip to content

Commit

Permalink
feat: add theme "plasma_giga"
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 11, 2024
1 parent 7a00719 commit 9c5ae95
Show file tree
Hide file tree
Showing 8 changed files with 10,969 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/themes/plasma-themes/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ generate([
name: 'stylesSalute',
version: 'latest',
},
{
name: 'plasma_giga',
version: 'latest',
},
]);
2,111 changes: 2,111 additions & 0 deletions packages/themes/plasma-themes/src/css/plasma_giga.module.css

Large diffs are not rendered by default.

1,285 changes: 1,285 additions & 0 deletions packages/themes/plasma-themes/src/css/plasma_giga__dark.css

Large diffs are not rendered by default.

1,285 changes: 1,285 additions & 0 deletions packages/themes/plasma-themes/src/css/plasma_giga__light.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/themes/plasma-themes/src/themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export { plasma_web__dark } from './plasma_web__dark';
export { plasma_web__light } from './plasma_web__light';
export { stylesSalute__dark } from './stylesSalute__dark';
export { stylesSalute__light } from './stylesSalute__light';
export { plasma_giga__dark } from './plasma_giga__dark';
export { plasma_giga__light } from './plasma_giga__light';
1,288 changes: 1,288 additions & 0 deletions packages/themes/plasma-themes/src/themes/plasma_giga__dark.ts

Large diffs are not rendered by default.

1,288 changes: 1,288 additions & 0 deletions packages/themes/plasma-themes/src/themes/plasma_giga__light.ts

Large diffs are not rendered by default.

3,706 changes: 3,706 additions & 0 deletions packages/themes/plasma-themes/src/tokens/plasma_giga/index.ts

Large diffs are not rendered by default.

0 comments on commit 9c5ae95

Please sign in to comment.