How to make your own VS Code theme!

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • 🔥 Learn how to build a responsive website from a Figma design with HTML, SCSS, JS ➡️ coder-coder.com/responsive/
    😎 Join the Coder Coder Club and get sneak peeks of videos: courses.coder-coder.com/p/club
    👕 Get my hoodie here: coder-coder.com/merch
    ______________________________________________
    0:00 - Intro
    0:56 - How colors work in VS Code
    2:58 - How VS Code themes work
    4:02 - Create theme files w/ Yo Code extension generator
    5:07 - Customizing your theme colors
    8:57 - Online theme color generator
    9:56 - Register, package, and publish your theme
    14:32 - Maintaining and updating your theme
    LINKS FROM THE VIDEO:
    ▶ My Theme Color Generator: coder-coder.com/vs-code-theme...
    ▶ VS Code Theme Color Reference: code.visualstudio.com/api/ref...
    ▶ Find color schemes at: coolors.co/
    ▶ Get color palettes from an image: hexcolor.co/image-to-colors
    RESOURCES:
    ▶ How to Create a Custom VS Code Theme by ‪@codeSTACKr‬ -- • How to Create a Custom...
    ▶ Creating a VS Code Theme by Sarah Drasner -- css-tricks.com/creating-a-vs-...
    _____________________________________
    💻 Become a full-stack web dev with Zero to Mastery: academy.zerotomastery.io/a/af...
    🎨 Get my VS Code theme: marketplace.visualstudio.com/...
    🔽 FOLLOW CODER CODER
    Twitter -- / thecodercoder
    Instagram -- / thecodercoder
    #css #javascript #html
  • НаукаНаука

