All Projects → ArtisanByteCrafter → VSCodePopTheme

ArtisanByteCrafter / VSCodePopTheme

Licence: MIT license
A port of Pop! Theme for VSCode

Projects that are alternatives of or similar to VSCodePopTheme

RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (-33.33%)
Mutual labels:  hacktoberfest2020
moon-cheeser
Moon Cheeser is an infinite runner where the player plays as a mouse gathering cheese pieces and avoiding craters and other astronomical objects, such as comets and planets, on a moon made of cheese.
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest2020
GameHer
Gameher is a French association aspiring to develop gender diversity in the fields of video games, esport and streaming. We want to give players the tools they need to flourish and evolve in the fields of video games, esport and streaming.
Stars: ✭ 35 (+6.06%)
Mutual labels:  hacktoberfest2020
o-fish-android
Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 19 (-42.42%)
Mutual labels:  hacktoberfest2020
o-fish-realm
Realm application code and sample data for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection. The web app allows agencies to gain insights from the aggregated information.
Stars: ✭ 23 (-30.3%)
Mutual labels:  hacktoberfest2020
home-automation-app
An app to show weather, todos, calendar events, and a grocery list using a touch display and a raspberry pi.
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest2020
FirstPRChallenge
Kick start your Open Source by making your personalized profile card
Stars: ✭ 14 (-57.58%)
Mutual labels:  hacktoberfest2020
php-cli-colors
Liven up you PHP Console Apps with standard colors
Stars: ✭ 90 (+172.73%)
Mutual labels:  hacktoberfest2020
templates
tsParticles website templates collection
Stars: ✭ 42 (+27.27%)
Mutual labels:  hacktoberfest2020
stackOverflow focus
Remove all unnecessary clutter when looking for help on StackOverflow through a Chrome plugin.
Stars: ✭ 58 (+75.76%)
Mutual labels:  hacktoberfest2020
competetive-code-hacktoberfest
For Hacktoberfest Contribution
Stars: ✭ 14 (-57.58%)
Mutual labels:  hacktoberfest2020
andaluh-js
Transliterate español (spanish) spelling to andaluz proposals using javascript
Stars: ✭ 22 (-33.33%)
Mutual labels:  hacktoberfest2020
agile-architecture-documentation-system
A maven archetype to generate easily projects allowing architecture description using a mix of C4, agile architecture, Asciidoc and PlantUML
Stars: ✭ 27 (-18.18%)
Mutual labels:  hacktoberfest2020
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+187.88%)
Mutual labels:  hacktoberfest2020
oss-template
Um template PT-BR para projetos Open Source.
Stars: ✭ 15 (-54.55%)
Mutual labels:  hacktoberfest2020
DigiPass
DigiPass (Paywall) WordPress plugin
Stars: ✭ 11 (-66.67%)
Mutual labels:  hacktoberfest2020
docs
No description or website provided.
Stars: ✭ 16 (-51.52%)
Mutual labels:  hacktoberfest2020
security bear
🧸🛡️ Security Bear provides easy integration with the device like making it connect to home WiFi through an app and getting secure and unique user credentials of the device in order to troubleshoot. If you have ever wondered "Is there an open-source project to make my own smart home?", This is just part of one.
Stars: ✭ 22 (-33.33%)
Mutual labels:  hacktoberfest2020
sharedsharder
Shard your discord.js bot across devices!
Stars: ✭ 18 (-45.45%)
Mutual labels:  hacktoberfest2020
Traverser
Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.
Stars: ✭ 45 (+36.36%)
Mutual labels:  hacktoberfest2020

Pop! Theme for VSCode

VS Marketplace Version VS Marketplace Installs VS Marketplace Ratings GitHub stars

Open VSX Version Open VSX Installs Open VSX Ratings

Source and Inspiration

This theme is based on the design language created and maintained by System76 for their Pop!_OS and themes. I am not affiliated in any way other than being a big fan.

Screenshots

Theme

Build and debug from source

It is possible to build and run this theme from source in a debugging context. This outline is for Ubuntu-based distributions. Install Dependencies:

  • Node.js
    curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
    sudo apt install -y nodejs
  • VSCode (via official repository)
    curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
    sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
    sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
    sudo apt update
    sudo apt install code

Clone repository and open

git clone https://github.com/artvandelay440/VSCodePopTheme.git #clone into desired folder
code . #open VSCode at root of directory

Instantiate debugging session and choose Pop! Theme

  • Debug > Start Debugging / F5
  • A new VSCode window will open, then in the new instance, Hit Ctrl + K, Ctrl + T and choose Pop Theme

Please open any bugs or issues found as an official GitHub issue here

Enjoy!

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].