From 0e0ea5014bf73d255da3351590c7609f1cd39ccf Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 17 Aug 2025 14:28:42 +0200 Subject: [PATCH] Updated colors --- lua/nightly_cm/theme.lua | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/lua/nightly_cm/theme.lua b/lua/nightly_cm/theme.lua index 743bb72..933572a 100644 --- a/lua/nightly_cm/theme.lua +++ b/lua/nightly_cm/theme.lua @@ -111,11 +111,15 @@ function theme.setup() lCursor = { fg = p.foreground, bg = p.foreground }, WinSeparator = { fg = p.cursorline }, + -- Netrw + netrwDir = { fg = p.foreground, bg = p.color0 }, + netrwPlain = { fg = p.foreground, bg = p.color0 }, + netrwTreeDir = { fg = p.foreground, bg = p.color0 }, + -- Lazygit LazyGitFloat = { fg = p.foreground, bg = p.color0 }, LazyGitBorder = { fg = p.foreground, bg = p.background }, - -- Diagnostic DiagnosticError = { fg = p.color1 }, DiagnosticHint = { fg = p.color2 }, @@ -166,16 +170,16 @@ function theme.setup() markdownLink = { fg = p.foreground, underline = true }, -- mini.statusline - MiniStatuslineModeNormal = { fg = p.color0, bg = p.comment }, - MiniStatuslineModeInsert = { fg = p.color0, bg = p.color2 }, - MiniStatuslineModeVisual = { fg = p.color0, bg = p.color4 }, - MiniStatuslineModeReplace = { fg = p.color0, bg = p.color5 }, - MiniStatuslineModeCommand = { fg = p.color0, bg = p.color3 }, - MiniStatuslineModeOther = { fg = p.color0, bg = p.color3 }, - MiniStatuslineDevinfo = { fg = p.comment, bg = p.background }, - MiniStatuslineFilename = { fg = p.comment, bg = p.background }, - MiniStatuslineFileinfo = { fg = p.comment, bg = p.background }, - MiniStatuslineInactive = { fg = p.comment, bg = p.background }, + MiniStatuslineModeNormal = { fg = p.color0, bg = p.comment }, + MiniStatuslineModeInsert = { fg = p.color0, bg = p.color2 }, + MiniStatuslineModeVisual = { fg = p.color0, bg = p.color4 }, + MiniStatuslineModeReplace = { fg = p.color0, bg = p.color5 }, + MiniStatuslineModeCommand = { fg = p.color0, bg = p.color3 }, + MiniStatuslineModeOther = { fg = p.color0, bg = p.color3 }, + MiniStatuslineDevinfo = { fg = p.comment, bg = p.background }, + MiniStatuslineFilename = { fg = p.comment, bg = p.background }, + MiniStatuslineFileinfo = { fg = p.comment, bg = p.background }, + MiniStatuslineInactive = { fg = p.comment, bg = p.background }, -- nvim-treesitter: https://github.com/nvim-treesitter/nvim-treesitter ["@attribute"] = { fg = p.color4 },