From 63a9cae36192f49f5d7b48b03d2fdfe6a4b122de Mon Sep 17 00:00:00 2001 From: natemaia Date: Fri, 27 Jul 2018 21:11:21 -0700 Subject: [PATCH] Update vim colours --- home/.Xresources | 6 +++--- home/.config/conky/ArchLabs.conkyrc | 4 ++-- home/.vim/colors/jinx.vim | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/home/.Xresources b/home/.Xresources index 2df0702d..2a7e2209 100644 --- a/home/.Xresources +++ b/home/.Xresources @@ -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 diff --git a/home/.config/conky/ArchLabs.conkyrc b/home/.config/conky/ArchLabs.conkyrc index 7875cf8e..55a3ed3b 100644 --- a/home/.config/conky/ArchLabs.conkyrc +++ b/home/.config/conky/ArchLabs.conkyrc @@ -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 -]]; \ No newline at end of file +]]; diff --git a/home/.vim/colors/jinx.vim b/home/.vim/colors/jinx.vim index e85fdf78..86c0e332 100644 --- a/home/.vim/colors/jinx.vim +++ b/home/.vim/colors/jinx.vim @@ -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]