From 32e6adb6e379ed0cd4b74eeffcec2b96b79843b2 Mon Sep 17 00:00:00 2001 From: materus Date: Wed, 1 Apr 2026 18:27:42 +0200 Subject: [PATCH] Use dracula theme --- config/editor/neovim/lua/materus/init.lua | 4 ++-- nix-config/host/materusPC/home-manager/materus.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/editor/neovim/lua/materus/init.lua b/config/editor/neovim/lua/materus/init.lua index a74982a..69a7434 100644 --- a/config/editor/neovim/lua/materus/init.lua +++ b/config/editor/neovim/lua/materus/init.lua @@ -73,12 +73,12 @@ if vim.fn.executable("git") == 1 then lazy = false, }, { - "samharju/synthweave.nvim", + "Mofiqul/dracula.nvim", lazy = false, priority = 1000, opts = {}, config = function() - vim.cmd.colorscheme("synthweave") + vim.cmd.colorscheme("dracula") end }, { diff --git a/nix-config/host/materusPC/home-manager/materus.nix b/nix-config/host/materusPC/home-manager/materus.nix index 4bc6c58..f25ff7c 100644 --- a/nix-config/host/materusPC/home-manager/materus.nix +++ b/nix-config/host/materusPC/home-manager/materus.nix @@ -79,7 +79,7 @@ in kerrickstaley.layered-settings mkhl.direnv betterthantomorrow.joyride - robbowen.synthwave-vscode + dracula-theme.theme-dracula # Jsonnet grafana.vscode-jsonnet @@ -107,7 +107,7 @@ in "window.dialogStyle" = "custom"; "window.titleBarStyle" = "custom"; - "workbench.colorTheme" = "SynthWave '84"; + "workbench.colorTheme" = "Dracula Theme"; "editor.fontFamily" = "'Hack Nerd Font', 'monospace', monospace"; "direnv.path.executable" = "${pkgs.direnv}/bin/direnv";