Conversation
Add gruvbox theme
made gruvbox drawing backgrounds actually transparent
There was a problem hiding this comment.
Pull Request Overview
This pull request appears to be preparing for version 4.6.0 of MicroPad. The PR includes several key changes:
- Updates the version number from 4.5.2 to 4.6.0
- Adds a new "Gruvbox" theme with dark colors and underlined links
- Updates build tooling to use TypeScript Native Preview and replaces some commands with
tsgo - Switches from Bun to Yarn for package management
Reviewed Changes
Copilot reviewed 20 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| app/package.json | Updates version to 4.6.0, replaces tsc with tsgo commands, removes ESLint config, updates dependencies |
| app/src/app/types/Themes.ts | Adds 'Gruvbox' theme name and linkUnderline optional property |
| app/src/app/ThemeValues.ts | Implements Gruvbox theme with dark color scheme |
| app/src/app/theme-styles/Gruvbox.css | CSS styling for the new Gruvbox theme |
| app/src/app/reducers/AppReducer.ts | Changes default theme from 'Classic' to 'Pastel' |
| README.md | Updates build instructions from Bun to Yarn |
| .github/workflows/build.yml | Migrates CI/CD from Bun to Yarn with caching |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.