diff options
author | Kristoffer Flottorp | 2022-08-30 13:15:38 +0000 |
---|---|---|
committer | GitHub | 2022-08-30 13:15:38 +0000 |
commit | 1de17a2530e037730e20a957a2fc0874b6b27b35 (patch) | |
tree | 1ea6e4c23dc53d0435ebc333ff31179b507d3af7 /runtime/themes | |
parent | e77b7d147cd03c4e7d7835993317150428b083ca (diff) |
Fix fleetish theme (#3607)
Co-authored-by: krfl <kr.fl@outlook.com>
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/fleetish.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/fleetish.toml b/runtime/themes/fleetish.toml index 879b8750..70de2f8a 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" |