Update themes to use nix-colors base16

This commit is contained in:
Henry Sipp
2025-07-01 22:15:24 -05:00
parent 45dd3bfa6a
commit 2ccb0d7113
12 changed files with 95 additions and 355 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ in {
profiles.default = {
userSettings =
{
"workbench.colorTheme" = theme.vscode_theme;
"workbench.colorTheme" = theme.vscode-theme;
"vim.useCtrlKeys" = false;
"editor.minimap.enabled" = false;
}