Skip to content

Commit

Permalink
Merge pull request #2 from hgaiser/master
Browse files Browse the repository at this point in the history
Latest changes
  • Loading branch information
hsahin authored Oct 20, 2020
2 parents 22701ae + f054d02 commit f5adf7b
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 1,491 deletions.
41 changes: 0 additions & 41 deletions autoload/gruvbox.vim

This file was deleted.

4 changes: 4 additions & 0 deletions coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"diagnostic.errorSign": "",
"diagnostic.warningSign": "",
"diagnostic.infoSign": "",
"diagnostic.hintSign": "",
// TODO: Use $XDG_CONFIG_HOME somehow?
"snippets.userSnippetsDirectory": "~/.config/nvim/ultisnips",
"languageserver": {
Expand Down
23 changes: 23 additions & 0 deletions colors/gruvbox-custom.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
runtime colors/gruvbox.vim

let g:colors_name = "gruvbox-custom"

" Use highlighting to show errors, not underlining.
hi CocErrorHighlight cterm=none ctermbg=88 gui=none guibg=#883322
hi CocWarningHighlight cterm=none ctermbg=94 gui=none guibg=#9a4d00
hi CocInfoHighlight cterm=none ctermbg=58 gui=none guibg=#7b632f
hi CocHintHighlight cterm=none ctermbg=60 gui=none guibg=#4e6e62

hi SpellCap cterm=none ctermbg=88 gui=italic guibg=#883322
hi SpellBad cterm=none ctermbg=88 gui=italic guibg=#883322
hi SpellLocal cterm=none ctermbg=88 gui=italic guibg=#883322
hi SpellRare cterm=none ctermbg=88 gui=italic guibg=#883322

" Set white text color to be a bit brighter.
hi Normal guifg=#ede7d8

" Set sign column to the same color as the line numbers column.
hi SignColumn guibg=#1d2021

" Show operators (+, -, =, etc.) in blue for easier reading.
hi link Operator GruvboxBlue
Loading

0 comments on commit f5adf7b

Please sign in to comment.