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.
- Loading branch information
1 parent
0f9ec27
commit 337e2dc
Showing
5 changed files
with
61 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Holiday Themes | ||
|
||
This folder contains the themes we've made for various holidays. | ||
|
||
The [Thanksgiving Theme](https://twitter.com/warpdotdev/status/1463663176680157190?s=20) used [this background](https://unsplash.com/photos/ZwPuquZBnyM) taken by [ | ||
Yannick Pulver](https://unsplash.com/@yanu). | ||
|
||
The [Winter Holiday Theme]() used [this background](https://unsplash.com/photos/TD8CbG9-sMk) taken by [Jeremy Kovac](https://unsplash.com/@jkovac). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,26 @@ | ||
background_image: | ||
path: holiday_thanksgiving.jpg | ||
opacity: 47 | ||
accent: '#b3deef' | ||
background: '#282828' | ||
details: darker | ||
foreground: '#eeeeee' | ||
terminal_colors: | ||
bright: | ||
black: '#1d1d1d' | ||
blue: '#b8b8b8' | ||
cyan: '#a16946' | ||
green: '#383838' | ||
magenta: '#e8e8e8' | ||
red: '#dc9656' | ||
white: '#ffffff' | ||
yellow: '#484848' | ||
normal: | ||
black: '#282828' | ||
blue: '#b3deef' | ||
cyan: '#73cef4' | ||
green: '#c9d05c' | ||
magenta: '#d3b987' | ||
red: '#f43753' | ||
white: '#eeeeee' | ||
yellow: '#ffc24b' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,27 @@ | ||
accent: '#6587bf' | ||
background: '#fafafa' | ||
background_image: | ||
path: holiday_winter.jpg | ||
opacity: 47 | ||
|
||
details: lighter | ||
foreground: '#5e646f' | ||
terminal_colors: | ||
bright: | ||
black: '#5e646f' | ||
blue: '#6587bf' | ||
cyan: '#509c93' | ||
green: '#7c9f4b' | ||
magenta: '#b870ce' | ||
red: '#db7070' | ||
white: '#5e646f' | ||
yellow: '#d69822' | ||
normal: | ||
black: '#fafafa' | ||
blue: '#6587bf' | ||
cyan: '#509c93' | ||
green: '#7c9f4b' | ||
magenta: '#b870ce' | ||
red: '#db7070' | ||
white: '#5e646f' | ||
yellow: '#d69822' |