Account for colors in VS Code theme being optional

This commit is contained in:
Marshall Bowers 2023-11-03 10:54:12 -04:00
parent e0382a61b9
commit 293fbe4c75
3 changed files with 125 additions and 44 deletions

View file

@ -1,4 +1,5 @@
mod theme_printer;
mod util;
mod vscode;
use std::fs::{self, File};