aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorjgmdev <jgmdev@gmail.com>2022-03-10 00:47:47 -0400
committerjgmdev <jgmdev@gmail.com>2022-03-10 00:47:47 -0400
commit8e1cc27f968fd3c20b957b02cca9d7c92aa697f8 (patch)
tree8ba1764bbbd79d4b3ba4a3d3aa6ef8ef99331839 /colors
parent96aa1e80bf38f81a8557458dd07dce4221c1a56f (diff)
downloadlite-xl-colors-8e1cc27f968fd3c20b957b02cca9d7c92aa697f8.tar.gz
lite-xl-colors-8e1cc27f968fd3c20b957b02cca9d7c92aa697f8.zip
onedark: added missing color to operators from official pallete.
Diffstat (limited to 'colors')
-rw-r--r--colors/onedark.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/onedark.lua b/colors/onedark.lua
index 323613e..af26b9a 100644
--- a/colors/onedark.lua
+++ b/colors/onedark.lua
@@ -24,6 +24,6 @@ style.syntax["keyword2"] = { common.color "#eb6772" }
style.syntax["number"] = { common.color "#db9d63" }
style.syntax["literal"] = { common.color "#e6c07b" }
style.syntax["string"] = { common.color "#9acc76" }
-style.syntax["operator"] = { common.color "#abb2bf" }
+style.syntax["operator"] = { common.color "#56B6C2" }
style.syntax["function"] = { common.color "#5cb3fa" }