From 92eddfc4289f22dd78c078a24dc2acf6fe61f180 Mon Sep 17 00:00:00 2001 From: Stefan Wimmer Date: Wed, 14 Nov 2018 01:14:42 +0100 Subject: [PATCH] - make terminal colors more readable in both light and dark mode --- colors/artesanal.vim | 30 +++++++++++++++--------------- templates/_terminal.colortemplate | 14 +++++++------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/colors/artesanal.vim b/colors/artesanal.vim index ea89f79..cde0684 100644 --- a/colors/artesanal.vim +++ b/colors/artesanal.vim @@ -4,7 +4,7 @@ " Maintainer: Stefan Wimmer " Website: https://github.com/wimstefan/vim-artesanal " License: Vim License (see `:help license`) -" Last Updated: Sat 21 Jul 2018 04:03:46 PM CEST +" Last Updated: Wed 14 Nov 2018 01:13:55 AM CET if !(has('termguicolors') && &termguicolors) && !has('gui_running') \ && (!exists('&t_Co') || &t_Co < 256) @@ -141,13 +141,13 @@ if &background ==# 'dark' \ '#ab47bc', \ '#009688', \ '#fbfbfb', - \ '#696969', - \ '#ff9999', - \ '#b3ffcc', - \ '#ffffaf', - \ '#a1c8db', - \ '#d1c4e9', - \ '#b2dfdb', + \ '#2e3440', + \ '#ff4d4d', + \ '#47b36b', + \ '#ffff80', + \ '#7ab1cc', + \ '#ab47bc', + \ '#009688', \ '#d3d3d3' \ ] hi! link TermCursor Cursor @@ -276,13 +276,13 @@ let g:terminal_ansi_colors = [ \ '#ab47bc', \ '#009688', \ '#141414', - \ '#696969', - \ '#ff9999', - \ '#b3ffcc', - \ '#ffd699', - \ '#cceeff', - \ '#d1c4e9', - \ '#b2dfdb', + \ '#fbfbfb', + \ '#b72e2e', + \ '#47b36b', + \ '#ff9900', + \ '#5995b3', + \ '#ab47bc', + \ '#009688', \ '#505050' \ ] hi! link TermCursor Cursor diff --git a/templates/_terminal.colortemplate b/templates/_terminal.colortemplate index aa4c01c..3bcc6e4 100644 --- a/templates/_terminal.colortemplate +++ b/templates/_terminal.colortemplate @@ -10,13 +10,13 @@ let g:terminal_ansi_colors = [ \ '@guimagenta', \ '@guicyan', \ '@guifg0', - \ '@guibrightblack', - \ '@guibrightred', - \ '@guibrightgreen', - \ '@guibrightyellow', - \ '@guibrightblue', - \ '@guibrightmagenta', - \ '@guibrightcyan', + \ '@guibg0', + \ '@guired', + \ '@guigreen', + \ '@guiyellow', + \ '@guiblue', + \ '@guimagenta', + \ '@guicyan', \ '@guifg2' \ ] endverbatim -- 2.39.2