From 1de17a2530e037730e20a957a2fc0874b6b27b35 Mon Sep 17 00:00:00 2001 From: Kristoffer Flottorp <2630397+krfl@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:15:38 +0200 Subject: [PATCH] Fix fleetish theme (#3607) Co-authored-by: krfl --- runtime/themes/fleetish.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/themes/fleetish.toml b/runtime/themes/fleetish.toml index 879b87509..70de2f8a1 100644 --- a/runtime/themes/fleetish.toml +++ b/runtime/themes/fleetish.toml @@ -10,7 +10,7 @@ "constant.numeric" = { fg = "yellow" } # .integer / .float "string" = { fg = "pink" } # .regexp # "string.special" = {} #.path / .url / .symbol -"string.special" = { modifier = ["underline"] } #.path / .url / .symbol +"string.special" = { modifiers = ["underlined"] } #.path / .url / .symbol "comment" = { fg = "dark_gray" } # .line # "comment.block" = {} # .documentation "variable" = { fg = "light" } # .builtin / .parameter @@ -102,6 +102,7 @@ blue_accent = "#2197F3" pink_accent = "#E44C7A" green_accent = "#00AF99" orange_accent = "#EE7F25" +yellow_accent = "#DEA407" # variables intended for future updates checkmark = "#44B254"