Skip to content

Commit

Permalink
Feature/blue monday theme (#57)
Browse files Browse the repository at this point in the history
* feat:Define colors for blue-monday theme

* chore:Add preview svg with blue-monday colors theme

* chore:Add the blue-monday theme in the standard themes listing

* chore:standard readme.md and svg file updates after running py script

---------

Co-authored-by: elvis kahoro <elvis@warp.dev>
  • Loading branch information
Jriera and elvis kahoro authored Mar 29, 2023
1 parent b037593 commit 54dee0b
Show file tree
Hide file tree
Showing 3 changed files with 79 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 @@ -10,6 +10,7 @@
|**[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'>|
|**[Blue Monday](blue_monday.yaml)**:|<img src='previews/blue_monday.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'>|
|**[Catppuccin](catppuccin.yaml)**:|<img src='previews/catppuccin.yaml.svg' width='300'>|
Expand Down
27 changes: 27 additions & 0 deletions standard/blue_monday.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
accent: "#4136d9"
background:
top: '#000000'
bottom: '#00081e'
left: '#000000'
right: '#00081e'
details: darker
foreground: "#80c0ff"
terminal_colors:
bright:
black: "#3e7bdc"
blue: "#ec8129"
cyan: "#5db6ff"
green: "#00fdbb"
magenta: "#fdd600"
red: "#ff7200"
white: "#e9f2ff"
yellow: "#7300ff"
normal:
black: "#3e7bdc"
blue: "#ec8129"
cyan: "#2ba5ff"
green: "#38ffc9"
magenta: "#ffdb1a"
red: "#ff8c35"
white: "#d2dbe8"
yellow: "#7208f4"
51 changes: 51 additions & 0 deletions standard/previews/blue_monday.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 54dee0b

Please sign in to comment.