Skip to content

Commit

Permalink
Added: new red theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mutasim77 committed Dec 20, 2023
1 parent 11d7cc1 commit 599abc4
Show file tree
Hide file tree
Showing 7 changed files with 619 additions and 190 deletions.
116 changes: 58 additions & 58 deletions packages/tm-grammars/README.md

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions packages/tm-grammars/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/tm-themes/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ forth below.
The following files/folders contain third party software:

=========================================================================================================
Files: dark-plus.json, light-plus.json, monokai.json, solarized-dark.json, solarized-light.json
Files: dark-plus.json, light-plus.json, monokai.json, red.json, solarized-dark.json, solarized-light.json
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
SPDX: MIT
---------------------------------------------------------------------------------------------------------
Expand Down
11 changes: 6 additions & 5 deletions packages/tm-themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,32 @@ import { themes } from 'tm-themes'
<!--list-start-->
| Name | Source | License | Type |
| ---- | ------ | ------- | ---- |
| `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
| `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
| `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/e475d548db27773fa0004b252c0a4701f187fb7e/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | `dark` |
| `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/e475d548db27773fa0004b252c0a4701f187fb7e/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | `dark` |
| `github-dark` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | `dark` |
| `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | `dark` |
| `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | `light` |
| `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
| `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
| `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `dark` |
| `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `dark` |
| `material-theme-lighter` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `light` |
| `material-theme-ocean` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `dark` |
| `material-theme-palenight` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `dark` |
| `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/dd796c3f294daecfb7f10ed277ffdc30517d59cf/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | `dark` |
| `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/dd796c3f294daecfb7f10ed277ffdc30517d59cf/themes/min-light.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | `light` |
| `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
| `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
| `nord` | [arcticicestudio/nord-visual-studio-code](https://github.com/arcticicestudio/nord-visual-studio-code/blob/8ead09822c02d0d49d0f764104505e5a34d3689f/themes/nord-color-theme.json) | [MIT](https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license) | `dark` |
| `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/0f37dcd4d02d71465ed0bc65c3829cbdfaa3fc5f/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | `dark` |
| `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/a7b8ed96b2319d44b53f755bdc8f321deb69c729/themes/poimandres-color-theme.json) | | `dark` |
| `red` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-red/themes/Red-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
| `rose-pine` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | `dark` |
| `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | `light` |
| `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-moon-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | `dark` |
| `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/ae207bda0c2477fb609b21377ab0a7a40b1f4b0b/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | `dark` |
| `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/ae207bda0c2477fb609b21377ab0a7a40b1f4b0b/themes/ochin.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | `light` |
| `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
| `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
| `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
| `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
| `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | `dark` |
| `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | `dark` |
| `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | `light` |
Expand Down
29 changes: 19 additions & 10 deletions packages/tm-themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const themes = [
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
name: 'dark-plus',
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/dark_plus.json',
sha: '651391e5ade73cf7c4655495e6b529351153f914',
source: 'https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-defaults/themes/dark_plus.json',
type: 'dark',
},
{
Expand Down Expand Up @@ -58,8 +58,8 @@ export const themes = [
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
name: 'light-plus',
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/light_plus.json',
sha: '651391e5ade73cf7c4655495e6b529351153f914',
source: 'https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-defaults/themes/light_plus.json',
type: 'light',
},
{
Expand Down Expand Up @@ -130,8 +130,8 @@ export const themes = [
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
name: 'monokai',
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-monokai/themes/monokai-color-theme.json',
sha: '651391e5ade73cf7c4655495e6b529351153f914',
source: 'https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-monokai/themes/monokai-color-theme.json',
type: 'dark',
},
{
Expand Down Expand Up @@ -159,6 +159,15 @@ export const themes = [
source: 'https://github.com/drcmda/poimandres-theme/blob/a7b8ed96b2319d44b53f755bdc8f321deb69c729/themes/poimandres-color-theme.json',
type: 'dark',
},
{
displayName: 'Red Color Theme',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
name: 'red',
sha: '651391e5ade73cf7c4655495e6b529351153f914',
source: 'https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-red/themes/Red-color-theme.json',
type: 'dark',
},
{
displayName: 'Rosé Pine',
license: 'MIT',
Expand Down Expand Up @@ -209,17 +218,17 @@ export const themes = [
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
name: 'solarized-dark',
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
sha: '651391e5ade73cf7c4655495e6b529351153f914',
source: 'https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
type: 'dark',
},
{
displayName: 'Solarized Light',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
name: 'solarized-light',
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
sha: '651391e5ade73cf7c4655495e6b529351153f914',
source: 'https://github.com/microsoft/vscode/blob/651391e5ade73cf7c4655495e6b529351153f914/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
type: 'light',
},
{
Expand Down
Loading

0 comments on commit 599abc4

Please sign in to comment.