aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/nightfox.toml
diff options
context:
space:
mode:
authorAlexis Mousset2023-09-10 20:31:12 +0000
committerGitHub2023-09-10 20:31:12 +0000
commit83ac53a1090e90bb36376dcf5713fac8e1cf66fd (patch)
tree642686ff06c6115d9915b7583ae7cf6357063ce4 /runtime/themes/nightfox.toml
parent6f3a6575dc9f4f9390cdfa5b56f5a0d182775ca2 (diff)
Fix various typos (#8233)
Diffstat (limited to 'runtime/themes/nightfox.toml')
-rw-r--r--runtime/themes/nightfox.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml
index 069b32ab..6c5ed350 100644
--- a/runtime/themes/nightfox.toml
+++ b/runtime/themes/nightfox.toml
@@ -125,7 +125,7 @@
"keyword.control.exception" = { fg = "magenta" } # `try`, `catch`, `raise`/`throw` and related.
"keyword.operator" = { fg = "fg2", modifiers = ["bold"] } # 'or', 'and', 'in'.
"keyword.directive" = { fg = "pink-bright" } # Preprocessor directives (#if in C...).
-"keyword.function" = { fg = "red" } # The keyword to define a funtion: 'def', 'fun', 'fn'.
+"keyword.function" = { fg = "red" } # The keyword to define a function: 'def', 'fun', 'fn'.
"keyword.storage" = { fg = "magenta" } # Keywords describing how things are stored
"keyword.storage.type" = { fg = "magenta" } # The type of something, class, function, var, let, etc.
"keyword.storage.modifier" = { fg = "yellow" } # Storage modifiers like static, mut, const, ref, etc.
@@ -183,6 +183,6 @@ bg4 = "#39506d" # Conceal, border fg
fg0 = "#d6d6d7" # Lighter fg
fg1 = "#cdcecf" # Default fg
fg2 = "#aeafb0" # Darker fg (status line)
-fg3 = "#71839b" # Darker fg (line numbers, fold colums)
+fg3 = "#71839b" # Darker fg (line numbers, fold columns)
sel0 = "#2b3b51" # Popup bg, visual selection bg
sel1 = "#3c5372" # Popup sel bg, search bg