dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit aef32197cd1ae38a62df83d097b6f0043beb830d
parent b81bf808c7fee14957e47fc33e746b1cc7a94fe7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 14 Mar 2019 15:04:46 +0100

Small vim color change

Diffstat:
Mlinks/.vim/colors/adbasic.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.vim/colors/adbasic.vim b/links/.vim/colors/adbasic.vim @@ -44,7 +44,7 @@ else SynColor Comment term=NONE cterm=NONE ctermfg=8 ctermbg=NONE gui=NONE guifg=Blue guibg=NONE SynColor Constant term=NONE cterm=NONE ctermfg=6 ctermbg=NONE gui=NONE guifg=Magenta guibg=NONE SynColor Special term=bold cterm=NONE ctermfg=DarkMagenta ctermbg=NONE gui=NONE guifg=SlateBlue guibg=NONE - SynColor Identifier term=underline cterm=NONE ctermfg=DarkCyan ctermbg=NONE gui=NONE guifg=DarkCyan guibg=NONE + SynColor Identifier term=underline cterm=NONE ctermfg=5 ctermbg=NONE gui=NONE guifg=DarkCyan guibg=NONE SynColor Statement term=bold cterm=NONE ctermfg=12 ctermbg=NONE gui=bold guifg=Brown guibg=NONE SynColor PreProc term=underline cterm=NONE ctermfg=DarkMagenta ctermbg=NONE gui=NONE guifg=Purple guibg=NONE SynColor Type term=underline cterm=NONE ctermfg=4 ctermbg=NONE gui=bold guifg=SeaGreen guibg=NONE