From 856b67cee59fde840cc2fc829e91f0596a41cc74 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 5 Nov 2025 16:11:06 +0100 Subject: [PATCH] [Colors] Swap builtins --- nvim/lua/plugins/style/colors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/plugins/style/colors.lua b/nvim/lua/plugins/style/colors.lua index c818883..a8f6d50 100755 --- a/nvim/lua/plugins/style/colors.lua +++ b/nvim/lua/plugins/style/colors.lua @@ -61,9 +61,9 @@ return { syntax = { comment = "comment", bracket = "darkyellow", - builtin0 = "lightblue", + builtin0 = "turquoise", builtin1 = "cyan", - builtin2 = "turquoise", + builtin2 = "lightblue", conditional = "darkblue", const = "gray", dep = "darkred",