summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-19 15:14:20 +0100
committerJoe <rbo@gmx.us>2024-01-19 15:14:20 +0100
commitcf6262a0fb03061797b1fc85af89e74a6989b6de (patch)
treeccc89bf3869ae4326f308a334738a872a648db81 /.config/nvim/after
parentthis is great (diff)
downloaddotfiles-bsd-cf6262a0fb03061797b1fc85af89e74a6989b6de.tar.gz
dotfiles-bsd-cf6262a0fb03061797b1fc85af89e74a6989b6de.tar.bz2
dotfiles-bsd-cf6262a0fb03061797b1fc85af89e74a6989b6de.tar.xz
dotfiles-bsd-cf6262a0fb03061797b1fc85af89e74a6989b6de.tar.zst
dotfiles-bsd-cf6262a0fb03061797b1fc85af89e74a6989b6de.zip
better
Diffstat (limited to '.config/nvim/after')
-rw-r--r--.config/nvim/after/plugin/gruvbox.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/gruvbox.lua b/.config/nvim/after/plugin/gruvbox.lua
index a4a07a0..08c9a6e 100644
--- a/.config/nvim/after/plugin/gruvbox.lua
+++ b/.config/nvim/after/plugin/gruvbox.lua
@@ -20,6 +20,7 @@ require("gruvbox").setup({
palette_overrides = {},
overrides = {
["@punctuation.delimiter"] = { fg = "#928374" },
+ ["@string"] = { fg = "#8ec07c" },
},
dim_inactive = false,
transparent_mode = true,