This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim color file - blue | |
" Vim Theme | |
" Generated by http://bytefluent.com/vivify 2019-01-13 | |
set background=dark | |
if version > 580 | |
hi clear | |
if exists("syntax_on") | |
syntax reset | |
endif | |
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"+-------------------------------------+ | |
"| GENERAL | | |
"+-------------------------------------+ | |
cd ~/Documents/Working_Directory/ | |
set nocompatible " be iMproved, required for Vundle | |
filetype off " required for Vundle | |
set scrolloff=3 " keep 3 lines when scrollingset encoding=utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- http://tmtheme-editor.herokuapp.com --> | |
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>chrisvacc</string> | |
<key>name</key> | |
<string>Very-Blue</string> | |
<key>comment</key> |