Fix typos in ayu themes, also remove trailing space

imgbot
n0s4 2 years ago committed by Michael Davis
parent b565fff0f2
commit 8deaebde26

@ -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" }

@ -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" }

@ -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" }

Loading…
Cancel
Save