diff options
-rw-r--r-- | doc/coderonline-vim.png | bin | 756865 -> 91868 bytes | |||
-rw-r--r-- | gtk-3.0.css | 2 | ||||
-rw-r--r-- | vimrc-full | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/coderonline-vim.png b/doc/coderonline-vim.png index a744be5..156ff3a 100644 --- a/doc/coderonline-vim.png +++ b/doc/coderonline-vim.png | |||
Binary files differ | |||
diff --git a/gtk-3.0.css b/gtk-3.0.css index d8d5c68..04e8fc0 100644 --- a/gtk-3.0.css +++ b/gtk-3.0.css | |||
@@ -48,7 +48,7 @@ menu menuitem:backdrop, menu menuitem:backdrop:hover | |||
48 | window#vim-main-window > box | 48 | window#vim-main-window > box |
49 | { | 49 | { |
50 | background:#fff; | 50 | background:#fff; |
51 | border:10px solid #fff; | 51 | border:2px solid #fff; |
52 | } | 52 | } |
53 | 53 | ||
54 | /* within window > box ... */ | 54 | /* within window > box ... */ |
@@ -791,8 +791,8 @@ let g:lightline = { | |||
791 | \ 'buffer_alt': '%{expand("#:t")}', | 791 | \ 'buffer_alt': '%{expand("#:t")}', |
792 | \ 'servername': ' %{v:servername}', | 792 | \ 'servername': ' %{v:servername}', |
793 | \ 'sessionname': '%{v:this_session}', | 793 | \ 'sessionname': '%{v:this_session}', |
794 | \ 'gitbranch': ' %{fugitive#head()}', | 794 | \ 'gitbranch': ' %{fugitive#head()}', |
795 | \ 'tabnumber': '🗗 %{tabpagenr()}/%{tabpagenr("$")}', | 795 | \ 'tabnumber': " %{tabpagenr()}/%{tabpagenr('$')}", |
796 | \ 'readonly': '%{&readonly ? "" : ""}' | 796 | \ 'readonly': '%{&readonly ? "" : ""}' |
797 | \ }, | 797 | \ }, |
798 | \ 'component_expand': { | 798 | \ 'component_expand': { |