diff options
author | Ben Sima <ben@bsima.me> | 2018-06-07 07:58:51 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-07 07:58:51 -0700 |
commit | 77ab26d4c4575a5d0d7dafe55b24c21887d19e67 (patch) | |
tree | a2c0cc975cac2884648bd8cf732c8ff09fe19122 /vim.nix | |
parent | d50827c01003214094d4b87fa58d14a445e71589 (diff) |
Colorscheme fixes
Diffstat (limited to 'vim.nix')
-rw-r--r-- | vim.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -39,6 +39,10 @@ in imap fd <Esc> set mouse=a "" + "" https://github.com/lifepillar/vim-solarized8#troubleshooting + "let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" + "let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" + set termguicolors "" Auto-switch theme let hour = strftime("%H") if 6 <= hour && hour < 18 @@ -47,6 +51,6 @@ in set background=dark endif let g:solarized_termcolors=256 - colorscheme solarized + colorscheme solarized8 ''; } |