diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:30:59 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:30:59 +0100 |
commit | ba5eee9f72838107cd3541cd1e0ca5643cb61964 (patch) | |
tree | d17825c390c202de5799df837b21ec12350dc289 /.config/nvim/themes/spaceway.vim | |
parent | e3546b5a1b4dab9df621f9d5060e64ebf096dd27 (diff) |
fixed the tmux color bug again
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 24dcb70..a9f57a1 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" |