Bug: updated filenames + paths for special_edition (#64)

I noticed that a couple of the themes (pride, thanksgiving, and winter) weren't working after changing the `holiday` directory to `special_edition`. This just fixes that and updates the filenames as well.
This commit is contained in:
Hong Yi Chen 2023-07-04 20:02:41 -04:00 committed by GitHub
parent ee7a87d0ab
commit 215d48d19e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
background: "#131313" background: "#131313"
background_image: background_image:
path: special_edition/grafbase.jpg path: special_edition/grafbase_bg.jpg
terminal_colors: terminal_colors:
normal: normal:
magenta: "#45b192" magenta: "#45b192"

View file

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
background_image: background_image:
# background image author: Shikhiu Ing, Warp.dev # background image author: Shikhiu Ing, Warp.dev
path: holiday/pride_bg.jpg path: special_edition/pride_bg.jpg
opacity: 47 opacity: 47
accent: "#ffffff" accent: "#ffffff"
background: "#000000" background: "#000000"

View file

@ -1,6 +1,6 @@
background_image: background_image:
# background image credit: https://unsplash.com/photos/ZwPuquZBnyM # background image credit: https://unsplash.com/photos/ZwPuquZBnyM
path: holiday/thanksgiving_bg.jpg path: special_edition/thanksgiving_bg.jpg
opacity: 47 opacity: 47
accent: "#b3deef" accent: "#b3deef"
background: "#282828" background: "#282828"

View file

@ -2,7 +2,7 @@ accent: "#6587bf"
background: "#fafafa" background: "#fafafa"
background_image: background_image:
# background image credit: https://unsplash.com/photos/TD8CbG9-sMk # background image credit: https://unsplash.com/photos/TD8CbG9-sMk
path: holiday/winter_bg.jpg path: special_edition/winter_bg.jpg
opacity: 47 opacity: 47
details: lighter details: lighter

View file

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

Before After
Before After