diff options
author | tjk918 <tjk@tjkeller.xyz> | 2021-10-08 18:04:37 -0500 |
---|---|---|
committer | tjk918 <tjk@tjkeller.xyz> | 2021-10-08 18:04:37 -0500 |
commit | 060010ed8eb1882fecfe46e124b564b6b9d9eab5 (patch) | |
tree | c1cac2ad0c8d9c9d1799144228b0c81c5c512976 /nvim/colors/gruvbox-timmy.vim | |
parent | 2f269974da53bebfdef097b07302057bcd04127d (diff) | |
download | dotconfig-060010ed8eb1882fecfe46e124b564b6b9d9eab5.tar.xz dotconfig-060010ed8eb1882fecfe46e124b564b6b9d9eab5.zip |
colors and tex changes
Diffstat (limited to 'nvim/colors/gruvbox-timmy.vim')
-rw-r--r-- | nvim/colors/gruvbox-timmy.vim | 17 |
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 |