diff --git a/README.md b/README.md index 4bfa778..14fbe7b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For other bootloaders or for more information, [see here on ArchWiki](https://wi ```sh -npx @rose-pine/build@0.8.2 -t src/template.sh -o themes/ -f rgb -s +npx @rose-pine/build@0.8.2 -t template.sh -o themes/ -f rgb -s ``` _Generated by [@rose-pine/build@0.8.2](https://github.com/rose-pine/build)_ diff --git a/template.sh b/template.sh index eeabd91..5bf5641 100644 --- a/template.sh +++ b/template.sh @@ -1,18 +1,19 @@ #!/bin/bash -zero=$base -one=$love -two=$foam -three=$gold -four=$pine -five=$iris -six=$rose -seven=$text -eight=$overlay -nine=$love -ten=$foam -eleven=$gold -twelve=$pine -thirteen=$iris -fourteen=$rose -fifteen=$text -colors=("$zero" "$one" "$two" "$three" "$four" "$five" "$six" "$seven" "$eight" "$nine" "$ten" "$eleven" "$twelve" "$thirteen" "$fourteen" "$fifteen") +colors=( + "$base" + "$love" + "$foam" + "$gold" + "$pine" + "$iris" + "$rose" + "$text" + "$overlay" + "$love" + "$foam" + "$gold" + "$pine" + "$iris" + "$rose" + "$text" +) diff --git a/themes/rose-pine-dawn.sh b/themes/rose-pine-dawn.sh index dcc1f15..f11b4cf 100644 --- a/themes/rose-pine-dawn.sh +++ b/themes/rose-pine-dawn.sh @@ -1,18 +1,19 @@ #!/bin/bash -zero=250,244,237 -one=180,99,122 -two=86,148,159 -three=234,157,52 -four=40,105,131 -five=144,122,169 -six=215,130,126 -seven=87,82,121 -eight=242,233,222 -nine=180,99,122 -ten=86,148,159 -eleven=234,157,52 -twelve=40,105,131 -thirteen=144,122,169 -fourteen=215,130,126 -fifteen=87,82,121 -colors=("$zero" "$one" "$two" "$three" "$four" "$five" "$six" "$seven" "$eight" "$nine" "$ten" "$eleven" "$twelve" "$thirteen" "$fourteen" "$fifteen") +colors=( + "250,244,237" + "180,99,122" + "86,148,159" + "234,157,52" + "40,105,131" + "144,122,169" + "215,130,126" + "87,82,121" + "242,233,222" + "180,99,122" + "86,148,159" + "234,157,52" + "40,105,131" + "144,122,169" + "215,130,126" + "87,82,121" +) diff --git a/themes/rose-pine-moon.sh b/themes/rose-pine-moon.sh index 81c7ca8..6a6ac11 100644 --- a/themes/rose-pine-moon.sh +++ b/themes/rose-pine-moon.sh @@ -1,18 +1,19 @@ #!/bin/bash -zero=35,33,54 -one=235,111,146 -two=156,207,216 -three=246,193,119 -four=62,143,176 -five=196,167,231 -six=234,154,151 -seven=224,222,244 -eight=57,53,82 -nine=235,111,146 -ten=156,207,216 -eleven=246,193,119 -twelve=62,143,176 -thirteen=196,167,231 -fourteen=234,154,151 -fifteen=224,222,244 -colors=("$zero" "$one" "$two" "$three" "$four" "$five" "$six" "$seven" "$eight" "$nine" "$ten" "$eleven" "$twelve" "$thirteen" "$fourteen" "$fifteen") +colors=( + "35,33,54" + "235,111,146" + "156,207,216" + "246,193,119" + "62,143,176" + "196,167,231" + "234,154,151" + "224,222,244" + "57,53,82" + "235,111,146" + "156,207,216" + "246,193,119" + "62,143,176" + "196,167,231" + "234,154,151" + "224,222,244" +) diff --git a/themes/rose-pine.sh b/themes/rose-pine.sh index 4170f44..a79ff92 100644 --- a/themes/rose-pine.sh +++ b/themes/rose-pine.sh @@ -1,18 +1,19 @@ #!/bin/bash -zero=25,23,36 -one=235,111,146 -two=156,207,216 -three=246,193,119 -four=49,116,143 -five=196,167,231 -six=235,188,186 -seven=224,222,244 -eight=38,35,58 -nine=235,111,146 -ten=156,207,216 -eleven=246,193,119 -twelve=49,116,143 -thirteen=196,167,231 -fourteen=235,188,186 -fifteen=224,222,244 -colors=("$zero" "$one" "$two" "$three" "$four" "$five" "$six" "$seven" "$eight" "$nine" "$ten" "$eleven" "$twelve" "$thirteen" "$fourteen" "$fifteen") +colors=( + "25,23,36" + "235,111,146" + "156,207,216" + "246,193,119" + "49,116,143" + "196,167,231" + "235,188,186" + "224,222,244" + "38,35,58" + "235,111,146" + "156,207,216" + "246,193,119" + "49,116,143" + "196,167,231" + "235,188,186" + "224,222,244" +)