plugins/vscode: init (#1263)

This commit is contained in:
Loïc Reynier 2024-03-14 14:55:40 +01:00 committed by GitHub
parent 9b9912077e
commit bb10fface4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
empty = {
colorschemes.vscode.enable = true;
};
defaults = {
colorschemes.vscode = {
enable = true;
settings = {
transparent = true;
italic_comments = true;
underline_links = true;
};
};
};
}