Create your Custom VSCode Theme (Own Visual Studio Code Theme in a Few Mins)
Skills:
AI Pair Programming60%
Key Takeaways
Creates a custom VSCode theme using Yeoman Generator
Full Transcript
hey friends welcome to one little coder in this video we are going to see how to create your own custom vs code extension for theme so you are going to learn how to create your own custom vs code theme vs code stands for microsoft visual studio code it is one of the most popular ides so we have got a couple of videos about vs code how you can use jupyter notebook on vs code so in this particular video we are going to see how you yourself can create your custom theme so that um you can start publishing it you can share it with your friends whatever you want to do you can do it so let's start with uh how we are going to do that so first of all what you need is you need uh something called the yeoman generator so this is an open source project that was put together by microsoft for you to create a couple of extensions that is required for uh like vs code or any other product so first of all you need to install that please make sure that you have got already node.js and npm installed on your machine because for you to do this thing you first need node.js and npm installed so copy this code go to your terminal or shell and then try to install it so as you can see it is currently getting installed so while it is getting installed we can go see uh what is it doing so you can see that uh it asks you a bunch of questions like do you need a new extension do you need a new javascript extension or typescript extension or you need a color theme or you need a language supporter you need a code snippet so after you do that you just have to directly go inside the project folder and you are going to have that basic template ready for you and if you are building an extension in this case what we are doing so you have to just open launch.json and then you have to just run the extension so now you can see that it has been successfully installed in my case so let me clear my terminal and then let me go and see how to run that so first you have to say your code and then it's going to ask you a bunch of things okay welcome to the visual studio code uh and it is asking you what do we need so we need to create a new color theme so let's click color theme so you can control it using mouse key so i'm just using my down arrow and then clicking this color theme so it's asking you do you want to start fresh you want to start importing something or maybe you want to use some existing text made color theme so what do you want to do so in our case i want to start fresh so let's click start fresh and what is the name of your theme so let's call it one little coder uh just for the sake of the popular after the channel so one little coder okay description this is an attempt to learn to create a new theme okay and what is the name of the theme that is shown to your user so you can actually see uh um name is i'll just put one little coder okay so do you want dark light uh we'll click dark so now at this point you can see that it has been created so it is telling you you can directly go inside cd one little coder and then you can try to open it with your vs code so code dot let me just clear the screen for you to see code dot and then it's going to open it in vs code so currently our vs code looks like this very bright theme so what we want to do is we want to edit it so you can just go here and then edit whatever you want so you just keep your mouse on it and then it will give you the option what you want to edit so let's see um let's go with a very weird background so let's say in this case this is the background that we want okay and uh front is fine the activity bar maybe let's say we want to go with this okay so we have uh quite subtle so this is our this is going to be our background so first save this once you save this go to launcher launch.json so once you go to launch.json so you can click this this particular extension part and then say either you can do that otherwise you can do for f5 um it will itself open it in the development environment but if you do not want to do that so you can just simply go here and then run the extension so once you run the extension you would see this thing but if you close the window and you see uh the theme so you don't see one little coder yet so it is not going to show you the teammate so first let's actually see the theme so you have this very bright um it's it's actually hurting my eyes so it's that bright so let's go ahead and then try to make it slightly better uh so let's say okay i want to make it slightly light and my foreground i want to make let's say this color okay so let's see how it looks save it and uh let's again click f5 and then it's opening it's opening when you write import pandas as pd okay it's it's decent it's not bad so let's uh let's settle with this thing uh let's close it for now so this looks good so now once again save it after you save it uh you can just basically close this uh or let's just keep it at least for this moment so now what you have to do is now your theme this theme is settled so now uh to make this theme available whenever you open vs code is so there are a couple of ways either you can just go to the vs code marketplace and publish it that is not what we are going to look in this particular video so let's assume that you want to just share the source code with your friends so that um you can upload it on github or you can put it anywhere so assume that you have the project folder so the project folder here is called one little coder so assume that you have the project folder so what you have to do is you have to put it in a place place where vs code slash extensions so if you are using mac this is your extension if you are using windows you can actually check it so it's basically this is the place where you have to put your vs code extension uh the so the extension that you just built so that the extension is loaded every time vs code is open so what we are going to do now is we are going to simply say copy copy my folder directory from one little coder to vs code it's successfully copied you can see ls it's there only encoder is there so now go back and click new window when you click new window you can actually see uh command shift p uh it will open on this project window so click color theme and you can see one little code you can see one little quarter under dark theme because we selected it as dark theme so you can see it as dark theme so click doc and here is your dark theme import pandas as pd and oops this okay and whatever you want to do print i love this tutorial whatever so basically on in this video you have successfully learned how to create a vs code extension not just to create vs code extension but you also learned how to quickly keep it in your startup folder kind of a startup folder for your vs code so that every time you start a vs code uh it opens so in fact i can just simply show you completely closing everything opening vs code and uh once it opens you can see that it has got the theme that we just use so go to color theme and see the theme on little coder it is there so um it is a very simple way to pick up the color scheming that you like so you don't have to really you know spend your time googling around understanding which is the theme that you like most or whatever you want to use it so based on the color combination that you like so i prefer some something you know that is bright uh towards my eyes whenever i feel sleepy and i have to code but um it's up to you but this is a very easy way for you to create a vs code theme without any problem at all so you just saw that in a couple of minutes we successfully created a vs code theme so if you like this video please like like actual like thumbs up and then subscribe to our channel share the word and uh if you have any comments please let me know in the comment section and until next video i will see you take care of yourself bye
Original Description
In this programming tutorial, You'll learn how to create your own custom VSCode Theme - Visual Studio Code Theme. VSCode is one of the most popular IDEs and sometimes it's handy to create your own theme based on your color preference. This coding tutorial shows you the easiest and simplest way to create a custom VSCode them from Scratch (Kind of) using Yeoman Generator. You'll also learn how to add the newly created them to your VSCode Extensions directory so that the theme is installed on your machine
Yo Code - Extension and Customization Generator - https://github.com/Microsoft/vscode-generator-code
Detailed Tutorial - https://css-tricks.com/creating-a-vs-code-theme/
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from 1littlecoder · 1littlecoder · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
How to create your Free Data Science Blog on Github with Fastpages from Fastai
1littlecoder
Making Interactive Matplotlib Plots for Data Science Visualizations on Jupyter (Python)
1littlecoder
Create your first Data Science Web App using R Shiny
1littlecoder
How to create a Reproducible Example in R using reprex
1littlecoder
No Code Visualization using esquisse with Tableau-like Drag and Drop GUI in R
1littlecoder
Scrape HTML Table using rvest and Process them for insights using tidyverse in R
1littlecoder
Google Teachable Machine Learning Build No Code AI solution
1littlecoder
Create meaningful fake tidy datasets in R using fakir [#rstats Package]
1littlecoder
How to enable using R Programming with Visual Studio VS Code
1littlecoder
Python, Community, Books - with Abhiram R - Bangpypers Co-organizers | 1littlecoder podcast
1littlecoder
Growing a Tech Community across India - Anubha Maneshwar, Founder Girlscript | 1littlecoder Podcast
1littlecoder
Intro to Google Colab - How to use Colab
1littlecoder
Intro to Plotly Express - Complex Interactive Charts with One-Line of Python Code
1littlecoder
Indic NLP Python Toolkit Open Source Development - iNLTK Creator Gaurav Arora | 1littlecoder Podcast
1littlecoder
Do you want a career in Data Science - Tamil Webinar
1littlecoder
Android Smartphone Analysis in R [Live Coding Screencast]
1littlecoder
Programmatically create Images, Memes, Watermarks using Python with imgmaker
1littlecoder
Kaggle Walkthrough to get you started with Data Science - Webinar
1littlecoder
Community, Corporate Job, Coding - Gnana Lakshmi T C aka Gyan, WomenWhoCode Leadership Fellow
1littlecoder
Easy ggplot2 Theme Customization with {ggeasy} | Data Visualization in R
1littlecoder
Excel to R - Pivot + Bar Chart in Excel & R using tidyverse [Live Coding]
1littlecoder
Excel to R #2 - VLOOKUP in Excel to LEFT_JOIN, MERGE in R
1littlecoder
5 websites to get Free Real-World Datasets for Data Science/ML Projects
1littlecoder
Excel to R #3 - APPROXIMATE VLOOKUP in Excel to FUZZY LEFT_JOIN in R
1littlecoder
Correlation-alternative PPS (Predictive Power Score) Python Package Demo
1littlecoder
Automated Website Screenshots in R using {webshot}
1littlecoder
Installing Custom RStudio Theme (Synthwave85)
1littlecoder
Analyse Google Trends Search Data in R using {gtrendsR}
1littlecoder
3 Tips to ask question on Stack Overflow the right way to get answers
1littlecoder
Learn Data Science with R - Mini Projects - Web Scraping Zomato
1littlecoder
Easily make Dumbbell Chart using {ggcharts} | Data Visualization in R
1littlecoder
GET Hackernews Front Page Results using REST API in R
1littlecoder
Quickly deploy ML WebApps from Google Colab using ngrok
1littlecoder
Use Jupyter Notebooks within VSCode (Visual Studio Code) in 2020
1littlecoder
Plotly Interactive Plots as Pandas Plotting Backend df.plot()
1littlecoder
Stack Overflow Developer Survey 2020 Highlights for New Programmers
1littlecoder
Matplotlib Animation Charts in Python using Celluloid
1littlecoder
Coding, Postwoman, Passion Project Book - Liyas Thomas Open Source Developer - 1littlecoder podcast
1littlecoder
Aspiring Data Scientist, Tips on How to learn Business Domain Knowledge
1littlecoder
Bokeh Interactive Charts as Pandas Plotting Backend df.plot_bokeh()
1littlecoder
Easy Fast Python Pandas Summary with Sidetable | Pandas Tips & Tricks
1littlecoder
Inception, Content Ideas, Consistency - Srivatsan Srinivasan AIEngineering YouTube Content Creator
1littlecoder
ggplot2 Text Customization with ggtext | Data Visualization in R
1littlecoder
Penguins Dataset Overview - iris alternative | EDA Data Visualization in R
1littlecoder
YouTube Growth Tips, Content Creation - Bhavesh Bhatt, YouTuber (Data Science & Machine Learning) #7
1littlecoder
Matplotlib Animated Bar Chart Race in Python | Data Visualization
1littlecoder
Simple Python GUI Development using {guietta}
1littlecoder
#8 Niche, Growth, Monetization - David Langer - YouTuber Dave on Data
1littlecoder
Simple Fast 3-step Python OCR using Deep Learning 40+ Languages
1littlecoder
Github New Feature Profile Summary/Mini-Resume - Profile Views
1littlecoder
Otto ML Assistant, GPT-3 on Philosophers, Nvidia-ARM - 3 ML Tech News
1littlecoder
What is OpenAI GPT-3 - Hype, Examples, Worries
1littlecoder
Julia 1.5, Datamuse API, Live HDR+ Pixel 4a - Machine Learning Tech News
1littlecoder
Self-driving Car Engineer sentenced, arXiv Dataset, AI/ML Startup Idea - Machine Learning Tech News
1littlecoder
GPT-3 Explorer, Ciphey (Automated Decryption), Py-Sudoku - ML Tech News
1littlecoder
How to use Advanced Google Search to extract Email Ids from Linkedin
1littlecoder
Cartoonizer Toon-IT (AI Web App), GPT-3 Advice, Android Earthquake Detection - ML Tech News
1littlecoder
Flow - R Package to visualize code logic, functions as a Flow Diagram
1littlecoder
Build GPT-3-like Language Model on Google Colab with minGPT [PyTorch]
1littlecoder
Create a Pencil Sketch Portrait with Python OpenCV
1littlecoder
More on: AI Pair Programming
View skill →Related Reads
📰
📰
📰
📰
Why AI Makes Legacy Modernization More Feasible But Not More Automatic
Forbes Innovation
AI Stack Online Training | New Batch Starts Soon!
Medium · Python
I Started Tracking How Much Time I Spent Correcting AI Output. The Number Changed Everything.
Dev.to · Avery
The Top 5 AI Tools You Can Use Every Day to Save Hours
Medium · ChatGPT
🎓
Tutor Explanation
DeepCamp AI