mirror of
https://github.com/materusPL/nixos-config
synced 2026-04-03 00:27:22 +02:00
Use dracula theme
This commit is contained in:
parent
e916b8ca78
commit
32e6adb6e3
@ -73,12 +73,12 @@ if vim.fn.executable("git") == 1 then
|
|||||||
lazy = false,
|
lazy = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"samharju/synthweave.nvim",
|
"Mofiqul/dracula.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = {},
|
opts = {},
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme("synthweave")
|
vim.cmd.colorscheme("dracula")
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -79,7 +79,7 @@ in
|
|||||||
kerrickstaley.layered-settings
|
kerrickstaley.layered-settings
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
betterthantomorrow.joyride
|
betterthantomorrow.joyride
|
||||||
robbowen.synthwave-vscode
|
dracula-theme.theme-dracula
|
||||||
|
|
||||||
# Jsonnet
|
# Jsonnet
|
||||||
grafana.vscode-jsonnet
|
grafana.vscode-jsonnet
|
||||||
@ -107,7 +107,7 @@ in
|
|||||||
|
|
||||||
"window.dialogStyle" = "custom";
|
"window.dialogStyle" = "custom";
|
||||||
"window.titleBarStyle" = "custom";
|
"window.titleBarStyle" = "custom";
|
||||||
"workbench.colorTheme" = "SynthWave '84";
|
"workbench.colorTheme" = "Dracula Theme";
|
||||||
"editor.fontFamily" = "'Hack Nerd Font', 'monospace', monospace";
|
"editor.fontFamily" = "'Hack Nerd Font', 'monospace', monospace";
|
||||||
|
|
||||||
"direnv.path.executable" = "${pkgs.direnv}/bin/direnv";
|
"direnv.path.executable" = "${pkgs.direnv}/bin/direnv";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user