Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envrcd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
envrcd
Commits
fec47a8e
Commit
fec47a8e
authored
5 years ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Tweak highlight colors
parent
b3f274e9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
profile/rda/.vimrc
+12
-10
12 additions, 10 deletions
profile/rda/.vimrc
with
12 additions
and
10 deletions
profile/rda/.vimrc
+
12
−
10
View file @
fec47a8e
...
...
@@ -134,20 +134,22 @@ map <Leader>h :noh<CR>
" use pablo color scheme
colorscheme
pablo
:
silent
!
colorscheme
jellybeans
" make comments more readable with lighter gr
e
y
highlight
Comment
ctermfg
=
Gre
y
" make comments more readable with lighter gr
a
y
highlight
Comment
ctermfg
=
Gray guifg
=
Gra
y
" --- background ---
" use no background in terminal instead of gr
e
y
highlight
Normal
ctermbg
=
none
highlight
NonText
ctermbg
=
none
highlight
SpecialKey ctermbg
=
none
" use no background in terminal instead of gr
a
y
highlight
Normal
ctermbg
=
NONE
guibg
=
#080808
highlight
NonText
ctermbg
=
NONE
guibg
=
#080808
highlight
SpecialKey
ctermbg
=
NONE
guibg
=
#080808
" --- highlights ---
" tweak todo to be brighter
highlight
Todo guifg
=
Cyan guibg
=
Black
gui
=
none ctermbg
=
36
cterm
=
none ctermfg
=
9
" highlight superfluous whitespace in orange
highlight
ExtraWhiteSpace guifg
=
White guibg
=
#DF5F00
gui
=
bold
ctermfg
=
255
ctermbg
=
166
cterm
=
bold
" todo
highlight
Todo ctermfg
=
Cyan ctermbg
=
NONE
cterm
=
bold
guifg
=
Cyan guibg
=
NONE
gui
=
bold
" search
highlight
Search ctermfg
=
161
ctermbg
=
NONE
cterm
=
standout guifg
=
#df005f
guibg
=
NONE
gui
=
bold
,
standout
" superfluous extra whitespace
highlight
ExtraWhiteSpace ctermfg
=
White ctermbg
=
167
cterm
=
bold
guifg
=
White guibg
=
#df5f5f
gui
=
bold
"}}}
" --- whitespace ---{{{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment