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

Customize Editor Hover Widgets #64

Closed ahmadawais closed 4 years ago

ahmadawais commented 4 years ago

A couple of developers have asked to add a border to the editor hover widgets. I don't plan to do that in the main theme but you can do it by adding custom user settings.

E.g. Add #A599E9 #A599E9 to the borders by adding the following workbench.colorCustomizations setting i.e. a user setting.

"workbench.colorCustomizations": {
    "editorWidget.border": "#A599E9",
    "editorHoverWidget.border": "#A599E9",
    "editorSuggestWidget.border": "#A599E9",
  } 

Have fun. Use your code for good. Peace! ✌️

ahmadawais commented 4 years ago

P.S. here are the theme colors if you want to use a different one.

USAGE HEX CODES
Background #2D2B55 #2D2B55
Background Dark #1E1E3F #1E1E3F
Foreground #A599E9 #A599E9
Hover Background #4D21FC #4D21FC
Contrast #FAD000 #FAD000
Contrast Lite #FFEE80 #FFEE80
Contrast Lite II #FAEFA5 #FAEFA5
Highlight #FF7200 #FF7200
Comment #B362FF #B362FF
Constants #FF628C #FF628C
Keywords #FF9D00 #FF9D00
Other #9EFFFF #9EFFFF
Strings #A5FF90 #A5FF90
Templates #3AD900 #3AD900
Definitions #FB94FF #FB94FF
Invalid #EC3A37F5 #EC3A37F5
Diff Added #00FF009A #00FF009A
Diff Removed #FF000D81 #FF000D81