aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/init/style.vim
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-07-20 00:03:54 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-07-20 00:04:13 +0800
commit21c7b9ef8f0326a67e89bc42fd55a481ef56134d (patch)
tree6fc17d27e014bb72c534397590557ba856f4dda5 /vim/init/style.vim
parentd307a989360112b5a7f2c3aee6dc44c6c895b248 (diff)
Update
Diffstat (limited to 'vim/init/style.vim')
-rw-r--r--vim/init/style.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/vim/init/style.vim b/vim/init/style.vim
index 7c65e82..d580699 100644
--- a/vim/init/style.vim
+++ b/vim/init/style.vim
@@ -8,7 +8,7 @@
8"====================================================================== 8"======================================================================
9" vim: set ts=4 sw=4 tw=78 noet : 9" vim: set ts=4 sw=4 tw=78 noet :
10 10
11colorscheme desert 11colorscheme gruvbox
12 12
13"---------------------------------------------------------------------- 13"----------------------------------------------------------------------
14" 显示设置 14" 显示设置
@@ -42,9 +42,6 @@ set background=dark
42" 允许 256 色 42" 允许 256 色
43set t_Co=256 43set t_Co=256
44 44
45" 设置颜色主题,会在所有 runtimepaths 的 colors 目录寻找同名配置
46" color desert256
47
48 45
49"---------------------------------------------------------------------- 46"----------------------------------------------------------------------
50" 状态栏设置 47" 状态栏设置