diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-02-09 12:07:29 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-02-21 15:34:26 +0000 |
commit | a145fbc3710b0859638cd1e640d78b825b98a491 (patch) | |
tree | af0258c8642834700a3d8b9bef39852a45a31fe4 /zsh | |
parent | f938a84f6b9265f14e96dade6c6260ecf523c5dd (diff) |
Fix colorscheme in vim
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zsh/.zshrc b/zsh/.zsh/.zshrc index b69c258..95e989e 100644 --- a/zsh/.zsh/.zshrc +++ b/zsh/.zsh/.zshrc @@ -99,6 +99,7 @@ function colo { /usr/bin/cpp ${XRESOURCE_FILE} | tr -d ' \t' | sed -n \ -e "s/.*background:/${esc}]11;/p" \ -e "s/.*foreground:/${esc}]10;/p" \ + -e "s/.*cursorColor:/${esc}]12;/p" \ -e "s/.*borderColor:/${esc}]708;/p" \ -e "s/.*color\\([0-9][^:]*\\):/${esc}]4;\\1;/p" | tr \\n \\a |