> [!metadata|i-at] > [[Callout Adjustments]] # Callout Colors | Abbr. | Full Title | Description | | --- | --- | --- | | `c-` | `color-` | Change callout title/border color | | `bg-` | `background-` | Change callout background color | | `bg-c-` | `background-color-` | Change callout title and background color | - **Colors:** - purple - blue - green - red - pink - orange - yellow - gray - brown - black - plain --- ## Examples ```markdown > [!recite|color-blue] > [!recite|background-blue] > [!recite|background-color-blue] ``` ```markdown > [!recite|c-purple] > [!recite|bg-purple] > [!recite|bg-c-purple] ``` --- ## Live Examples > [!columns|flex ttl-c] Text Color >> [!note|color-red] Red > >> [!note|color-blue] Blue > >> [!note|color-green] Green > >> [!note|color-orange] Orange > >> [!note|color-purple] Purple > >> [!note|color-gray] Gray > >> [!note|color-yellow] Yellow > >> [!note|color-pink] Pink > >> [!note|color-brown] Brown > >> [!note|color-black] Black > >> [!note|color-white] White > >> [!note|color-plain] Plain > [!columns|flex ttl-c] Background Color >> [!tip|background-red] Red > >> [!tip|background-blue] Blue > >> [!tip|background-green] Green > >> [!tip|background-orange] Orange > >> [!tip|background-purple] Purple > >> [!tip|background-gray] Gray > >> [!tip|background-yellow] Yellow > >> [!tip|background-pink] Pink > >> [!tip|background-brown] Brown > >> [!tip|background-black] Black > >> [!note|background-white] White > >> [!note|background-plain] Plain > [!columns|flex ttl-c] Background Color >> [!tip|background-color-red] Red > >> [!tip|background-color-blue] Blue > >> [!tip|background-color-green] Green > >> [!tip|background-color-orange] Orange > >> [!tip|background-color-purple] Purple > >> [!tip|background-color-gray] Gray > >> [!tip|background-color-yellow] Yellow > >> [!tip|background-color-pink] Pink > >> [!tip|background-color-brown] Brown > >> [!tip|background-color-black] Black > >> [!note|background-color-white] White > >> [!note|background-color-plain] Plain ![](https://raw.githubusercontent.com/SlRvb/Obsidian--ITS-Theme/main/Images/Callout-color.png) **Background Color:** ![](https://raw.githubusercontent.com/SlRvb/Obsidian--ITS-Theme/main/Images/Callout-background-color.png) **Text & Background Colors:** ![](https://raw.githubusercontent.com/SlRvb/Obsidian--ITS-Theme/main/Images/Callout-background-text-color.png)