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.
Add Panda Syntax theme (warpdotdev#37)
- Loading branch information
1 parent
04f04e6
commit e239df5
Showing
3 changed files
with
119 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,28 @@ | ||
# Accent color for UI elements | ||
accent: '#65bcfe' | ||
# Terminal background color | ||
background: '#25282a' | ||
# Whether the theme is lighter or darker. | ||
details: darker | ||
# The foreground color. | ||
foreground: '#f3f2f2' | ||
# Ansi escape colors. | ||
terminal_colors: | ||
bright: | ||
black: '#6f7683' | ||
blue: '#65bcfe' | ||
cyan: '#15fbdb' | ||
green: '#14fbdc' | ||
magenta: '#fea9d8' | ||
red: '#fe2b6c' | ||
white: '#f3f2f2' | ||
yellow: '#ffc88f' | ||
normal: | ||
black: '#29292a' | ||
blue: '#6db0fe' | ||
cyan: '#15fbdb' | ||
green: '#14fbdc' | ||
magenta: '#fe74b4' | ||
red: '#fe2b6c' | ||
white: '#f3f2f2' | ||
yellow: '#feb76b' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.