Murli Tawari

Results 3 issues of Murli Tawari

The default configuration for black-format should add `--target-version py310` flag so that it doesn't give errors while formatting `match-case` statements in the pyfile.

### Discussed in https://github.com/Textualize/textual/discussions/3907 Originally posted by **kraanzu** December 20, 2023 I'm trying to make a theme changer and I'm currently using classes (like `.theme-name`) to override the color/styles in...

enhancement
Task

Here's a git diff: ![image](https://github.com/user-attachments/assets/a2f4e901-529d-4f86-9ca2-720d648ed689) If you hover over `red` and `green` lines, the bg just becomes darker: ![image](https://github.com/user-attachments/assets/96c956ba-d7a4-4e94-830f-7a625efbed67) ![image](https://github.com/user-attachments/assets/981b7598-4fac-4880-835e-91d6b4d095c4) But for the ones in blue color, it changes to...