Skip to content

Commit

Permalink
feat: add port of vscode cherry theme (warpdotdev#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp authored Aug 10, 2022
1 parent a50d6b2 commit a2bceb5
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 0 deletions.
1 change: 1 addition & 0 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
|**[Campbell](campbell.yaml)**:|<img src='previews/campbell.yaml.svg' width='300'>|
|**[Catppuccin](catppuccin.yaml)**:|<img src='previews/catppuccin.yaml.svg' width='300'>|
|**[Challenger Deep](challenger_deep.yaml)**:|<img src='previews/challenger_deep.yaml.svg' width='300'>|
|**[Cherry](cherry.yaml)**:|<img src='previews/cherry.yaml.svg' width='300'>|
|**[Classic Vivid](classic_vivid.yaml)**:|<img src='previews/classic_vivid.yaml.svg' width='300'>|
|**[Cobalt 2](cobalt_2.yaml)**:|<img src='previews/cobalt_2.yaml.svg' width='300'>|
|**[Cobalt Next](cobalt_next.yaml)**:|<img src='previews/cobalt_next.yaml.svg' width='300'>|
Expand Down
25 changes: 25 additions & 0 deletions standard/cherry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This is a port of the VSCode "Cherry" theme, extension id: nullxception.cherry-theme
# Cherry theme is licensed under the MIT License (https://github.com/nullxception/cherry-vscode/blob/20d6b36e11c5666b674081fc9076d1ebdc6b3c56/LICENSE) and Copyright (c) 2020 Nauval Rizky
accent: '#ff568e'
background: '#23232f'
details: darker
foreground: '#bdc3c7'
terminal_colors:
bright:
black: '#474756'
blue: '#94b9ff'
cyan: '#7cd7d5'
green: '#8be39e'
magenta: '#aa91f8'
red: '#ff84a6'
white: '#eaf0f4'
yellow: '#f1ff94'
normal:
black: '#3f3f4f'
blue: '#73a9ff'
cyan: '#46cfcc'
green: '#64de83'
magenta: '#946ff7'
red: '#ff568e'
white: '#dee5e9'
yellow: '#efff73'
90 changes: 90 additions & 0 deletions standard/previews/cherry.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 a2bceb5

Please sign in to comment.