diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:54:43 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:54:43 +0100 |
commit | 5476b0486125087c74fcdb0457d58ee5dc0e954e (patch) | |
tree | 8434b666bd32369c62ef2c21a15df83f85535c77 /.config/nvim/themes/spaceway.vim | |
parent | ba5eee9f72838107cd3541cd1e0ca5643cb61964 (diff) |
etc
Diffstat (limited to '.config/nvim/themes/spaceway.vim')
-rw-r--r-- | .config/nvim/themes/spaceway.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/themes/spaceway.vim b/.config/nvim/themes/spaceway.vim index a9f57a1..24dcb70 100644 --- a/.config/nvim/themes/spaceway.vim +++ b/.config/nvim/themes/spaceway.vim @@ -1,5 +1,5 @@ " Prevents the colorscheme from loading a custom bg color. -" autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE +autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum" |