Update vim colours

This commit is contained in:
natemaia 2018-07-27 21:11:21 -07:00
parent 97a8268fe7
commit 63a9cae361
3 changed files with 12 additions and 12 deletions

View File

@ -3,15 +3,15 @@
*.background: #1c2023
*.cursorColor: #707880
*.color0: #282a2e
*.color0: #1c2023
*.color1: #a54242
*.color2: #8c9440
*.color3: #de935f
*.color4: #5f819d
*.color5: #85678f
*.color6: #5e8d87
*.color7: #c5c8c6
*.color8: #373b41
*.color7: #E1E1E1
*.color8: #1c2023
*.color9: #cc6666
*.color10: #b5bd68
*.color11: #f0c674

View File

@ -42,7 +42,7 @@ draw_outline = false,
--Textual
extra_newline = false,
format_human_readable = true,
font = 'Ubuntu Mono:size=11:regular',
font = 'DejaVu Sans Mono:size=11:regular',
max_text_width = 0,
max_user_text = 16384,
override_utf8_locale = true,
@ -103,4 +103,4 @@ ${hr}
[S] + s${alignr}Window Switcher
[S] + Shift + r${alignr}Reload Configs
[S] + x${alignr}Logout
]];
]];

View File

@ -38,11 +38,11 @@ let s:jinx = {}
" eg. let s:jinx.black = ['#000000', 0]
" completion menu, wildmenu, and status/tab lines
let s:jinx.menu_bgr = ['#4D5057', 238]
let s:jinx.menu_fgr = ['#999999', 102]
let s:jinx.menu_bgr = ['#2c3135', 238]
let s:jinx.menu_fgr = ['#808080', 102]
let s:jinx.menusel_bgr = ['#1F2326', 235]
let s:jinx.menusel_fgr = ['#CECECE', 251]
let s:jinx.menualt_fgr = ['#CECECE', 251]
let s:jinx.menusel_fgr = ['#E1E1E1', 251]
let s:jinx.menualt_fgr = ['#E1E1E1', 251]
let s:jinx.menualt_bgr = ['#37383D', 237]
let s:jinx.tabsel_bgr = ['#8DBC8D', 108]
@ -68,9 +68,9 @@ if exists('g:jinx_colors') && g:jinx_colors =~? 'day'
else
set background=dark
let s:jinx.fgr = ['#E1E1E1', 253]
let s:jinx.bgr = ['#4D545E', 235]
let s:jinx.line = ['#5F6772', 67]
let s:jinx.select = ['#5F6772', 67]
let s:jinx.bgr = ['#1c2023', 234]
let s:jinx.line = ['#2c3135', 67]
let s:jinx.select = ['#2c3135', 67]
let s:jinx.folded = ['#414449', 239]
let s:jinx.commnt = ['#B9B9B9', 102]