Mercurial > dotfiles
comparison dot_config/nvim/executable_init.vim @ 263:fab71b4ac0b9
Colorscheme fixes
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 24 May 2020 19:13:33 +0200 |
parents | e76bb97c0099 |
children | bfa07144db1b |
comparison
equal
deleted
inserted
replaced
262:44d179225271 | 263:fab71b4ac0b9 |
---|---|
245 \ 'theme': { | 245 \ 'theme': { |
246 \ 'default': { | 246 \ 'default': { |
247 \ 'allow_bold': 0 | 247 \ 'allow_bold': 0 |
248 \ } | 248 \ } |
249 \ } | 249 \ } |
250 \} | |
251 let g:onedark_color_overrides = { | |
252 \ "yellow": {"cterm": "3", "gui": "#ffc24b"} | |
250 \} | 253 \} |
251 set background=dark | 254 set background=dark |
252 colorscheme onedark | 255 colorscheme onedark |
253 if s:darwin | 256 if s:darwin |
254 set background=dark | 257 set background=dark |