Skip to content

Commit

Permalink
Fix fleetish theme (helix-editor#3607)
Browse files Browse the repository at this point in the history
Co-authored-by: krfl <kr.fl@outlook.com>
  • Loading branch information
2 people authored and thomasskk committed Sep 9, 2022
1 parent 704b934 commit 7311a81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/fleetish.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7311a81

Please sign in to comment.