From 21064c72cc47ae144720143757717843c1aff80d Mon Sep 17 00:00:00 2001 From: Axel Kappel <69117984+Kl4rry@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:09:19 +0200 Subject: [PATCH] fix theme --- themes/solarized_dark.toml | 1 + themes/solarized_light.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/solarized_dark.toml b/themes/solarized_dark.toml index 6144800..439dbc7 100644 --- a/themes/solarized_dark.toml +++ b/themes/solarized_dark.toml @@ -16,6 +16,7 @@ [syntax] "attribute" = { fg = "violet" } +"key" = { fg = "green" } "keyword" = { fg = "green" } "keyword.directive" = { fg = "orange" } "namespace" = { fg = "violet" } diff --git a/themes/solarized_light.toml b/themes/solarized_light.toml index ffb07f8..d6c4233 100644 --- a/themes/solarized_light.toml +++ b/themes/solarized_light.toml @@ -16,6 +16,7 @@ [syntax] "attribute" = { fg = "violet" } +"key" = { fg = "green" } "keyword" = { fg = "green" } "keyword.directive" = { fg = "orange" } "namespace" = { fg = "violet" }