Комментарии • 337

  • @Gustafonair
    @Gustafonair 2 года назад +64

    If anyone runs into the issue of "you don't have an extension for debugging json with comments" or similar, make sure you open the correct folder in VS code. It has to be the one created from running the "yo code"-script

    • @mazwrld
      @mazwrld 2 года назад

      What if it's a repo I forked??

    • @createdxvibez1183
      @createdxvibez1183 2 года назад

      I ran into that issue, from what I've gathered it just means you don't have your debugger of choice, chosen. you have to select the bug icon and choose "show all automatic debug configurations" select which debugger you want to use and it should work.

    • @randomluck9802
      @randomluck9802 Год назад

      is your bug fixed??
      if you don't i could help you

    • @moustafael-shaboury2659
      @moustafael-shaboury2659 Год назад

      @@randomluck9802 Hey, I'm getting this bug too and can't seem to see the issue. Would you mind helping?

    • @moustafael-shaboury2659
      @moustafael-shaboury2659 Год назад +1

      Actually I fixed it - turns out you literally need to have nothing open apart from the folder itself when you press f5 (so don't open any .json files)

  • @claudettebentley
    @claudettebentley 3 года назад +21

    Your videos are amazing. Well organized and great use of visuals. I can tell you put a lot of work into your content!

  • @blonduose
    @blonduose 3 года назад +90

    I don't care about making my own theme, because changing the colours makes me anxious, but this was just fun to watch! :D

    • @paulvorderegger1522
      @paulvorderegger1522 3 года назад

      I was on Intellij's IDEs since I started programming (The community editions are always free).
      Now I wanted to get into C++ but the C++ IDE from Intellij costs 400$ a year (Java and Python are free) so I did everything to make VSCode feel like Intellij.
      Changed the font, changed the icons, and spent a day making exactly the theme from Intellij for C++. It really is a PITA but now it looks like the IDE i know.

  • @jdlien81
    @jdlien81 Год назад +3

    Thanks for putting this awesome guide together, Jess. Very helpful for those wanting an extreme degree of customization.

  • @Silentbob1494
    @Silentbob1494 25 дней назад

    I absolutely love this video, easy to understand and you're addressing literally every question that's come up in my mind while i'm watching.

  • @mind_of_a_darkhorse
    @mind_of_a_darkhorse 3 года назад +2

    Another fantastic video. I always wondered how you made themes and here is the answer! Thanks!

  • @mvaleno
    @mvaleno 2 года назад +1

    Outstanding! This was so well done! Everything I needed to know, and now I can pull all the tons of code out of my settings.json! Thank you!

  • @xNeitorx
    @xNeitorx 3 года назад +4

    Omg I spent an entire day changing the color scheme on sublimetext, thank you so much!

  • @KoloStories
    @KoloStories 3 года назад

    Thank you soo much for holding my hand for this. Would have never managed without this video!

  • @niainafitiairinarasamimana2392
    @niainafitiairinarasamimana2392 3 года назад +16

    Amazing video! Everything ran smoothly until the install 'yo generator-code part'. I literally spent the whole morning trying to figure out what was wrong. And finally after using powershell and cmd and failing I used git bash and like a miracle it worked! All the errors disappeared and now my theme is out there in the marketplace. Thank you for the awesome tutorial!

  • @mpty2022
    @mpty2022 3 года назад

    stumbled upon this first video from 'i quit' video... you are an excellent teacher... precise, to the point, elegant

  • @aklilllsabyss
    @aklilllsabyss 3 года назад +1

    I was struggling to finish the theme but just because of your color generator thing I finished thank you.

  • @ernesticus6593
    @ernesticus6593 5 месяцев назад +1

    I’ve been coding for about 10 minutes now & I’m about to jump down this rabbit hole. Wish me luck!!

  • @my_j.a.r.v.i.s.
    @my_j.a.r.v.i.s. 3 года назад +3

    This is the one.
    I was waiting For this video for a long time.

  • @FransixWeb
    @FransixWeb 3 года назад +47

    Intros always funny😂

  • @dimasabimanyu5398
    @dimasabimanyu5398 3 года назад +2

    Great content, clear explanation, its really fun to watch.

  • @blessinghirwa
    @blessinghirwa 3 года назад

    I really needed this video to make my own extension.
    Thank you very much!

  • @Cloud-Yo
    @Cloud-Yo 2 года назад +2

    What an excellent, EXCELLENT tutorial. Thank you.

  • @dave371
    @dave371 3 года назад

    Jessica, I just started with Vscode, THIS HELPS A LOT, Thank youu my guy!

  • @urlroute1489
    @urlroute1489 3 года назад

    Thank you for making this video. Love your content!

  • @aklilllsabyss
    @aklilllsabyss 3 года назад +1

    I just got to youtube to search and I saw your video recommended and I am your permanent subscriber.

  • @leoMC4384
    @leoMC4384 2 года назад +3

    Good stuff. I had one dark theme from an extension but I wasn't satisfied with the colors and I couldn't find any dark theme I fully like, so I started changing this one I downloaded, I changed pretty much everything!! And added some extra colors tokens from other themes and even some colors I created myself. I spent a shitload of hours testing so many colors but it was worth it. I'm super happy with my theme now. 😁😁😁

    • @ChristianReyess
      @ChristianReyess 10 месяцев назад +1

      how did you go about that? I want to just edit one that already exists.

  • @web1n
    @web1n Год назад

    Thank you for this. I don't know why Microsoft had to make this so ridiculously complicated. But, your video helped me actually do it.

  • @the_yugandharr
    @the_yugandharr Год назад

    Very well explained bro! All the best

  • @-maddhruv
    @-maddhruv Год назад

    Totally appreciated effort you put into this video 🎉

  • @MicroTeck
    @MicroTeck 2 года назад

    I got so many problem but I did it thank you sooooooo much !!! you are actually really good to explaining ! (Im just trash to follow steps lol) thx

  •  2 года назад

    Now that's quality vid'! 👌👍
    Thanks for shedding light on this hairy task

  • @asimgiri4269
    @asimgiri4269 3 года назад +8

    Never thought this would be soo easy.

  • @aklilllsabyss
    @aklilllsabyss 3 года назад +2

    Just published mine. Thank you!!

  • @nro337
    @nro337 3 года назад +1

    Awesome tutorial! Thank you!

  • @King-Kyle
    @King-Kyle 3 года назад

    I found you through dev ed and I am not disappointed! time to build my own theme!

    • @TheCoderCoder
      @TheCoderCoder  3 года назад +1

      Thanks for watching! Best of luck making your theme!

  • @cinialvespow1054
    @cinialvespow1054 3 года назад

    Thank you for this! Been wanting to make a theme for a while

  • @astrodas1910
    @astrodas1910 2 года назад +1

    There is this theme I really like but some of the colors were off to me. After watching your video now I'm able to customize at my will :) Thank you!

  • @merling5825
    @merling5825 2 года назад

    Thanks! Very informative and well done!

  • @ayushsaini9798
    @ayushsaini9798 3 года назад +1

    Going to build one, thanks for the video

  • @mathieuL2204
    @mathieuL2204 3 года назад +7

    I actually already knew all this but the presentation is so good that I stayed till the end.
    And very well done on the theme-generator website. 👍

  • @dariosanchez1373
    @dariosanchez1373 2 месяца назад

    You are insanely good making those videos

  • @arasanjuan6524
    @arasanjuan6524 3 года назад

    YOUR SO AWESOME !!!! I'll be following your steps to become like you on programming skills.... i have recently started but you make this feels like sooo easy and entertaining!!!! 🤗🤩😍☕☕☕☕☕☕

    • @TheCoderCoder
      @TheCoderCoder  3 года назад

      Hahaha that's great! Glad you like it! 😁

  • @Jimmy-lu6pr
    @Jimmy-lu6pr 3 года назад

    This is amazing. Thank you!

  • @rc_f9542
    @rc_f9542 Год назад

    AMAZING!!, I rarelysubscribe to any channel. I'm hooked!

  • @MiW4iQOFruxobatofrOn
    @MiW4iQOFruxobatofrOn 2 года назад

    Awesome tutorial! Big thanks!

  • @aaradhanah5059
    @aaradhanah5059 3 года назад

    I was searching for the exact theme thanks :-))

  • @Firewallx2
    @Firewallx2 2 года назад

    Just what I needed! Thanks!

  • @nobitaq_nsem
    @nobitaq_nsem 2 года назад

    Seriously! Your editing 🤯

  • @ei5705
    @ei5705 2 месяца назад

    thanks so much coder coder!!!

  • @user-nl5zn6gy4q
    @user-nl5zn6gy4q 2 года назад

    you're awesome coder thank you for informations I'm so happy to make my new vscode

  • @LewiUberg
    @LewiUberg Год назад

    Thanks so much for this great video!

  • @tannercampbell
    @tannercampbell 2 года назад

    great video! got a lot of info from it :)

  • @psychoclips6817
    @psychoclips6817 2 года назад

    Thank you so much for this!

  • @stevenluoma1268
    @stevenluoma1268 6 месяцев назад

    Getting that popup to show up even trying to let popups through was super fun.

  • @montazmeahii6029
    @montazmeahii6029 3 года назад

    Your Coder Coder Dark theme is nice!

  • @vedantpawar4962
    @vedantpawar4962 2 года назад +1

    Loved the way we built a VSCODE theme in just 15 minutes

  • @leonamlvs
    @leonamlvs Год назад

    Great video, helped a lot!

  • @antoniorodma
    @antoniorodma 3 года назад

    Excellent video. You are the best.

  • @imluctor5997
    @imluctor5997 2 года назад

    just the beginning of the video is so damm funny, im subbing :p

  • @alejandrohiguera2125
    @alejandrohiguera2125 2 года назад

    Whoa!! amazing video, thank u

  • @rangabharath4253
    @rangabharath4253 3 года назад

    Awesome as always 👍😀

  • @flowlime
    @flowlime 9 месяцев назад

    Nice tutorial. Just published my first plugin with this.

  • @vennynagraj8415
    @vennynagraj8415 8 месяцев назад

    Thank you so much ... I just completed making my custom theme ...

  • @swehub3666
    @swehub3666 3 года назад

    Informative video!

  • @ripnephils148
    @ripnephils148 2 года назад

    You didnt have to make that app but you did. Thank you.

  • @aklilllsabyss
    @aklilllsabyss 3 года назад +1

    You are just amazing.

  • @nikhilmwarrier7948
    @nikhilmwarrier7948 3 года назад

    Wowsomesauce video! Thanks a lot!

  • @ElinLiu0823
    @ElinLiu0823 Год назад

    Pretty Funny tutorial ,subed!

  • @rodholseth6354
    @rodholseth6354 2 года назад

    Thank you so much!

  • @vradhibishnoi5896
    @vradhibishnoi5896 3 года назад +1

    finally, a theme that satisfied me...😂

  • @shubhsharma19
    @shubhsharma19 6 месяцев назад

    Thankyou so much!

  • @naimulislamrayan2447
    @naimulislamrayan2447 3 года назад +1

    I love the way u explain.

  • @mcqskills
    @mcqskills 3 года назад +1

    Hello, Jessica, this is Eleeyas from India I'm your new subscriber. I like your tutorials. Thanks this Theme is awesome. But your vs code theme is different I like that theme very much and your computer desk setup is arranged beautifully.

  • @alanc497
    @alanc497 2 года назад

    holy Thank you, every written version online trying to explain this very thing doesn't even bother how to get to settings.json and it drove me mad.

  • @brandonmulas648
    @brandonmulas648 2 года назад +1

    This was quite possibly the most convoluted process for installing a robust custom theme that I've ever experienced. 0 / 10, actually wouldn't wish this on my worst enemy. No idea why I put myself through this.

    • @TheCoderCoder
      @TheCoderCoder  2 года назад +1

      I was asking myself the same thing the entire way through 😅

  • @FransixWeb
    @FransixWeb 3 года назад +1

    Nice🔥🔥

  • @cleverwat1224
    @cleverwat1224 3 года назад +13

    Great video!
    However I am currently stuck at the debugging part - 6:10 - I can't seem to have the extension that debugs JSON with js :(

  • @morgandid
    @morgandid 2 года назад

    I love your work station

  • @wcandillon
    @wcandillon 3 года назад +1

    let's get into it 🙌🏻😄

  • @RMike-xq1cm
    @RMike-xq1cm 2 года назад +1

    Had some issues when I tried to debug this as I got "Couldn't find task npm " error but then managed to see my theme by clicking "debug anyway". When I try the "vsce package" command I get the following error : "ERROR Extension manifest not found" Is there any workaround?

  • @eduardobautista899
    @eduardobautista899 3 года назад

    I love your theme (using It xD)

  • @pixzlemonn151
    @pixzlemonn151 3 года назад

    It's really helpful, btw can you make a custom vscode icon tutorial?

  • @kirkrepository
    @kirkrepository Год назад

    Jessica, you should consider informercials as well as a side hustle. Your commentary is over the limit

  • @Simiaaaa
    @Simiaaaa 3 года назад

    I guess i'll have no excuses now since you gave all the tools to this Microsoft hell !
    haha Thank you very much !!

  • @_buffer
    @_buffer 3 года назад

    Very interesting!

  • @johncerpa3782
    @johncerpa3782 3 года назад

    Great video!

  • @techxpertpcs
    @techxpertpcs 3 года назад

    nice tutorial. I have created my first theme named sr blue dark. I have a question on how to add images so that people can see what the theme looks like

  • @stellarstudio5495
    @stellarstudio5495 Год назад

    You've got a great voice for voice-over

  • @imav.20
    @imav.20 3 месяца назад

    im love with you. thank you for this lmao.

  • @aakash-codes
    @aakash-codes 3 года назад

    It's really helpful , Thanks😊.

    • @TheCoderCoder
      @TheCoderCoder  3 года назад

      You're welcome!

    • @aakash-codes
      @aakash-codes 3 года назад

      @@TheCoderCoder hey Jessica when are launching the cource.🙄I am waiting for it.

  • @Christogonus_uche
    @Christogonus_uche 3 года назад +2

    I have missed coding since i started my masters program. I seem not find time to code each day.

  • @rohanayush
    @rohanayush 2 года назад

    Background music was very pleasing. Best that I have heard till now , on RUclips
    Also if someone installing yo code generator and your command is not found.
    Reinstall yo by just typing - npm install -g yo
    And yo code will work

  • @DoubleOhSilver
    @DoubleOhSilver 2 года назад

    "Because if it doesn't look cool, I don't want to code" finally someone gets it too 😌

  • @codingwithpaul
    @codingwithpaul 2 года назад

    This is awesome! I wonder how could I create this theming feature for an application to allow users customize colors like vs code. Any ideas?

  • @michaelandreuzza
    @michaelandreuzza 3 года назад

    nice one!

  • @stylesg7818
    @stylesg7818 2 года назад

    Thank you.

  • @zeroxiph
    @zeroxiph Год назад

    Thank you a lot

  • @quantacode1966
    @quantacode1966 3 года назад

    Thanks, smarty girl your videos really provides me a big help and your explanation is really very nice that make anyone understand, I just want to ask that
    can you tell me how to get a job at google without a degree?

  • @erfanashaikh6495
    @erfanashaikh6495 3 года назад +4

    I made a theme in just a day all thanks to you.It's name is 'Darkai theme'.

    • @aaryanbhurtel5378
      @aaryanbhurtel5378 3 года назад

      It is type of old fashioned but ya for starting it is just amazing It will rock soon if you will make it more modern

    • @erfanashaikh6495
      @erfanashaikh6495 3 года назад

      @@aaryanbhurtel5378
      Can you please explain what you mean by "more modern" ? Thanks for the feedback👍👍

    • @erfanashaikh6495
      @erfanashaikh6495 3 года назад

      @UCBj_bvbp6yWhHjBi8yDxaEw oh K cool

  • @iProsenjit98
    @iProsenjit98 3 года назад +2

    That Nezuko Chan part 🤣🤣🤣

  • @KeplerEmeritus
    @KeplerEmeritus 2 года назад

    Is it possible to add/remove entire parts of the UI? Or edit them, like rounding off edges for example?

  • @GuitarBoy2611
    @GuitarBoy2611 2 года назад

    Thank you so much madam 👍

  • @dtar380
    @dtar380 5 месяцев назад

    How can you add multiple themes to your extension, like a dark and light theme inside the same extension?

  • @2u841r
    @2u841r 24 дня назад

    so good.