Skip to content

Commit 702dd73

Browse files
Update with the latest tinted-theming colorschemes
1 parent 4a013bb commit 702dd73

18 files changed

+128
-18
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ base16-decaf
280280
base16-deep-oceanic-next
281281
base16-default-dark
282282
base16-default-light
283+
base16-digital-rain
283284
base16-dirtysea
284285
base16-dracula
285286
base16-edge-dark
@@ -315,9 +316,11 @@ base16-gruvbox-dark-hard
315316
base16-gruvbox-dark-medium
316317
base16-gruvbox-dark-pale
317318
base16-gruvbox-dark-soft
319+
base16-gruvbox-dark-medium
318320
base16-gruvbox-light-hard
319321
base16-gruvbox-light-medium
320322
base16-gruvbox-light-soft
323+
base16-gruvbox-light
321324
base16-gruvbox-material-dark-hard
322325
base16-gruvbox-material-dark-medium
323326
base16-gruvbox-material-dark-soft
@@ -343,6 +346,7 @@ base16-icy
343346
base16-irblack
344347
base16-isotope
345348
base16-jabuti
349+
base16-kanagawa-dragon
346350
base16-kanagawa
347351
base16-katy
348352
base16-kimber
@@ -524,6 +528,7 @@ base24-dracula
524528
base24-earthsong
525529
base24-elemental
526530
base24-elementary
531+
base24-embarcadero
527532
base24-encom
528533
base24-espresso-libre
529534
base24-espresso
@@ -541,6 +546,7 @@ base24-galaxy
541546
base24-github
542547
base24-grape
543548
base24-gruvbox-dark
549+
base24-gruvbox-light
544550
base24-hacktober
545551
base24-hardcore
546552
base24-highway
@@ -569,6 +575,7 @@ base24-material-dark
569575
base24-material
570576
base24-mathias
571577
base24-medailion
578+
base24-mission-brogue
572579
base24-misterioso
573580
base24-molokai
574581
base24-mona-lisa

colors/base16-digital-rain.vim

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
hi clear
2+
let g:colors_name = 'base16-digital-rain'
3+
lua require('tinted-colorscheme').setup({
4+
\ base00 = '#000000', base01 = '#4a806c', base02 = '#4a8d7e', base03 = '#7c8d7c',
5+
\ base04 = '#919893', base05 = '#00ff00', base06 = '#c4cec4', base07 = '#d8e2dc',
6+
\ base08 = '#c85a46', base09 = '#c86428', base0A = '#a67a50', base0B = '#64c83c',
7+
\ base0C = '#468c78', base0D = '#5482af', base0E = '#9472b4', base0F = '#b37c5e'
8+
\})

colors/base16-gruvbox-dark-medium.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ hi clear
22
let g:colors_name = 'base16-gruvbox-dark-medium'
33
lua require('tinted-colorscheme').setup({
44
\ base00 = '#282828', base01 = '#3c3836', base02 = '#504945', base03 = '#665c54',
5-
\ base04 = '#bdae93', base05 = '#d5c4a1', base06 = '#ebdbb2', base07 = '#fbf1c7',
6-
\ base08 = '#fb4934', base09 = '#fe8019', base0A = '#fabd2f', base0B = '#b8bb26',
7-
\ base0C = '#8ec07c', base0D = '#83a598', base0E = '#d3869b', base0F = '#d65d0e'
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'
88
\})

colors/base16-gruvbox-light.vim

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
hi clear
2+
let g:colors_name = 'base16-gruvbox-light'
3+
lua require('tinted-colorscheme').setup({
4+
\ base00 = '#fbf1c7', base01 = '#ebdbb2', base02 = '#d5c4a1', base03 = '#bdae93',
5+
\ base04 = '#7c6f64', base05 = '#3c3836', base06 = '#282828', base07 = '#1d2021',
6+
\ base08 = '#cc241d', base09 = '#d65d0e', base0A = '#d79921', base0B = '#98971a',
7+
\ base0C = '#689d6a', base0D = '#458588', base0E = '#b16286', base0F = '#9d0006'
8+
\})

colors/base16-kanagawa-dragon.vim

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
hi clear
2+
let g:colors_name = 'base16-kanagawa-dragon'
3+
lua require('tinted-colorscheme').setup({
4+
\ base00 = '#0d0c0c', base01 = '#1d1c19', base02 = '#282727', base03 = '#737c73',
5+
\ base04 = '#a6a69c', base05 = '#c5c9c5', base06 = '#7a8382', base07 = '#c5c9c5',
6+
\ base08 = '#c4746e', base09 = '#b98d7b', base0A = '#c4b28a', base0B = '#87a987',
7+
\ base0C = '#8ea4a2', base0D = '#8ba4b0', base0E = '#8992a7', base0F = '#a292a3'
8+
\})

