|
1 | 1 | hi clear |
2 | 2 | let g:colors_name = 'base16-gruvbox-dark' |
3 | 3 | lua require('tinted-colorscheme').setup({ |
4 | | - \ base00 = '#1d1d1d', base01 = '#1d1d1d', base02 = '#7f7060', base03 = '#857564', |
5 | | - \ base04 = '#8b7b68', base05 = '#91816c', base06 = '#978771', base07 = '#e5d3a2', |
6 | | - \ base08 = '#be0e17', base09 = '#cc871a', base0A = '#709585', base0B = '#868715', |
7 | | - \ base0C = '#568d57', base0D = '#377274', base0E = '#9f4b73', base0F = '#5f070b', |
8 | | - \ base10 = '#544a40', base11 = '#2a2520', base12 = '#f63028', base13 = '#f7b024', |
9 | | - \ base14 = '#a9b01d', base15 = '#7db568', base16 = '#709585', base17 = '#c76f89' |
| 4 | + \ base00 = '#282828', base01 = '#3c3836', base02 = '#504945', base03 = '#665c54', |
| 5 | + \ base04 = '#928374', base05 = '#ebdbb2', base06 = '#fbf1c7', base07 = '#f9f5d7', |
| 6 | + \ base08 = '#cc241d', base09 = '#d65d0e', base0A = '#d79921', base0B = '#98971a', |
| 7 | + \ base0C = '#689d6a', base0D = '#458588', base0E = '#b16286', base0F = '#9d0006', |
| 8 | + \ base10 = '#2a2520', base11 = '#1d1d1d', base12 = '#fb4934', base13 = '#fabd2f', |
| 9 | + \ base14 = '#b8bb26', base15 = '#8ec07c', base16 = '#83a598', base17 = '#d3869b' |
10 | 10 | \}) |
0 commit comments