Skip to content

Commit

Permalink
add ayu_light & ayu_mirage (warpdotdev#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkei authored Apr 28, 2022
1 parent a12fe00 commit 5d19fbd
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 0 deletions.
2 changes: 2 additions & 0 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ The [Winter Holiday Theme](https://twitter.com/warpdotdev/status/147415955096184
|**[Argonaut](argonaut.yaml)**:|<img src='previews/argonaut.yaml.svg' width='300'>|
|**[Avirage](avirage.yaml)**:|<img src='previews/avirage.yaml.svg' width='300'>|
|**[Ayu Dark](ayu_dark.yaml)**:|<img src='previews/ayu_dark.yaml.svg' width='300'>|
|**[Ayu Light](ayu_light.yaml)**:|<img src='previews/ayu_light.yaml.svg' width='300'>|
|**[Ayu Mirage](ayu_mirage.yaml)**:|<img src='previews/ayu_mirage.yaml.svg' width='300'>|
|**[Blood Moon](blood_moon.yaml)**:|<img src='previews/blood_moon.yaml.svg' width='300'>|
|**[Breeze](breeze.yaml)**:|<img src='previews/breeze.yaml.svg' width='300'>|
|**[Campbell](campbell.yaml)**:|<img src='previews/campbell.yaml.svg' width='300'>|
Expand Down
23 changes: 23 additions & 0 deletions standard/ayu_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: '#ffaa33'
background: '#f8f9fa'
details: lighter
foreground: '#5c6166'
terminal_colors:
bright:
black: '#686868'
red: '#f07171'
green: '#86b300'
yellow: '#f2ae49'
blue: '#399ee6'
magenta: '#a37acc'
cyan: '#4cbf99'
white: '#d1d1d1'
normal:
black: '#000000'
red: '#ea6c6d'
green: '#6cbf43'
yellow: '#eca944'
blue: '#3199e1'
magenta: '#9e75c7'
cyan: '#46ba94'
white: '#c7c7c7'
23 changes: 23 additions & 0 deletions standard/ayu_mirage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: '#ffcc66'
background: '#1f2430'
details: darker
foreground: '#cccac2'
terminal_colors:
bright:
black: '#686868'
blue: '#73d0ff'
cyan: '#95e6cb'
green: '#d5ff80'
magenta: '#dfbfff'
red: '#f28779'
white: '#ffffff'
yellow: '#ffd173'
normal:
black: '#171b24'
blue: '#6dcbfa'
cyan: '#90e1c6'
green: '#87d96c'
magenta: '#dabafa'
red: '#ed8274'
white: '#c7c7c7'
yellow: '#facc6e'
90 changes: 90 additions & 0 deletions standard/previews/ayu_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.
90 changes: 90 additions & 0 deletions standard/previews/ayu_mirage.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d19fbd

Please sign in to comment.