Skip to content

Commit

Permalink
feat: add synthwave theme (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaf-lamed-beyt authored Jan 14, 2024
1 parent aed37f7 commit 0517740
Show file tree
Hide file tree
Showing 4 changed files with 833 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tm-themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import { themes } from 'tm-themes'
| Rosé Pine Moon | `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-moon-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
| Slack Dark | `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 8.84 kB |
| Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.59 kB |
| Synthwave '84 | `synthwave-84` | [robb0wen/synthwave-vscode](https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json) | [MIT](https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE) | 13.65 kB |
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/a07840fbd20b38ce2298de29975316b9fdc9c887/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
<!--list-end-->
Expand Down
11 changes: 11 additions & 0 deletions packages/tm-themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,17 @@ export const themes = [
source: 'https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
type: 'light',
},
{
byteSize: 13976,
displayName: 'Synthwave \'84',
lastUpdate: '2022-07-27T08:21:45Z',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE',
name: 'synthwave-84',
sha: '7eaf45c07650295625e1e5ea73274fc50f9ea3c1',
source: 'https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json',
type: 'dark',
},
{
byteSize: 13316,
displayName: 'Vitesse Black',
Expand Down
Loading

0 comments on commit 0517740

Please sign in to comment.