From 529898343aed91872813833b1fa6bdf688cc4b2e Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 12 Feb 2026 18:21:04 +0300 Subject: 12.02.2026 --- config/nvim/lua/theme/colors.lua | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'config/nvim/lua/theme/colors.lua') diff --git a/config/nvim/lua/theme/colors.lua b/config/nvim/lua/theme/colors.lua index dd9d491..dd6f804 100644 --- a/config/nvim/lua/theme/colors.lua +++ b/config/nvim/lua/theme/colors.lua @@ -37,7 +37,7 @@ if vim.o.background == "dark" then local diffadd = "#6abf40" local diffdelete = "#d2322d" local diffchange = "#ec8013" - local statusline = "#162022" + local statusline = "#2c3043" local comment = "#dfdf8e" local dim_comment = "#696969" local mistake = { @@ -60,7 +60,7 @@ if vim.o.background == "dark" then yellow = "#cd974b", } local comment_fg = vim.g.alabaster_dim_comments and dim_comment or comment - local pmenu_bg = "#182325" + local pmenu_bg = "#252525" local float_bg = vim.g.alabaster_floatborder and bg or pmenu_bg local floatborder = vim.g.alabaster_floatborder and { bg = bg, fg = "#333333" } or { @@ -69,13 +69,13 @@ if vim.o.background == "dark" then } theme = { Comment = { fg = comment_fg }, - ColorColumn = { bg = "#182325" }, + ColorColumn = { bg = "#252525" }, Conceal = { fg = "#b0b0b0" }, Cursor = { bg = active, fg = "#000000" }, -- lCursor { }, -- the character under the cursor when |language-mapping| is used (see 'guicursor') -- CursorIM { }, -- like Cursor, but used when in IME mode |CursorIM| - CursorColumn = { bg = "#182325" }, - CursorLine = { bg = "#182325" }, + CursorColumn = { bg = "#252525" }, + CursorLine = { bg = "#252525" }, Directory = { fg = ansi.blue }, DiffAdd = { bg = "#244032", fg = "#56d364" }, DiffDelete = { bg = "#462c32", fg = "#f85149" }, @@ -86,7 +86,7 @@ if vim.o.background == "dark" then TermCursorNC = { fg = bg, bg = fg }, ErrorMsg = { fg = error, bg = mistake.bg }, VertSplit = { fg = "#2b3d40" }, - Folded = { bg = "#182325", fg = "#7d7d7d" }, + Folded = { bg = "#252525", fg = "#7d7d7d" }, FoldColumn = { bg = bg, fg = "#4d4d4d" }, SignColumn = {}, IncSearch = { bg = ansi.yellow, fg = bg }, @@ -108,7 +108,7 @@ if vim.o.background == "dark" then PmenuSbar = { bg = "#212f31" }, PmenuThumb = { bg = "#47666b" }, Question = { fg = diffadd }, - QuickFixLine = { bg = "#182325" }, + QuickFixLine = { bg = "#252525" }, Search = { bg = "#354c50" }, SpecialKey = { fg = ansi.cyan }, SpellBad = { undercurl = 1, sp = ansi.red }, @@ -485,6 +485,7 @@ else VertSplit = { fg = "#abbdc0" }, Folded = { bg = "#dddddd", fg = "#7d7d7d" }, FoldColumn = { bg = bg, fg = "#4d4d4d" }, + SignColumn = {}, IncSearch = { bg = active, fg = fg }, -- Substitute { }, -- |:substitute| replacement text highlighting -- cgit v1.2.3