1
0
Fork 0
This commit is contained in:
Von Random 2022-04-14 01:22:17 +03:00
parent c5bd0c3738
commit aa56952fe8
2 changed files with 22 additions and 71 deletions

View file

@ -30,75 +30,26 @@ mouse_map left click ungrabbed mouse_click_url_or_select
mouse_map alt+left press ungrabbed mouse_selection rectangle
# Pencil theme
background #f0f0f0
foreground #414141
selection_background #b6d6fc
selection_foreground #f0f0f0
cursor #20bafb
color0 #202020
color1 #c30670
color2 #10a778
color3 #a79c14
color4 #008ec4
color5 #523b78
color6 #20a4b9
color7 #d9d9d9
color8 #414141
color9 #fb0079
color10 #5ed6ae
color11 #f3e42f
color12 #20bafb
color13 #6854de
color14 #4fb8cc
color15 #f0f0f0
background #eeeeee
foreground #444444
selection_background #005f87
selection_foreground #eeeeee
cursor #005F87
# Gruvbox Dark
# selection_foreground #282828
# selection_background #83a598
# foreground #ebdbb2
# background #282828
# cursor #fb4934
# cursor_text_color #282828
# color0 #282828
# color1 #cc241d
# color2 #98971a
# color3 #d79921
# color4 #458588
# color5 #b16286
# color6 #689d6a
# color7 #a89984
# color8 #928374
# color9 #fb4934
# color10 #b8bb26
# color11 #fabd2f
# color12 #83a598
# color13 #d3869b
# color14 #8ec07c
# color15 #ebdbb2
color0 #1c1c1c
color1 #d70000
color2 #008700
color3 #ffaf00
color4 #005f87
color5 #8700af
color6 #00afaf
color7 #d0d0d0
# 256color version of vim-gruvbox8
# color59 #665C54
# color66 #458588
# color71 #689D6A
# color100 #98971A
# color102 #928374
# color107 #8EC07C
# color109 #83A598
# color132 #B16286
# color137 #A89984
# color142 #B8BB26
# color144 #BDAE93
# color160 #CC241D
# color166 #D65D0E
# color172 #D79921
# color175 #D3869B
# color187 #D5C4A1
# color187 #EBDBB2
# color203 #FB4934
# color208 #FE8019
# color214 #FABD2F
# color230 #FBF1C7
# color235 #282828
# color237 #3C3836
# color239 #504945
# color243 #7C6F64
color8 #444444
color9 #d75f00
color10 #5faf5f
color11 #d7af5f
color12 #5fafd7
color13 #af87d7
color14 #5f8787
color15 #eeeeee

2
vimrc
View file

@ -3,7 +3,7 @@ set list listchars=tab:-->,nbsp:x,trail:*
set hlsearch incsearch ignorecase smartcase
set scrolloff=3 sidescrolloff=15 sidescroll=1
set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab autoindent
set wildmenu showcmd ruler laststatus=2 mouse= t_ut= guicursor=
set wildmenu showcmd ruler laststatus=2 mouse= t_ut= guicursor= t_Co=256
set belloff=all colorcolumn=80 formatoptions+=j relativenumber breakindent
set keymap=russian-jcukenwintype iminsert=0 imsearch=0
let &statusline="[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]"