Browse Source

vim: adjust colours

Maxim Likhachev 5 years ago
parent
commit
221fe1825d
  1. 10
      etc/soft/nvim/colors/PaperColor_Edit.vim

10
etc/soft/nvim/colors/PaperColor_Edit.vim

@ -5,7 +5,7 @@
" "
" Modified from the theme 'Tomorrow' " Modified from the theme 'Tomorrow'
hi clear " hi clear
syntax reset syntax reset
let g:colors_name = "PaperColor" let g:colors_name = "PaperColor"
@ -353,7 +353,8 @@ else " LIGHT VARIANT
let s:foreground = ['#444444', '238'] let s:foreground = ['#444444', '238']
let s:background = ['none', 'none'] let s:background = ['none', 'none']
let s:selection = ['#d0d0d0', '252'] let s:selection = ['#d0d0d0', '252']
let s:nontext = ['#dfafff', '189'] " let s:nontext = ['#dfafff', '189']
let s:nontext = ['#dfafff', '111']
let s:window = ['#e4e4e4', '254'] let s:window = ['#e4e4e4', '254']
let s:divider = s:navy let s:divider = s:navy
let s:linenumber = ['#bcbcbc', '249'] let s:linenumber = ['#bcbcbc', '249']
@ -400,8 +401,9 @@ else " LIGHT VARIANT
" Visual: " Visual:
" let s:visual_fg = s:background " let s:visual_fg = s:background
let s:visual_fg = ['#D9D9D9', 'white'] let s:visual_fg = ['#D9D9D9', '0']
let s:visual_bg = s:blue " let s:visual_bg = s:blue
let s:visual_bg = ['153', '153']
" Folded: " Folded:
let s:folded_fg = s:navy let s:folded_fg = s:navy

Loading…
Cancel
Save