Skip to content

Commit

Permalink
docs(README): use the new GitHub "alerts" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Jul 10, 2024
1 parent b0e08ad commit 13f67fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Notices

> **Warning**
> [!WARNING]
> If you customize or configure colors, or if you upgrade the colorscheme and notice that it's not affecting the appearance, please run the `:GithubThemeCompile` command to compile the colorscheme. We are actively addressing this issue and appreciate your patience.
<!-- If you're interested, you can learn more about 'sponsor-spotlight' on
Expand Down Expand Up @@ -64,8 +64,8 @@ or `:h github-theme-changelog` to receive updates on breaking changes and deprec
- True color support
- Undercurl terminal support (optional)

> **Note**
> for MacOS: The default `terminal` does not support `true color`. Use either `Iterm2` or [another] terminal that supports true color.
> [!NOTE]
> On macOS, the default terminal (i.e. `Terminal.app`) does not support ***true color*** 24-bit RGB colors. Use either `Iterm2` or [another] terminal which supports ***true color***.
## Installation

Expand Down Expand Up @@ -636,8 +636,8 @@ Set your airline colorscheme with `:AirlineThemes` vim command.
This section will help you determine what highlight group is being applied to a piece of syntax. These methods
show which highlight group(s) is in use at the current screen position of the cursor (under the cursor).

> **Note**
> On Neovim v0.9.0 and later, you can use the command `:Inspect`, or the Lua function `vim.show_pos()`.
> [!TIP]
> On Neovim v0.9.0 and later, you can use the builtin command `:Inspect`, or the Lua function `vim.show_pos()`.
#### Treesitter highlighting

Expand Down

1 comment on commit 13f67fc

@tmillr
Copy link
Member Author

@tmillr tmillr commented on 13f67fc Jul 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.