colors/base24-embarcadero.vim

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
hi clear
2+
let g:colors_name = 'base16-embarcadero'
3+
lua require('tinted-colorscheme').setup({
4+
\ base00 = '#252a2f', base01 = '#43474c', base02 = '#616568', base03 = '#7f8285',
5+
\ base04 = '#9ea0a2', base05 = '#bcbdc0', base06 = '#dadbdb', base07 = '#f8f8f8',
6+
\ base08 = '#ed5d86', base09 = '#ffcb3d', base0A = '#eb824d', base0B = '#20c290',
7+
\ base0C = '#02efef', base0D = '#4080d0', base0E = '#a070d0', base0F = '#50509f',
8+
\ base10 = '#373742', base11 = '#717188', base12 = '#f57d9a', base13 = '#ffe089',
9+
\ base14 = '#a0d0a0', base15 = '#40c0c0', base16 = '#80b0f0', base17 = '#c090f0'
10+
\})

colors/base24-gruvbox-dark.vim

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
hi clear
22
let g:colors_name = 'base16-gruvbox-dark'
33
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'
1010
\})

colors/base24-gruvbox-light.vim

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
hi clear
2+
let g:colors_name = 'base16-gruvbox-light'
3+
lua require('tinted-colorscheme').setup({
4+
\ base00 = '#fbf1c7', base01 = '#ebdbb2', base02 = '#d5c4a1', base03 = '#bdae93',
5+
\ base04 = '#7c6f64', base05 = '#3c3836', base06 = '#282828', base07 = '#1d2021',
6+
\ base08 = '#cc241d', base09 = '#d65d0e', base0A = '#d79921', base0B = '#98971a',
7+
\ base0C = '#689d6a', base0D = '#458588', base0E = '#b16286', base0F = '#9d0006',
8+
\ base10 = '#f9f6d7', base11 = '#fbf9e4', base12 = '#9d0006', base13 = '#b57614',
9+
\ base14 = '#79740e', base15 = '#427b58', base16 = '#076678', base17 = '#8f3f71'
10+
\})

colors/base24-mission-brogue.vim

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
hi clear
2+
let g:colors_name = 'base16-mission-brogue'
3+
lua require('tinted-colorscheme').setup({
4+
\ base00 = '#283139', base01 = '#3b4954', base02 = '#4d606f', base03 = '#60778a',
5+
\ base04 = '#788ea1', base05 = '#93a5b4', base06 = '#abb9c4', base07 = '#e7ebee',
6+
\ base08 = '#efa9a9', base09 = '#f2db78', base0A = '#e0b88a', base0B = '#8cd4b0',
7+
\ base0C = '#93dfec', base0D = '#a2c5fd', base0E = '#ccb7db', base0F = '#8e9ecb',
8+
\ base10 = '#3e3e3b', base11 = '#79797a', base12 = '#f6bfbf', base13 = '#fff0b2',
9+
\ base14 = '#b5e090', base15 = '#b2f0fd', base16 = '#c3d9fd', base17 = '#e3c3e6'
10+
\})

doc/colorscheme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Here is a list of all builtin colorschemes.
103103
base16-deep-oceanic-next
104104
base16-default-dark
105105
base16-default-light
106+
base16-digital-rain
106107
base16-dirtysea
107108
base16-dracula
108109
base16-edge-dark
@@ -138,9 +139,11 @@ Here is a list of all builtin colorschemes.
138139
base16-gruvbox-dark-medium
139140
base16-gruvbox-dark-pale
140141
base16-gruvbox-dark-soft
142+
base16-gruvbox-dark-medium
141143
base16-gruvbox-light-hard
142144
base16-gruvbox-light-medium
143145
base16-gruvbox-light-soft
146+
base16-gruvbox-light
144147
base16-gruvbox-material-dark-hard
145148
base16-gruvbox-material-dark-medium
146149
base16-gruvbox-material-dark-soft
@@ -166,6 +169,7 @@ Here is a list of all builtin colorschemes.
166169
base16-irblack
167170
base16-isotope
168171
base16-jabuti
172+
base16-kanagawa-dragon
169173
base16-kanagawa
170174
base16-katy
171175
base16-kimber
@@ -347,6 +351,7 @@ Here is a list of all builtin colorschemes.
347351
base24-earthsong
348352
base24-elemental
349353
base24-elementary
354+
base24-embarcadero
350355
base24-encom
351356
base24-espresso-libre
352357
base24-espresso
@@ -364,6 +369,7 @@ Here is a list of all builtin colorschemes.
364369
base24-github
365370
base24-grape
366371
base24-gruvbox-dark
372+
base24-gruvbox-light
367373
base24-hacktober
368374
base24-hardcore
369375
base24-highway
@@ -392,6 +398,7 @@ Here is a list of all builtin colorschemes.
392398
base24-material
393399
base24-mathias
394400
base24-medailion
401+
base24-mission-brogue
395402
base24-misterioso
396403
base24-molokai
397404
base24-mona-lisa

0 commit comments

Comments
 (0)