From 5aee35792c4e6e84e86beb23892cf6a7efd41987 Mon Sep 17 00:00:00 2001 From: Sergii Golovatiuk Date: Fri, 7 Apr 2023 15:34:15 +0200 Subject: [PATCH] Add red color to Operators not and or operators in python are not colored. This change colors them in red. --- lua/base46/themes/monekai.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/base46/themes/monekai.lua b/lua/base46/themes/monekai.lua index fecb383..30d2629 100644 --- a/lua/base46/themes/monekai.lua +++ b/lua/base46/themes/monekai.lua @@ -61,6 +61,7 @@ M.polish_hl = { ["@string"] = { fg = M.base_30.sun }, ["@boolean"] = { fg = M.base_16.base09 }, ["@punctuation.bracket"] = { fg = M.base_30.sun }, + Operator = { fg = M.base_30.red }, ["@operator"] = { fg = M.base_30.red }, }