Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Gruvbox Theme #127

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

DarienMC
Copy link

@DarienMC DarienMC commented Mar 4, 2025

Linked Issue

fix #126

Description

I added the following Marketplace source for the Gruvbox Theme in the sources-themes.ts file.

export const sourcesMarketplace: ThemeSource[] = [
  // ... Other existing themes
  ...generateMarketplaceSource(
    'jdinhlife.gruvbox',
    'https://github.com/jdinhify/vscode-theme-gruvbox/blob/main/package.json',
    [
      'Gruvbox Dark Hard',
      'Gruvbox Dark Medium',
      'Gruvbox Dark Soft',
      'Gruvbox Light Hard',
      'Gruvbox Light Medium',
      'Gruvbox Light Soft',
    ],
  ),
]

Then ran pnpm run fetch to retrieve the theme and then pnpm run play to test it.

In the playground, there are 6 additional themes available:

  • Gruvbox Dark Hard
  • Gruvbox Dark Medium
  • Gruvbox Dark Soft
  • Gruvbox Light Hard
  • Gruvbox Light Medium
  • Gruvbox Light Soft

Here is a a screenshot below demonstrating this:
image

Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for textmate-grammars-themes failed.

Name Link
🔨 Latest commit 84bc4b1
🔍 Latest deploy log https://app.netlify.com/sites/textmate-grammars-themes/deploys/67c677c2e1a9c600085b390b

@DarienMC DarienMC changed the title feat: Add Gruvbox Theme #126 feat: #126 Mar 4, 2025
@DarienMC DarienMC changed the title feat: #126 feat: Add Gruvbox Theme Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Gruvbox Theme
1 participant