Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vesdev committed Dec 11, 2023
1 parent 5926c87 commit 5f5e2eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/horizon-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace = "orange"
"ui.gutter" = "gray"
"ui.gutter.selected" = "blue-gray"
"ui.selection" = { bg = "selection" }
"ui.virtual.indent-guide" = { fg = "gray"}
"ui.virtual.indent-guide" = { fg = "gray" }
"ui.virtual.whitespace" = { fg = "blue-gray" }
"ui.statusline" = { bg = "dark-bg", fg = "blue-gray" }
"ui.popup" = { bg = "bg", fg = "gray" }
Expand All @@ -40,8 +40,8 @@ namespace = "orange"
"diagnostic" = { underline = { style = "curl" } }
"diagnostic.hint" = { underline = { color = "green", style = "curl" } }
"diagnostic.info" = { underline = { color = "blue", style = "curl" } }
"diagnostics.error" = { underline = { color = "red", style = "curl"} }
"diagnostics.warning" = { underline = { color = "orange", style = "curl"} }
"diagnostics.error" = { underline = { color = "red", style = "curl" } }
"diagnostics.warning" = { underline = { color = "orange", style = "curl" } }

warning = { fg = "orange", modifiers = ["bold"] }
error = { fg = "red", modifiers = ["bold"] }
Expand Down

0 comments on commit 5f5e2eb

Please sign in to comment.