-
Just to make accepts, declines, deaths, party chat, etc. all look different.
-
Hi Scott,
I'm using the sparkle-form-field in my web ressource. Now I want to change the background color of the field according to the field values. Can you please give me a hint how to do that?
Be…
-
I would like to colorize the color (md-amber-100 etc.) snippets icon.
Example:
![Example Image](http://i.imgur.com/phIWHZA.png)
-
It seems that using this transport prevents me from changing the pino default log level.
For example:
```
import pino from 'pino';
const logger = pino({
transport: {
targets: [
…
-
Add Colors to the UI, match the ranks with their colors for example: Immortal - Red, Radiant - Yellow, Bronze - Brown.
- [ ] Levels
- [x] Ranks
- [x] Team Side
- [x] Agent
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [ ] Not…
-
For readability:
- [x] Parameter nodes to be light blue
- [x] Return nodes to be light green
-
-
@neilpeterson I've wondered about colorizing definitions, whether it would be helpful for users to see the structure of the file. Here's a possible example:
Do you think this would be helpful?
-
Syntax colorization of SQL cells only fires after successful execution - not on cells that fail with a SQL error. Colorizing cells with errors would help with fixing those errors.