summaryrefslogtreecommitdiff
path: root/.vim/colors/solarized.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/colors/solarized.vim')
-rw-r--r--.vim/colors/solarized.vim7
1 files changed, 6 insertions, 1 deletions
diff --git a/.vim/colors/solarized.vim b/.vim/colors/solarized.vim
index 70f5223..b79d932 100644
--- a/.vim/colors/solarized.vim
+++ b/.vim/colors/solarized.vim
@@ -654,7 +654,7 @@ exe "hi! DiffDelete" .s:fmt_none .s:fg_red .s:bg_base02
exe "hi! DiffText" .s:fmt_none .s:fg_blue .s:bg_base02 .s:sp_blue
endif
endif
-exe "hi! SignColumn" .s:fmt_none .s:fg_base0
+hi! link SignColumn LineNr
exe "hi! Conceal" .s:fmt_none .s:fg_blue .s:bg_none
exe "hi! SpellBad" .s:fmt_curl .s:fg_none .s:bg_none .s:sp_red
exe "hi! SpellCap" .s:fmt_curl .s:fg_none .s:bg_none .s:sp_violet
@@ -757,6 +757,11 @@ hi! link gitcommitUnmergedArrow gitcommitUnmergedFile
"exe "hi! gitcommitOverflow"
"exe "hi! gitcommitBlank"
" }}}
+" vim-gitgutter highlighting {{{
+exe "hi! lineAdded" .s:fmt_bold .s:fg_green .s:bg_base02
+exe "hi! lineModified" .s:fmt_bold .s:fg_yellow .s:bg_base02
+exe "hi! lineRemoved" .s:fmt_bold .s:fg_red .s:bg_base02
+" }}}
" html highlighting "{{{
" ---------------------------------------------------------------------
exe "hi! htmlTag" .s:fmt_none .s:fg_base01 .s:bg_none
el mapping (16 consecutive entries may be able to use a single TLB entry) - Generic CONFIG_HZ now used on arm64 - defconfig updates * tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (91 commits) arm64/efi: fix libstub build under CONFIG_MODVERSIONS ARM64: Enable multi-core scheduler support by default arm64/efi: move arm64 specific stub C code to libstub arm64: page-align sections for DEBUG_RODATA arm64: Fix build with CONFIG_ZONE_DMA=n arm64: Fix compat register mappings arm64: Increase the max granular size arm64: remove bogus TASK_SIZE_64 check arm64: make Timer Interrupt Frequency selectable arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED arm64: cachetype: fix definitions of ICACHEF_* flags arm64: cpufeature: declare enable_cpu_capabilities as static genirq: Make the cpuhotplug migration code less noisy arm64: Constify hwcap name string arrays arm64/kvm: Make use of the system wide safe values arm64/debug: Make use of the system wide safe value arm64: Move FP/ASIMD hwcap handling to common code arm64/HWCAP: Use system wide safe values arm64/capabilities: Make use of system wide safe value arm64: Delay cpu feature capability checks ...
Diffstat (limited to 'arch')