From 215d48d19e5e218fa91ddef4aa5381a648273f1b Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Tue, 4 Jul 2023 20:02:41 -0400 Subject: [PATCH] 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. --- special_edition/grafbase.yaml | 2 +- special_edition/{grafbase.jpg => grafbase_bg.jpg} | Bin special_edition/pride.yaml | 2 +- special_edition/thanksgiving.yaml | 2 +- special_edition/winter.yaml | 2 +- special_edition/{winter.jpg => winter_bg.jpg} | Bin 6 files changed, 4 insertions(+), 4 deletions(-) rename special_edition/{grafbase.jpg => grafbase_bg.jpg} (100%) rename special_edition/{winter.jpg => winter_bg.jpg} (100%) diff --git a/special_edition/grafbase.yaml b/special_edition/grafbase.yaml index a40d509..1cb65c8 100644 --- a/special_edition/grafbase.yaml +++ b/special_edition/grafbase.yaml @@ -1,6 +1,6 @@ background: "#131313" background_image: - path: special_edition/grafbase.jpg + path: special_edition/grafbase_bg.jpg terminal_colors: normal: magenta: "#45b192" diff --git a/special_edition/grafbase.jpg b/special_edition/grafbase_bg.jpg similarity index 100% rename from special_edition/grafbase.jpg rename to special_edition/grafbase_bg.jpg diff --git a/special_edition/pride.yaml b/special_edition/pride.yaml index f0b0547..73a1c8b 100644 --- a/special_edition/pride.yaml +++ b/special_edition/pride.yaml @@ -1,6 +1,6 @@ background_image: # background image author: Shikhiu Ing, Warp.dev - path: holiday/pride_bg.jpg + path: special_edition/pride_bg.jpg opacity: 47 accent: "#ffffff" background: "#000000" diff --git a/special_edition/thanksgiving.yaml b/special_edition/thanksgiving.yaml index 691d919..44e7e90 100644 --- a/special_edition/thanksgiving.yaml +++ b/special_edition/thanksgiving.yaml @@ -1,6 +1,6 @@ background_image: # background image credit: https://unsplash.com/photos/ZwPuquZBnyM - path: holiday/thanksgiving_bg.jpg + path: special_edition/thanksgiving_bg.jpg opacity: 47 accent: "#b3deef" background: "#282828" diff --git a/special_edition/winter.yaml b/special_edition/winter.yaml index 37c489c..1a685e9 100644 --- a/special_edition/winter.yaml +++ b/special_edition/winter.yaml @@ -2,7 +2,7 @@ accent: "#6587bf" background: "#fafafa" background_image: # background image credit: https://unsplash.com/photos/TD8CbG9-sMk - path: holiday/winter_bg.jpg + path: special_edition/winter_bg.jpg opacity: 47 details: lighter diff --git a/special_edition/winter.jpg b/special_edition/winter_bg.jpg similarity index 100% rename from special_edition/winter.jpg rename to special_edition/winter_bg.jpg