-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(neovim): added
colorbuddy
and gruvbox
colorschemes
- Loading branch information
1 parent
a1f86b1
commit efd4e70
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
return { | ||
terminal_colors = true, -- add neovim terminal colors | ||
undercurl = true, | ||
underline = true, | ||
bold = true, | ||
italic = { | ||
strings = false, | ||
emphasis = true, | ||
comments = true, | ||
operators = false, | ||
folds = true, | ||
}, | ||
strikethrough = true, | ||
inverse = true, -- invert background for search, diffs, statuslines and errors | ||
contrast = "", -- can be "hard", "soft" or empty string | ||
dim_inactive = true, | ||
transparent_mode = vim.g.transparency, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters