A flower shop cave inspired theme made using agenomicsphd's tutorial
I wanted to create a vscode theme to give people a little taste of what the miau cave feels and looks like (miau = meow). it's dark because it's a cave, but colorful because of the flowers <3
instructions
open a terminal and run this commands to install yo code
use the arrow keys to select the following options and enter your text when it applies: 'New color theme', 'No start fresh', name your theme, choose an identifier (you can leave it as is), write a description, chose a theme name to show the user, select a base theme 'dark' or 'light', initialize a git repository: 'yes'
navigate to your theme
on the themes folder open the file with 'your_theme_name-color-theme.json'
pick some color palettes you like from coolors (try to pick ones with high contrast i used the accessibility tool in adobe color )
search for vs-code-theme-color-generator by coder coder and put your colors in the spaces folowing the labels indications.
click the 'GIMME MY THEME' button to get the json file code with your colors, copy the code and paste it into 'your_theme_name-color-theme.json' file
to view how the theme looks before publishing it go to run and click start debugging. that will open up a new window where you'll see how your theme looks and anytime you save the changes on the json file it'll update how the theme looks
go to the azure devops page, sign up or log in. if you're signing up exit the page once you see the page where you have to enter your address then go to the devops log in page, and log in.