From fe5e852a4864f7069049cfb361fc3fc70202fc3e Mon Sep 17 00:00:00 2001 From: Daniel Heras Quesada Date: Thu, 5 Mar 2026 11:10:44 +0100 Subject: [PATCH] style: new themes --- lua/plugins/style.lua | 49 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/lua/plugins/style.lua b/lua/plugins/style.lua index 10417ca..0d9f9a5 100644 --- a/lua/plugins/style.lua +++ b/lua/plugins/style.lua @@ -10,7 +10,48 @@ return { -- variant = "darker", -- dark, light, darker | dawn -- }, -- }, - + { + "oskarnurm/koda.nvim", + lazy = false, + priority = 1000, + }, + { + "ntk148v/komau.vim", + opts = { + style = "auto", -- "dark" | "light" | "auto" (uses &background) + transparent = false, + dim_inactive = false, + terminal_colors = true, + styles = { + comments = { italic = true }, + keywords = { bold = true }, + }, + integrations = { + treesitter = true, + lsp = true, + telescope = true, + cmp = true, + gitsigns = true, + which_key = true, + indent_blankline = true, + mini = true, + statusline = { lightline = true, lualine = true }, + }, + overrides = { + Normal = { fg = "#e76f51", bg = "#222222" }, + TelescopeTitle = function(colors) + return { fg = colors.bg, bg = colors.accent, bold = true } + end, + }, + templates = { + function(colors, highlights) + return { + FloatBorder = { fg = colors.accent, bg = colors.float_bg }, + } + end, + }, + }, + }, { "ellisonleao/gruvbox.nvim", priority = 1000, @@ -38,7 +79,7 @@ return { overrides = {}, dim_inactive = false, transparent_mode = false, - } + }, }, { "echasnovski/mini.icons" }, @@ -74,8 +115,8 @@ return { smear_insert_mode = true, -- fast smear - stiffness = 0.8, -- 0.6 [0, 1] - trailing_stiffness = 0.5, -- 0.4 [0, 1] + stiffness = 0.8, -- 0.6 [0, 1] + trailing_stiffness = 0.5, -- 0.4 [0, 1] stiffness_insert_mode = 0.6, -- 0.4 [0, 1] trailing_stiffness_insert_mode = 0.6, -- 0.4 [0, 1] distance_stop_animating = 0.5, -- 0.1 > 0