Use dracula theme

This commit is contained in:
Mateusz Słodkowicz 2026-04-01 18:27:42 +02:00
parent e916b8ca78
commit 32e6adb6e3
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
2 changed files with 4 additions and 4 deletions

View File

@ -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
},
{

View File

@ -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";