From af9b5f9f8f13ff48bbc952ae67c7baa458d977f5 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 23 Jan 2023 18:29:20 +0100 Subject: fold: vivid colors, smooth gradients - needs more samples, dark suffers from lack of detail (drastic denoise due to time constraints). --- backgrounds/field-d.svg | 1 - backgrounds/field-l.svg | 1 - backgrounds/field.xml.in | 13 ------------- backgrounds/fold-d.webp | Bin 0 -> 504400 bytes backgrounds/fold-l.webp | Bin 0 -> 4265660 bytes backgrounds/fold.xml.in | 13 +++++++++++++ backgrounds/meson.build | 4 ++-- 7 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 backgrounds/field-d.svg delete mode 100644 backgrounds/field-l.svg delete mode 100644 backgrounds/field.xml.in create mode 100644 backgrounds/fold-d.webp create mode 100644 backgrounds/fold-l.webp create mode 100644 backgrounds/fold.xml.in diff --git a/backgrounds/field-d.svg b/backgrounds/field-d.svg deleted file mode 100644 index 4058a49..0000000 --- a/backgrounds/field-d.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/backgrounds/field-l.svg b/backgrounds/field-l.svg deleted file mode 100644 index 2cd04e2..0000000 --- a/backgrounds/field-l.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/backgrounds/field.xml.in b/backgrounds/field.xml.in deleted file mode 100644 index 6edf457..0000000 --- a/backgrounds/field.xml.in +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Field - @BACKGROUNDDIR@/field-l.svg - @BACKGROUNDDIR@/field-d.svg - zoom - solid - #26a269 - #000000 - - diff --git a/backgrounds/fold-d.webp b/backgrounds/fold-d.webp new file mode 100644 index 0000000..011434d Binary files /dev/null and b/backgrounds/fold-d.webp differ diff --git a/backgrounds/fold-l.webp b/backgrounds/fold-l.webp new file mode 100644 index 0000000..2bebf44 Binary files /dev/null and b/backgrounds/fold-l.webp differ diff --git a/backgrounds/fold.xml.in b/backgrounds/fold.xml.in new file mode 100644 index 0000000..bd56948 --- /dev/null +++ b/backgrounds/fold.xml.in @@ -0,0 +1,13 @@ + + + + + Fold + @BACKGROUNDDIR@/fold-l.webp + @BACKGROUNDDIR@/fold-d.webp + zoom + solid + #26a269 + #000000 + + diff --git a/backgrounds/meson.build b/backgrounds/meson.build index 7ec52c7..2a6fda1 100644 --- a/backgrounds/meson.build +++ b/backgrounds/meson.build @@ -13,8 +13,8 @@ backgrounds = [ 'drool-l.svg', 'dune-d.svg', 'dune-l.svg', - 'field-d.svg', - 'field-l.svg', + 'fold-d.webp', + 'fold-l.webp', 'keys-d.webp', 'keys-l.webp', 'oceans.svg', -- cgit v1.2.1