dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a6060dba057bb81a72fa1c51da4788f144fbf70b
parent dca57fe267101838c2a465b262ca6d9e5eb98b0d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri,  9 Oct 2020 12:38:20 +0200

vim: junipero colorscheme ansi

Former-commit-id: 0a230593bd188c6e40161274e4518cc5c58c329c
Diffstat:
Mvim/colors/junipero.schemer | 2++
Mvim/colors/junipero.vim | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/vim/colors/junipero.schemer b/vim/colors/junipero.schemer @@ -12,6 +12,8 @@ palette: offwhite #f0e2e2, darkblue #101124. +ansi: #01021e, #185668, #cb4e62, #f59970, #e1bf78, #557983, #4dbba3, #f3edc5, #aaa589, #185668, #cb4e62, #f59970, #e1bf78, #557983, #4dbba3, #f3edc5 + " Group fg_color, bg_color attribute(s) Boolean #fca8ad, NONE. NONE Comment #349d58, bg. italic diff --git a/vim/colors/junipero.vim b/vim/colors/junipero.vim @@ -6,6 +6,8 @@ if version > 580 endif endif let g:colors_name = "junipero" +"ANSI colors for :terminal +let g:terminal_ansi_colors = ["#01021e", "#185668", "#cb4e62", "#f59970", "#e1bf78", "#557983", "#4dbba3", "#f3edc5", "#aaa589", "#185668", "#cb4e62", "#f59970", "#e1bf78", "#557983", "#4dbba3", "#f3edc5"] " Highlight group definitions hi Boolean guifg=#fca8ad guibg=NONE ctermfg=217 ctermbg=NONE cterm=NONE gui=NONE hi Comment guifg=#349d58 guibg=#11121A ctermfg=71 ctermbg=0 cterm=italic gui=italic