diff --git a/docs/How_To_Coloring_and_Theming.md b/docs/How_To_Coloring_and_Theming.md index 0b86423ce4..a3d5222fd2 100644 --- a/docs/How_To_Coloring_and_Theming.md +++ b/docs/How_To_Coloring_and_Theming.md @@ -204,7 +204,7 @@ This `"#hex"` format allows us to specify 24-bit truecolor tones to different pa --- The `full "#hex"` format is a take on the `"#hex"` format but allows one to specify the foreground, background, and attributes in one line. -Example: ``{ fg: "#ff0000" bg: "#0000ff" attr: b }` +Example: `{ fg: "#ff0000" bg: "#0000ff" attr: b }` * foreground of red in "#hex" format * background of blue in "#hex" format @@ -455,4 +455,4 @@ let config = { log_level: error } ``` -if you want to go full-tilt on theming, you'll want to theme all the items I mentioned at the very beginning, including LS_COLORS, and the prompt. Good luck! \ No newline at end of file +if you want to go full-tilt on theming, you'll want to theme all the items I mentioned at the very beginning, including LS_COLORS, and the prompt. Good luck!