You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first off, hello and thank you for this theme. 🙏 recently i've noticed several newer terminals such as kitty and alacritty (my daily driver) have added support for undercurls (under curls), and so has tmux. i've verified with alacritty,
echo -e "\e[4:3mTEST"
added the below to my tmux.conf
# tmux / styling / undercurl, under curl
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
and reran the above echo command within tmux and got undercurls displaying.
however, i'm currently not seeing any undercurls for misspellings in a document using neovim when i toggle spell checking. i'm still just seeing a straight red line.
would this be a feature this colorscheme could enable eventually or are we the user of this colorscheme expected to enable this setting ourselves? thanks again for this colorscheme. 🙏
The text was updated successfully, but these errors were encountered:
forgive me for not rereading the readme 🤦♂️ i do see, there is support for undercurls and sure enough i see them below on lsp diagnositic messages. But I do not seem them when i toggle spell checking, i assume that is something i need to setup on my end?
-- NOTE: ipatch below line required or bg color is not updated in terminal
cmd [[silent! colorscheme onedark]]
-- ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ NOTE: ipatch, this needs to be below the `colorscheme onedark` cmd above
vim.cmd [[hi SpellBad gui=undercurl]]
first off, hello and thank you for this theme. 🙏 recently i've noticed several newer terminals such as kitty and alacritty (my daily driver) have added support for undercurls (under curls), and so has tmux. i've verified with alacritty,
added the below to my tmux.conf
and reran the above echo command within tmux and got undercurls displaying.
however, i'm currently not seeing any undercurls for misspellings in a document using neovim when i toggle spell checking. i'm still just seeing a straight red line.
would this be a feature this colorscheme could enable eventually or are we the user of this colorscheme expected to enable this setting ourselves? thanks again for this colorscheme. 🙏
The text was updated successfully, but these errors were encountered: