diff options
author | A-Walrus | 2022-07-06 02:49:54 +0000 |
---|---|---|
committer | GitHub | 2022-07-06 02:49:54 +0000 |
commit | 1378b911b63f4fdab7beba77de6d54f1dd070553 (patch) | |
tree | 4a0a72ede4d26d4f89732d8db348142eab4a69dc /runtime/themes | |
parent | b61221107068160c241858a530f6fa4144566122 (diff) |
Fix some typos (#2978)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/nord.toml | 2 | ||||
-rw-r--r-- | runtime/themes/pop-dark.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index f7ef079b..11195ece 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -41,7 +41,7 @@ "constant.builtin" = "nord4" "namespace" = "nord4" -# nord5 - suble UI text +# nord5 - subtle UI text # nord6 - base text, punctuation "ui.text" = { fg = "nord6" } diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index e662f957..172e8391 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -71,7 +71,7 @@ namespace = { fg = 'orangeL' } 'variable.other.member' = { fg = 'orangeH' } 'variable.function' = { fg = 'blueL' } 'punctuation' = { fg = 'blueL' } -'punctuation.delimeter' = { fg = 'blueH' } +'punctuation.delimiter' = { fg = 'blueH' } 'punctuation.bracket' = { fg = 'orangeN' } 'keyword' = { fg = 'blueH' } 'keyword.control' = { fg = 'blueL' } |