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á -# 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á -# 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á -# 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" }