All Projects β†’ ahmadawais β†’ Shades Of Purple Vscode

ahmadawais / Shades Of Purple Vscode

πŸ¦„ Shades of Purple β€” A professional theme with hand-picked & bold shades of purple to go along with your VSCode. Reviewed by several designers and 75+ theme versions released to keep it updated. One of the top rated best VSCode themes on VS Code Marketplace. Download β†’

Projects that are alternatives of or similar to Shades Of Purple Vscode

Awesome Vscode
🎨 A curated list of delightful VS Code packages and resources.
Stars: ✭ 19,659 (+3945.06%)
Mutual labels:  vscode, vscode-extension, visual-studio, vscode-theme
Vscode Material Icon Theme
Available on the VSCode Marketplace
Stars: ✭ 773 (+59.05%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Theme Bear
🐻 A VSCode dark theme 🐻
Stars: ✭ 27 (-94.44%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Vue Theme Vscode
+200.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
Stars: ✭ 54 (-88.89%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Vscode Terraform
A Visual Studio Code extension for Hashicorp Terraform
Stars: ✭ 672 (+38.27%)
Mutual labels:  vscode, vscode-extension, visual-studio
Vscode Winteriscoming
Dark theme with fun and bright foreground colors
Stars: ✭ 105 (-78.4%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Vscode Smoothtype
VS Code extension to add cursor transitions while typing, similar to MS Office and the Windows 10 Mail app.
Stars: ✭ 54 (-88.89%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Vscode One Monokai
🎨 Vscode One Monokai theme.
Stars: ✭ 214 (-55.97%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Vscode Solidity Auditor
Solidity language support and visual security auditor for Visual Studio Code
Stars: ✭ 108 (-77.78%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Vscodethemes
Themes for Visual Studio Code
Stars: ✭ 155 (-68.11%)
Mutual labels:  vscode, vscode-extension, vscode-theme
Code Blue
A carefully concocted dark theme made of subtle blues and bright hues that’s easy on the eyes for focused coding.
Stars: ✭ 215 (-55.76%)
Mutual labels:  vscode, vscode-extension, vscode-theme
vscode-theme
A modern, good-looking, productivity-increaser theme for Visual Studio Code
Stars: ✭ 46 (-90.53%)
Mutual labels:  visual-studio, vscode-extension, vscode-theme
Marp Vscode
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
Stars: ✭ 442 (-9.05%)
Mutual labels:  vscode, vscode-extension
Vue Vscode Extensionpack
The extensions I use when developing a Vue application with VS Code
Stars: ✭ 264 (-45.68%)
Mutual labels:  vscode, vscode-extension
Edamagit
Magit for VSCode
Stars: ✭ 440 (-9.47%)
Mutual labels:  vscode, vscode-extension
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (-10.49%)
Mutual labels:  vscode, vscode-extension
Vscode Icons
Icons for Visual Studio Code
Stars: ✭ 3,160 (+550.21%)
Mutual labels:  vscode, vscode-extension
Swdc Vscode
Time-tracking plugin for Visual Studio Code
Stars: ✭ 268 (-44.86%)
Mutual labels:  vscode, vscode-extension
Vscode Graphql
VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
Stars: ✭ 435 (-10.49%)
Mutual labels:  vscode, vscode-extension
Vscode Winddown
VS Code extension that encourages you to take a break.
Stars: ✭ 299 (-38.48%)
Mutual labels:  vscode, vscode-extension

New in the Shades of Purple Theme  NEW: Pinned Tabs: Color States.

Shades of Purple Theme for VS Code

Version Rating VSCode.pro


πŸ¦„ Shades of Purple (SOP)
A professional theme with hand-picked & bold shades of purple for your VS Code editor and terminal. One of the excellent most downloaded and top rated VSCode Themes on the marketplace. Become a Visual Studio Code Power User β†’
A FOSS (Free & Open Source Software) project developed by Ahmad Awais.
Follow Ahmad's #FOSS work on GitHub @AhmadAwais β€” Say Hi on Twitter @MrAhmadAwais πŸ‘‹

GitHub stars GitHub followers Tweet for help


Install

Video Demo & Installation

Watch the following video on YouTube to find out more about Shades of Purple theme. Learn how to install it and a little bit about it's features like markdown editing β€” which's quite pretty awesome with SOP. Shhh this video is part of VSCode.pro course β†’

πŸ“Ί Watch the Video to Learn More β†’


Install

Easy Installation

  1. Open the extensions sidebar on Visual Studio Code
  2. Search for Shades of Purple Theme
  3. Click Install to install it.
  4. Click Reload to reload your editor.
  5. Code/File > Preferences > Color Theme > Shades of Purple.
  6. 🌟 Rate five-stars like 110+ awesome devs to appreciate the effort behind this theme.

alternate installation

Alternate Installation

  1. Launch Quick Open using Cmd+P β€” or β€” Ctrl+P.
  2. Paste the command ext install shades-of-purple
  3. Click Install to install it.
  4. Click Reload to reload the your editor.
  5. Code/File > Preferences > Color Theme > Shades of Purple.
  6. 🌟 Rate five-stars like 110+ awesome devs to appreciate the effort on this theme.

Tips

Best Custom Settings

This theme works best with the following settings. Especially if you have the Operator mono font. Add it to your user settings JSON object.

You can also use a custom VSCode Shades-of-Purple icon that I created based on the work of VSCode Icons.

// Theme Setup.
"workbench.colorTheme": "Shades of Purple",
"workbench.iconTheme": "vscode-icons",
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'Operator Mono', 'Inconsolata for Powerline', monospace",
"editor.fontSize": 17,
"editor.lineHeight": 24.65,
"editor.letterSpacing": 0.5,
"editor.fontWeight": "400",
"editor.fontLigatures": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"editor.snippetSuggestions": "top",
"workbench.startupEditor": "newUntitledFile",
"editor.glyphMargin": true,
"workbench.editor.enablePreview": false,
"explorer.confirmDragAndDrop": false,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
// Formatting Optional.
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
"eslint.run": "onType",
"eslint.autoFixOnSave": true,
// MacOS Only Settings.
"workbench.fontAliasing": "auto",
"terminal.integrated.macOptionIsMeta": true,
"workbench.statusBar.feedback.visible": false,
// The default syntax (TextMate) highlighter classifies many tokens as variables and these are now (since VSCode 1.43) resolved into namespaces, classes, parameters, and so on. This is called Semantic highlighting support for TypeScript and JavaScript. But many themes and language extensions seem broken with single-colored syntax. This came as a surprise to me. It's set `true` by default. I recommend disabling this for now.
"editor.semanticHighlighting.enabled": false,
// SOP's highlight matching tag setting.
"highlight-matching-tag.styles": {
    "opening": {
        "full": {
            "highlight": "rgba(165, 153, 233, 0.3)"
        }
    }
},
// SOP's Import Cost Extension Settings.
"importCost.largePackageColor": "#EC3A37F5",
"importCost.mediumPackageColor": "#B362FF",
"importCost.smallPackageColor": "#B362FF"

πŸ¦„ I'll be teaching more about configuring this theme and your Visual Studio Code editor at VSCode.pro. Interested?! Sign up to become a VSCode Power User β†’


Shades of purple FAQs

Frequently Asked Questions


Screenshots

Screenshots: Shades of Purple Theme

Markdown Syntax markdown


hr


JavaScript Syntax JavaScript


hr


PHP Syntax PHP


hr


HTML Syntax HTML


hr


Pug Syntax Pug


hr


Python Syntax Python


hr


Go Syntax Go


Shades of purple for other software

Put Shades of Purple In Other Places

I have built other Shades of Purple themes for different software. Here's a list.

SOP's Syntax Colors

Shades of purple theme is built with several shades of purple and a few contrast colors to make things pop. This also makes SOP a very good theme for teaching, presenting, and using on your site via Prisma or HighlightJS. A rough collection of important colors in SOP theme is listed below.

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

Learn Visual Studio Code

COURSE: Become VSCode Power User β†’

After 10 years with Sublime Text, I switched to VSCode β€” the new open source cross-platform editor everyone's talking about. I've spent over a 1,000 hours perfecting my setup to help you switch today and bring all your custom settings and the power user workflows for HTML/CSS, GitHub/Git & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR & 50+ Extensions. I'm sharing it all in five hours β€” 65 videos online course. Learn Visual Studio Code β†’


Hello

Hello, we're the Dev Couple!

I (Ahmad Awais) am a Full Stack Web/JS Developer, OSS Dev Advocate, and a core developer at WordPress. My significant other (Maedah Batool) is a Technical Project Manager, and she's also a WP Core Contributor. Together with our team, we run the Dev Couple blog.

Support our Open Source Projects!

If you'd like us to keep producing professional free and open source software (FOSS). Consider paying for an hour of my dev-time. We'll spend two hours on open source for each contribution. Yeah, that's right, you pay for one hour and get both of us to spend an hour as a thank you. Support here β†’


License & Attribution thanks

License & Attribution

Licensed as MIT β“’ Ahmad Awais.

Thanks to VSCode team at Microsoft for creating such an awesome code editor. Also to the creator of other high contrast themes that served as an inspiration. This theme takes inspiration from many VSCode themes including but not limited to Cobalt themes by Roberto Achar, Ayu, Palenight themes, Dracula themes, etc. VSCode and Icons8 for the icons in this readme.

πŸ‘‹ Follow Ahmad on Twitter Ahmad on Twitter




After 10 years with Sublime Text, I switched to VSCode β€” the new open source cross-platform editor everyone's talking about. I've spent over a 1,000 hours perfecting my setup to help you switch today and bring all your custom settings and the power user workflows for HTML/CSS, GitHub/Git & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR & 50+ Extensions. I'm sharing it all in five hours β€” 65 videos online course. Learn Visual Studio Code β†’




Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].