aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorn0s42022-08-12 10:54:11 +0000
committerMichael Davis2022-08-12 15:57:03 +0000
commit8deaebde26a5ab2a51e8124828ba042641a1558f (patch)
tree439e7bd1f79890fe06dcafc905e54f48e52680a4 /runtime/themes
parentb565fff0f20828105e2895ea099889aa38c7d26c (diff)
Fix typos in ayu themes, also remove trailing space
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/ayu_dark.toml4
-rw-r--r--runtime/themes/ayu_light.toml4
-rw-r--r--runtime/themes/ayu_mirage.toml4
3 files changed, 6 insertions, 6 deletions
diff --git a/runtime/themes/ayu_dark.toml b/runtime/themes/ayu_dark.toml
index 2f5dd6f3..09ed2467 100644
--- a/runtime/themes/ayu_dark.toml
+++ b/runtime/themes/ayu_dark.toml
@@ -1,5 +1,5 @@
# Author: André Sá <enkodr@outlook.com>
-# Based on the AYU theme colors from https://github.com/dempfi/ayu
+# Based on the AYU theme colors from https://github.com/dempfi/ayu
# Syntax highlighting
"type" = { fg = "blue" }
@@ -23,7 +23,7 @@
"namespace" = { fg = "blue" }
"markup.heading" = { fg = "orange" }
"markup.list" = { fg = "yellow" }
-"markup.raw.block" = { bg = "grey", fg = "orange" }
+"markup.raw.block" = { bg = "gray", fg = "orange" }
"markup.link.url" = { fg = "blue" }
"markup.link.text" = { fg = "yellow" }
"markup.link.label" = { fg = "green" }
diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml
index feaff5be..e0da4393 100644
--- a/runtime/themes/ayu_light.toml
+++ b/runtime/themes/ayu_light.toml
@@ -1,5 +1,5 @@
# Author: André Sá <enkodr@outlook.com>
-# Based on the AYU theme colors from https://github.com/dempfi/ayu
+# Based on the AYU theme colors from https://github.com/dempfi/ayu
# Syntax highlighting
"type" = { fg = "blue" }
@@ -23,7 +23,7 @@
"namespace" = { fg = "blue" }
"markup.heading" = { fg = "orange" }
"markup.list" = { fg = "yellow" }
-"markup.raw.block" = { bg = "grey", fg = "orange" }
+"markup.raw.block" = { bg = "gray", fg = "orange" }
"markup.link.url" = { fg = "blue" }
"markup.link.text" = { fg = "yellow" }
"markup.link.label" = { fg = "green" }
diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml
index b2567e65..533bbfb0 100644
--- a/runtime/themes/ayu_mirage.toml
+++ b/runtime/themes/ayu_mirage.toml
@@ -1,5 +1,5 @@
# Author: André Sá <enkodr@outlook.com>
-# Based on the AYU theme colors from https://github.com/dempfi/ayu
+# Based on the AYU theme colors from https://github.com/dempfi/ayu
# Syntax highlighting
"type" = { fg = "blue" }
@@ -23,7 +23,7 @@
"namespace" = { fg = "blue" }
"markup.heading" = { fg = "orange" }
"markup.list" = { fg = "yellow" }
-"markup.raw.block" = { bg = "grey", fg = "orange" }
+"markup.raw.block" = { bg = "gray", fg = "orange" }
"markup.link.url" = { fg = "blue" }
"markup.link.text" = { fg = "yellow" }
"markup.link.label" = { fg = "green" }