From 13b3d340ff66ed848b3a9d24dda3609822ecaffd Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Sat, 2 Nov 2024 20:14:24 +0900 Subject: [PATCH] fix --- .alacritty.toml | 2 -- config | 2 +- init.lua | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.alacritty.toml b/.alacritty.toml index 43131b9..02702fb 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -65,5 +65,3 @@ opacity = 0.97 [window.padding] x = 0 y = 0 - -[terminal] diff --git a/config b/config index f9a58dd..6ac7368 100644 --- a/config +++ b/config @@ -186,7 +186,7 @@ bar { focused_workspace $red $red $background active_workspace $background $background $foreground inactive_workspace $background $background $foreground - urgent_workspace $green $green $background + urgent_workspace $darkblue $darkblue $background binding_mode $green $green $background } status_command /usr/bin/bumblebee-status -m playerctl datetime \ diff --git a/init.lua b/init.lua index 90017bf..32259ae 100644 --- a/init.lua +++ b/init.lua @@ -190,7 +190,6 @@ require("lazy").setup({ { "sainnhe/edge", event = "VeryLazy" }, { "neanias/everforest-nvim", event = "VeryLazy" }, { "f4z3r/gruvbox-material.nvim", event = "VeryLazy" }, - { "Verf/deepwhite.nvim", event = "VeryLazy" }, { "nvim-lua/plenary.nvim", event = "VeryLazy" }, { "stevearc/dressing.nvim", event = "VeryLazy" }, { "hrsh7th/nvim-cmp", event = "VeryLazy" },