summaryrefslogtreecommitdiff
path: root/nvim/colors
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-14 13:41:43 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-14 13:41:43 -0500
commitae3e6e3b74c1ee1e63fa8adfcc7457703d0b2b4f (patch)
tree11b65072e5a7bbb34c3fd5bd5b1f3da58aad27be /nvim/colors
parent62a28fa769a21829b9c2b6c6b1ff5312043c2c4b (diff)
parent060010ed8eb1882fecfe46e124b564b6b9d9eab5 (diff)
downloaddotconfig-ae3e6e3b74c1ee1e63fa8adfcc7457703d0b2b4f.tar.xz
dotconfig-ae3e6e3b74c1ee1e63fa8adfcc7457703d0b2b4f.zip
Merge branch 'master' of git.tjkeller.xyz:/var/www/git/dotconfig
Diffstat (limited to 'nvim/colors')
-rw-r--r--nvim/colors/gruvbox-timmy.vim17
1 files changed, 13 insertions, 4 deletions
diff --git a/nvim/colors/gruvbox-timmy.vim b/nvim/colors/gruvbox-timmy.vim
index a3af01c..e66e7d5 100644
--- a/nvim/colors/gruvbox-timmy.vim
+++ b/nvim/colors/gruvbox-timmy.vim
@@ -99,10 +99,19 @@ let s:gb.dark5 = ['#282828', 235] " 40-40-40
let s:gb.gray_245 = ['#928374', 245] " 146-131-116
let s:gb.gray_244 = ['#928374', 244] " 146-131-116
-let s:gb.light0_hard = ['#f9f5d7', 230] " 249-245-215
-let s:gb.light0 = ['#fbf1c7', 229] " 253-244-193
-let s:gb.light0_soft = ['#f2e5bc', 228] " 242-229-188
-let s:gb.light1 = ['#ebdbb2', 231] " 235-219-178
+"let s:gb.light0_hard = ['#f9f5d7', 230] " 249-245-215
+"let s:gb.light0 = ['#fbf1c7', 229] " 253-244-193
+"let s:gb.light0_soft = ['#f2e5bc', 228] " 242-229-188
+"let s:gb.light1 = ['#ebdbb2', 231] " 235-219-178
+"let s:gb.light2 = ['#d5c4a1', 250] " 213-196-161
+"let s:gb.light3 = ['#bdae93', 248] " 189-174-147
+"let s:gb.light4 = ['#a89984', 246] " 168-153-132
+"let s:gb.light4_256 = ['#a89984', 246] " 168-153-132
+
+let s:gb.light0_hard = ['#ffffff', 230] " 249-245-215
+let s:gb.light0 = ['#ffffff', 229] " 253-244-193
+let s:gb.light0_soft = ['#ffffff', 228] " 242-229-188
+let s:gb.light1 = ['#ffffff', 231] " 235-219-178
let s:gb.light2 = ['#d5c4a1', 250] " 213-196-161
let s:gb.light3 = ['#bdae93', 248] " 189-174-147
let s:gb.light4 = ['#a89984', 246] " 168-153-132