aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorAndrey Popp <[email protected]>2018-05-02 16:57:57 +0100
committerAndrey Popp <[email protected]>2018-05-02 16:57:57 +0100
commit97e5b980f2c6180f9d740998ba6ecd0877a04bb9 (patch)
tree8d66088354b30ec4c9da7a60b068ef8c7f475263 /colors
parent58d865bd4d67c41562ed3cd6470c976b45c6581b (diff)
Rename
Diffstat (limited to 'colors')
-rw-r--r--colors/plain.vim (renamed from colors/off.vim)15
1 files changed, 9 insertions, 6 deletions
diff --git a/colors/off.vim b/colors/plain.vim
index fce8d45..0f2208b 100644
--- a/colors/off.vim
+++ b/colors/plain.vim
@@ -1,12 +1,15 @@
1" Name: off.vim 1" Name: plain.vim
2" Version: 0.1 2" Version: 0.1
3" Maintainer: github.com/pbrisbin 3" Maintainer: github.com/andreypopp
4" License: The MIT License (MIT) 4" License: The MIT License (MIT)
5" 5"
6" A colorscheme meant to look like a more pleasant version of syntax off. 6" Based on
7" Structure and what little color there is is taken from pencil.vim
8" 7"
9" https://github.com/reedes/vim-colors-pencil 8" https://github.com/pbrisbin/vim-colors-off (MIT License)
9"
10" which in turn based on
11"
12" https://github.com/reedes/vim-colors-pencil (MIT License)
10" 13"
11""" 14"""
12hi clear 15hi clear
@@ -15,7 +18,7 @@ if exists('syntax on')
15 syntax reset 18 syntax reset
16endif 19endif
17 20
18let g:colors_name='off' 21let g:colors_name='plain'
19 22
20let s:black = { "gui": "#121212", "cterm": "0" } 23let s:black = { "gui": "#121212", "cterm": "0" }
21let s:medium_gray = { "gui": "#767676", "cterm": "243" } 24let s:medium_gray = { "gui": "#767676", "cterm": "243" }