Skip to content

Commit

Permalink
Fix ayu theme markup unreadable bg
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Apr 1, 2023
1 parent 406c5c3 commit af01792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/themes/ayu_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"namespace" = "blue"
"markup.heading" = "orange"
"markup.list" = "yellow"
"markup.raw.block" = { bg = "gray", fg = "orange" }
"markup.raw.block" = "orange"
"markup.link.url" = "blue"
"markup.link.text" = "yellow"
"markup.link.label" = "green"
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/ayu_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"namespace" = "blue"
"markup.heading" = "orange"
"markup.list" = "yellow"
"markup.raw.block" = { bg = "gray", fg = "orange" }
"markup.raw.block" = "orange"
"markup.link.url" = "blue"
"markup.link.text" = "yellow"
"markup.link.label" = "green"
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/ayu_mirage.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"namespace" = "blue"
"markup.heading" = "orange"
"markup.list" = "yellow"
"markup.raw.block" = { bg = "gray", fg = "orange" }
"markup.raw.block" = "orange"
"markup.link.url" = "blue"
"markup.link.text" = "yellow"
"markup.link.label" = "green"
Expand Down

0 comments on commit af01792

Please sign in to comment.