Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
|**[Snazzy Green](snazzy_green.yaml)**:|<img src='previews/snazzy_green.yaml.svg' width='300'>|
|**[Snazzy Red](snazzy_red.yaml)**:|<img src='previews/snazzy_red.yaml.svg' width='300'>|
|**[Soft One Dark](soft_one_dark.yaml)**:|<img src='previews/soft_one_dark.yaml.svg' width='300'>|
|**[Soft Tactile Warp Cream](soft_tactile_warp_cream.yaml)**:|<img src='previews/soft_tactile_warp_cream.yaml.svg' width='300'>|
|**[Soft Tactile Warp Dark](soft_tactile_warp_dark.yaml)**:|<img src='previews/soft_tactile_warp_dark.yaml.svg' width='300'>|
|**[Soft Tactile Warp Light](soft_tactile_warp_light.yaml)**:|<img src='previews/soft_tactile_warp_light.yaml.svg' width='300'>|
|**[Solarized Dark](solarized_dark.yaml)**:|<img src='previews/solarized_dark.yaml.svg' width='300'>|
|**[Solarized Light](solarized_light.yaml)**:|<img src='previews/solarized_light.yaml.svg' width='300'>|
|**[Spaceduck](spaceduck.yaml)**:|<img src='previews/spaceduck.yaml.svg' width='300'>|
Expand All @@ -118,6 +121,9 @@
|**[Tokyo Night Storm](tokyo_night_storm.yaml)**:|<img src='previews/tokyo_night_storm.yaml.svg' width='300'>|
|**[Tomorrow Night](tomorrow_night.yaml)**:|<img src='previews/tomorrow_night.yaml.svg' width='300'>|
|**[Tomorrow Night Bright](tomorrow_night_bright.yaml)**:|<img src='previews/tomorrow_night_bright.yaml.svg' width='300'>|
|**[Vauxoo Dark](vauxoo_dark.yaml)**:|<img src='previews/vauxoo_dark.yaml.svg' width='300'>|
|**[Vauxoo Light](vauxoo_light.yaml)**:|<img src='previews/vauxoo_light.yaml.svg' width='300'>|
|**[Vauxoo Vakyro](vauxoo_vakyro.yaml)**:|<img src='previews/vauxoo_vakyro.yaml.svg' width='300'>|
|**[Vitesse Black](vitesse_black.yaml)**:|<img src='previews/vitesse_black.yaml.svg' width='300'>|
|**[Vitesse Dark](vitesse_dark.yaml)**:|<img src='previews/vitesse_dark.yaml.svg' width='300'>|
|**[Vitesse Dark Soft](vitesse_dark_soft.yaml)**:|<img src='previews/vitesse_dark_soft.yaml.svg' width='300'>|
Expand All @@ -129,6 +135,6 @@
|**[Xterm](xterm.yaml)**:|<img src='previews/xterm.yaml.svg' width='300'>|
|**[Zenbones Dark](zenbones_dark.yaml)**:|<img src='previews/zenbones_dark.yaml.svg' width='300'>|
|**[Zenbones Light](zenbones_light.yaml)**:|<img src='previews/zenbones_light.yaml.svg' width='300'>|
|**[Zenburn Colorblind High Contrast](zenburn_colorblind_high_contrast.yaml)**:|<img src='previews/zenburn_colorblind_high_contrast.yaml.svg' width='300'>|
|**[Zenburn Colorblind](zenburn_colorblind.yaml)**:|<img src='previews/zenburn_colorblind.yaml.svg' width='300'>|
|**[Zenburn](zenburn.yaml)**:|<img src='previews/zenburn.yaml.svg' width='300'>|
|**[Zenburn Colorblind](zenburn_colorblind.yaml)**:|<img src='previews/zenburn_colorblind.yaml.svg' width='300'>|
|**[Zenburn Colorblind High Contrast](zenburn_colorblind_high_contrast.yaml)**:|<img src='previews/zenburn_colorblind_high_contrast.yaml.svg' width='300'>|
51 changes: 51 additions & 0 deletions standard/previews/vauxoo_dark.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/vauxoo_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/vauxoo_vakyro.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions standard/vauxoo_dark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Vauxoo Dark — Vauxoo brand palette (https://www.vauxoo.com/assets)
name: 'Vauxoo Dark'
accent: '#AC0340'
background: '#282C2F'
foreground: '#D6DAE0'
details: darker
terminal_colors:
normal:
black: '#282C2F'
red: '#E11E4D'
green: '#3AA55D'
yellow: '#E4A900'
blue: '#5498CC'
magenta: '#9B7BC8'
cyan: '#82BCCE'
white: '#D6DAE0'
bright:
black: '#6E7379'
red: '#F0537A'
green: '#5BC57F'
yellow: '#E9BE44'
blue: '#82BCCE'
magenta: '#B79BDB'
cyan: '#A5D3E0'
white: '#FFFFFF'
25 changes: 25 additions & 0 deletions standard/vauxoo_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Vauxoo Light — Vauxoo brand palette (https://www.vauxoo.com/assets)
name: 'Vauxoo Light'
accent: '#AC0340'
background: '#FFFFFF'
foreground: '#282C2F'
details: lighter
terminal_colors:
normal:
black: '#282C2F'
red: '#AC0340'
green: '#2E7D46'
yellow: '#B77800'
blue: '#2E6E9E'
magenta: '#67498E'
cyan: '#3D7A99'
white: '#D6DAE0'
bright:
black: '#6E7379'
red: '#E11E4D'
green: '#3AA55D'
yellow: '#E4A900'
blue: '#5498CC'
magenta: '#9B7BC8'
cyan: '#82BCCE'
white: '#282C2F'
25 changes: 25 additions & 0 deletions standard/vauxoo_vakyro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Vauxoo Vakyro — Vauxoo brand palette (https://www.vauxoo.com/assets)
name: 'Vauxoo Vakyro'
accent: '#7A5FA0'
background: '#201D24'
foreground: '#E8E3EE'
details: darker
terminal_colors:
normal:
black: '#1C1B19'
red: '#E15A7C'
green: '#3AA55D'
yellow: '#E9BE44'
blue: '#9B7BC8'
magenta: '#F3C5D9'
cyan: '#82BCCE'
white: '#E8E3EE'
bright:
black: '#7C7385'
red: '#F0537A'
green: '#5BC57F'
yellow: '#F2D06B'
blue: '#B79BDB'
magenta: '#F8D9E6'
cyan: '#A5D3E0'
white: '#FFFFFF'