forked from warpdotdev/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add port of vscode cherry theme (warpdotdev#42)
- Loading branch information
1 parent
a50d6b2
commit a2bceb5
Showing
3 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.