Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Hensel
dotfiles
Commits
cd0aeba1
Commit
cd0aeba1
authored
Jul 05, 2022
by
Jan Hensel
🐧
Browse files
nvim::lush: Change URI appearance
parent
0496cf18
Changes
1
Hide whitespace changes
Inline
Side-by-side
.config/nvim/lua/mono_lush.lua
View file @
cd0aeba1
...
...
@@ -227,6 +227,7 @@ local theme = lush(function()
Bold
{
gui
=
"bold"
},
Italic
{
gui
=
"italic"
},
URI
{
fg
=
dark_blue
},
-- These groups are for the native LSP client. Some other LSP clients may
-- use these groups, or use their own. Consult your LSP client's
...
...
@@ -293,7 +294,7 @@ local theme = lush(function()
-- TSUnderline { }, -- For text to be represented with an underline.
-- TSTitle { }, -- Text that is part of a title.
-- TSLiteral { }, -- Literal text.
TSURI
{
fg
=
dark_blue
},
-- Any URI like a link or email.
TSURI
{
URI
},
-- Any URI like a link or email.
-- TSVariable { }, -- Any variable name that does not have another highlight.
-- TSVariableBuiltin { }, -- Variable names that are defined by the languages, like `this` or `self`.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment