Hiroki Kokubun
Hiroki Kokubun
It seems to be fixed. BTW, what is `Bold`? I noticed that this is also not a color of the palette.
Do you know how to check a bold text? I'd like to check it on the actual terminal but haven't found a way to print it yet.
Thank you for sharing the code! I understand. `white bright` seems better for this case.
- Dark Foreground should be `#c6c8d1` - Light Bold should be `#262a3f` - Light Links seems to be back to the previous value again...
Found additional issues: - Dark `Cursor` should be same as `Foreground` (`#c6c8d1`) - Dark `Cursor text` should be same as `Background` (`#161821`) - Dark `Selected text` should be same as...
- These values are rolled back... Please, please re-check ALL colors before/after commit: - Dark `Foreground` - Dark `Bold` - Light `Bold` - Light `Links` - Should `Cursor guide` have...
Feel free to reopen the issue if you have any updates.
In Android, the browser automatically shows "Web App Install Banner": https://developers.google.com/web/fundamentals/app-install-banners/
Great work @jkozniewski :clap: This feature is generic enough to be added to the core package, but this plugin will be helpful until it's implemented.
It's tough work in several reasons: - The support for ES modules in TypeScript is still in beta (https://devblogs.microsoft.com/typescript/announcing-typescript-4-7-beta/) - Keeping compatibility for various usage (browsers/bundlers, CommonJS/AMD/UMD, pure JS/TS, etc.)...