Replies: 2 comments 1 reply
-
|
Maybe @waf can join the discussion? 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Interessante |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have observed that the colour of parameters passed in the PowerShell profile is too dark for Dracula PRO (it is not the case of the free Dracula).
Let me present a couple of examples with the
-Pathparameter. In all of them, I am applying 80% background opacity of Windows Terminal, where the situation gets slightly better if I would not apply it. Besides, I am using the starship prompt, which does not affect the colouring.Example 1 (focused window on a darker background):

Example 2 (unfocused window on a darker background):

Example 3 (focused window on a brighter background):

To improve the readability, I propose replacing
"brightBlack": "#504C67"with"brightBlack": "#8F89B4".Here is the effect:
Example 1 (focused window on a darker background):

Example 2 (unfocused window on a darker background):

Beta Was this translation helpful? Give feedback.
All reactions