Skip to content

Commit

Permalink
Fix typos in ayu themes, also remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
n0s4 authored and the-mikedavis committed Aug 12, 2022
1 parent b565fff commit 8deaebd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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" }
Expand All @@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions 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" }
Expand All @@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions 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" }
Expand All @@ -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" }
Expand Down

0 comments on commit 8deaebd

Please sign in to comment.