ahmadawais / shades-of-purple-vscode

🦄 Shades of Purple offers a hand-picked selection of bold and vibrant shades of purple that will transform your code into a visually stunning masterpiece. With its carefully crafted color palette, this theme brings a sense of style, elegance, and whimsy to your favorite code editor, making your coding sessions a delightful journey of creativity.
https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple
Other
719 stars 64 forks source link

inappropriate spacing caused unreadable text in quickpick #63

Closed babul7154 closed 1 year ago

babul7154 commented 4 years ago

Hello Sir,I am using your theme for about 2-3 month,it is my favorite theme. I am a python/django developer.When I click a button at the bottom panel of vs code ,a pop-up list appears(it tells virtualenv Name and its path),but here the path of virtualenv is unreadable.when I tried the default theme and many other Theme then the problem is solved.Below is the screenshot.

How I got this issue step 1> 14

Step 2 > pop-up list 15 And after using other theme,no problem

13

I have found same issue when try to configure python Framework.Please see the attachments. 1 2 3

ahmadawais commented 4 years ago

Can you share with me which extension is that? I have not been able to reproduce this issue. It's definitely not the theme's doing. Theme only makes things colorful, nothing to do with spacing.

Esteban-Rocha commented 4 years ago

@ahmadawais Hey! First of all thanks for the theme it is Awesome! I'm using it now as my primary theme.

I'll like to report that I'm getting the same issues as @babul7154 using this ext: Projects+

I confirm the issue seems to be with the theme as using other themes does not break the tooltip and it looks exactly like on @babul7154 screenshots.

ahmadawais commented 4 years ago

How can I reproduce this. Help me help you?

Esteban-Rocha commented 4 years ago

@ahmadawais Thanks for the quick response, just install the Projects+ extension and it should add the Project: Open option at the command palette of VSCode.

By default the Ext. adds the shortcut 'Cmd/Ctrl+Alt+P' to trigger Project: Open

image

You may use this dummy data to debug the tooltip

{
  "groups": [{ // Array of groups
    "name": "Group", // Group's name
    "description": "Just a group", // Group's description
    "icon": "globe", // Group's icon
    "projects": [], // Array of projects
    "groups": [], // Groups can be nested indefinitely
  }],
  "projects": [{ // Array of projects
    "name": "Project", // Project's name
    "icon": "code", // Project's icon
    "description": "My awesome project", // Project's description
    "path": "/path/to/project" // Project's path
  }]
}
ahmadawais commented 4 years ago

I'm unable to get this extension to work. Not sure why.

This is what I get

Esteban-Rocha commented 4 years ago

@ahmadawais Thanks for looking into this 👏, the ext got a critical bug since last week, there are already some reports on the issue tracker on the extension github repository

(Update) You can set the Config Path setting in VS Code to circumvent this problem.

image

Still best theme for Vscode so far, thanks again for the work 👌

ahmadawais commented 4 years ago

You might want to report this to the extension author's since theme has nothing to do with spacing. 🤔

Thanks for the kind words.