about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 20:54:51 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 20:54:51 +0200
commit6600922c3afe1a77f328f105ec4804b418ff50ea (patch)
tree351b724e2bd933556ece37fb032e8f7db78c741d /home-manager
parentFix(hm/conf/neovim/autocmds): Add anchor to space replacement (diff)
downloadnixos-config-6600922c3afe1a77f328f105ec4804b418ff50ea.tar.gz
nixos-config-6600922c3afe1a77f328f105ec4804b418ff50ea.zip
Fix(hm/conf/neovim/plugins/lf): Add fg and bg highlight colors
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua
index 8317a673..1d111a58 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua
@@ -3,7 +3,7 @@ local fn = vim.fn
 -- Defaults
 require("lf").setup({
     default_action = "drop", -- default action when `Lf` opens a file
-    -- TODO document these mappings:
+    -- TODO what do these mappings do?
     default_actions = {    -- default action keybindings
         ["<C-t>"] = "tabedit",
         ["<C-x>"] = "split",
@@ -26,7 +26,7 @@ require("lf").setup({
     highlights = {                                 -- highlights passed to toggleterm
         Normal = { link = "Normal" },
         NormalFloat = { link = 'Normal' },
-        FloatBorder = { guifg = "<VALUE>", guibg = "<VALUE>" },
+        FloatBorder = { guifg = "#cdcbe0", guibg = "#191726" },
     },
 
     -- Layout configurations