diff options
| author | Blista Kanjo | 2022-04-07 02:05:04 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-07 02:05:04 -0400 |
| commit | 054fc4a41a59f3e101358a140ae3085e73fcfc72 (patch) | |
| tree | f3cdbe2dd8847cb05d7dbe6a5ca134da6661ddee | |
| parent | 90424602c4685fe5976b6d0134755c1e4fcd86c9 (diff) | |
changed gvim color scheme
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ if has('gui_running') set guifont=JetBrains\ Mono\ 11 - colorscheme torte + :set guioptions-=T + colorscheme slate endif if $TERM == 'alacritty' |
