summary refs log tree commit diff
path: root/.config/nvim/colors
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2016-09-08 13:22:38 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2016-09-08 13:23:06 -0400
commitb778b89194edf9a3e6bd5cc385054b49d748da6b (patch)
treee2265287c1398fb05b451aaac8f837a26f7ba0f8 /.config/nvim/colors
parentSimplify colors syntax in zsh prompt (diff)
downloadsrc-b778b89194edf9a3e6bd5cc385054b49d748da6b.tar.gz
src-b778b89194edf9a3e6bd5cc385054b49d748da6b.zip
Rename colorscheme to lame
Diffstat (limited to '')
-rw-r--r--.config/nvim/colors/lame.vim (renamed from .config/nvim/colors/subtle.vim)2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/lame.vim
index 9cf1a989..3b9f8625 100644
--- a/.config/nvim/colors/subtle.vim
+++ b/.config/nvim/colors/lame.vim
@@ -4,7 +4,7 @@ if exists('syntax_on')
   syntax reset
 endif
 
-let colors_name = 'subtle'
+let colors_name = 'lame'
 
 hi Normal ctermbg=NONE ctermfg=NONE
 
1 -0500'>2021-01-12Remove hacky tagging from hilexJune McEnroe 2021-01-12Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe