diff options
Diffstat (limited to 'runtime/themes/ayu_mirage.toml')
-rw-r--r-- | runtime/themes/ayu_mirage.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" } |