From 5831b4b2b83c9cb2fee5471e83b84a132d8fdc21 Mon Sep 17 00:00:00 2001 From: pablusha Date: Tue, 10 Jun 2025 00:50:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D0=BC=D0=B5=D0=BD=D1=83=20=D0=BE=D0=B1=D0=BE=D0=B5=D0=B2?= =?UTF-8?q?=20=D0=BD=D0=B0=20win=20+=20t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk-3.0/bookmarks | 6 ++ gtk-3.0/colors.css | 101 ++++++++++++++++++++ gtk-3.0/gtk.css | 1 + gtk-4.0/colors.css | 101 ++++++++++++++++++++ gtk-4.0/gtk.css | 1 + htop/htoprc.tmp.7kxHK3 | 0 htop/htoprc.tmp.fDEIlB | 0 htop/htoprc.tmp.ooeb8s | 0 hypr/colors.conf | 188 ++++++++++++++++++------------------- hypr/hyprland.conf | 5 +- hypr/wallpaper.sh | 19 ++++ hypr/wallpaper_selector.sh | 17 ++++ kitty/colors.conf | 16 ++-- kitty/kitty.conf.bak | 25 ----- mako/config | 5 +- matugen/config.toml | 23 +++-- matugen/mako | 6 ++ waybar/colors.css | 88 ++++++++--------- wofi/colors.css | 88 ++++++++--------- wofi/style.css | 2 +- 20 files changed, 463 insertions(+), 229 deletions(-) create mode 100644 gtk-3.0/bookmarks create mode 100644 gtk-3.0/colors.css create mode 100644 gtk-3.0/gtk.css create mode 100644 gtk-4.0/colors.css create mode 100644 gtk-4.0/gtk.css delete mode 100644 htop/htoprc.tmp.7kxHK3 delete mode 100644 htop/htoprc.tmp.fDEIlB delete mode 100644 htop/htoprc.tmp.ooeb8s create mode 100755 hypr/wallpaper.sh create mode 100755 hypr/wallpaper_selector.sh delete mode 100644 kitty/kitty.conf.bak create mode 100644 matugen/mako diff --git a/gtk-3.0/bookmarks b/gtk-3.0/bookmarks new file mode 100644 index 0000000..519f4fb --- /dev/null +++ b/gtk-3.0/bookmarks @@ -0,0 +1,6 @@ +file:///home/pablusha/Pictures +file:///home/pablusha/Downloads +file:///home/pablusha/Music +file:///home/pablusha/repos +file:///home/pablusha/Documents +file:///home/pablusha/wallpapers diff --git a/gtk-3.0/colors.css b/gtk-3.0/colors.css new file mode 100644 index 0000000..27460a8 --- /dev/null +++ b/gtk-3.0/colors.css @@ -0,0 +1,101 @@ + + @define-color background #0b141a; + + @define-color error #ffb4ab; + + @define-color error_container #93000a; + + @define-color inverse_on_surface #283238; + + @define-color inverse_primary #006a61; + + @define-color inverse_surface #dae4ec; + + @define-color on_background #dae4ec; + + @define-color on_error #690005; + + @define-color on_error_container #ffdad6; + + @define-color on_primary #003732; + + @define-color on_primary_container #73f8e6; + + @define-color on_primary_fixed #00201c; + + @define-color on_primary_fixed_variant #005048; + + @define-color on_secondary #003732; + + @define-color on_secondary_container #9ef2e5; + + @define-color on_secondary_fixed #00201c; + + @define-color on_secondary_fixed_variant #005048; + + @define-color on_surface #dae4ec; + + @define-color on_surface_variant #b6c9d8; + + @define-color on_tertiary #00344a; + + @define-color on_tertiary_container #c5e7ff; + + @define-color on_tertiary_fixed #001e2d; + + @define-color on_tertiary_fixed_variant #004c6a; + + @define-color outline #8093a1; + + @define-color outline_variant #374955; + + @define-color primary #53dbca; + + @define-color primary_container #005048; + + @define-color primary_fixed #73f8e6; + + @define-color primary_fixed_dim #53dbca; + + @define-color scrim #000000; + + @define-color secondary #82d5c9; + + @define-color secondary_container #005048; + + @define-color secondary_fixed #9ef2e5; + + @define-color secondary_fixed_dim #82d5c9; + + @define-color shadow #000000; + + @define-color source_color #355b71; + + @define-color surface #0b141a; + + @define-color surface_bright #313a41; + + @define-color surface_container #172127; + + @define-color surface_container_high #222b31; + + @define-color surface_container_highest #2d363c; + + @define-color surface_container_low #131d23; + + @define-color surface_container_lowest #060f15; + + @define-color surface_dim #0b141a; + + @define-color surface_tint #53dbca; + + @define-color surface_variant #374955; + + @define-color tertiary #90cef4; + + @define-color tertiary_container #004c6a; + + @define-color tertiary_fixed #c5e7ff; + + @define-color tertiary_fixed_dim #90cef4; + diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css new file mode 100644 index 0000000..23668bd --- /dev/null +++ b/gtk-3.0/gtk.css @@ -0,0 +1 @@ +@import 'colors.css'; diff --git a/gtk-4.0/colors.css b/gtk-4.0/colors.css new file mode 100644 index 0000000..27460a8 --- /dev/null +++ b/gtk-4.0/colors.css @@ -0,0 +1,101 @@ + + @define-color background #0b141a; + + @define-color error #ffb4ab; + + @define-color error_container #93000a; + + @define-color inverse_on_surface #283238; + + @define-color inverse_primary #006a61; + + @define-color inverse_surface #dae4ec; + + @define-color on_background #dae4ec; + + @define-color on_error #690005; + + @define-color on_error_container #ffdad6; + + @define-color on_primary #003732; + + @define-color on_primary_container #73f8e6; + + @define-color on_primary_fixed #00201c; + + @define-color on_primary_fixed_variant #005048; + + @define-color on_secondary #003732; + + @define-color on_secondary_container #9ef2e5; + + @define-color on_secondary_fixed #00201c; + + @define-color on_secondary_fixed_variant #005048; + + @define-color on_surface #dae4ec; + + @define-color on_surface_variant #b6c9d8; + + @define-color on_tertiary #00344a; + + @define-color on_tertiary_container #c5e7ff; + + @define-color on_tertiary_fixed #001e2d; + + @define-color on_tertiary_fixed_variant #004c6a; + + @define-color outline #8093a1; + + @define-color outline_variant #374955; + + @define-color primary #53dbca; + + @define-color primary_container #005048; + + @define-color primary_fixed #73f8e6; + + @define-color primary_fixed_dim #53dbca; + + @define-color scrim #000000; + + @define-color secondary #82d5c9; + + @define-color secondary_container #005048; + + @define-color secondary_fixed #9ef2e5; + + @define-color secondary_fixed_dim #82d5c9; + + @define-color shadow #000000; + + @define-color source_color #355b71; + + @define-color surface #0b141a; + + @define-color surface_bright #313a41; + + @define-color surface_container #172127; + + @define-color surface_container_high #222b31; + + @define-color surface_container_highest #2d363c; + + @define-color surface_container_low #131d23; + + @define-color surface_container_lowest #060f15; + + @define-color surface_dim #0b141a; + + @define-color surface_tint #53dbca; + + @define-color surface_variant #374955; + + @define-color tertiary #90cef4; + + @define-color tertiary_container #004c6a; + + @define-color tertiary_fixed #c5e7ff; + + @define-color tertiary_fixed_dim #90cef4; + diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css new file mode 100644 index 0000000..23668bd --- /dev/null +++ b/gtk-4.0/gtk.css @@ -0,0 +1 @@ +@import 'colors.css'; diff --git a/htop/htoprc.tmp.7kxHK3 b/htop/htoprc.tmp.7kxHK3 deleted file mode 100644 index e69de29..0000000 diff --git a/htop/htoprc.tmp.fDEIlB b/htop/htoprc.tmp.fDEIlB deleted file mode 100644 index e69de29..0000000 diff --git a/htop/htoprc.tmp.ooeb8s b/htop/htoprc.tmp.ooeb8s deleted file mode 100644 index e69de29..0000000 diff --git a/hypr/colors.conf b/hypr/colors.conf index 4a99954..870d4a4 100644 --- a/hypr/colors.conf +++ b/hypr/colors.conf @@ -1,151 +1,151 @@ -$image = Pictures/bg.png -$background = rgba(101417ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$background = rgba(0b141aff) -$image = Pictures/bg.png +$image = /home/pablusha/wallpapers/cloud.jpg $error = rgba(ffb4abff) -$image = Pictures/bg.png +$image = /home/pablusha/wallpapers/cloud.jpg $error_container = rgba(93000aff) -$image = Pictures/bg.png -$inverse_on_surface = rgba(2d3135ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$inverse_on_surface = rgba(283238ff) -$image = Pictures/bg.png -$inverse_primary = rgba(216487ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$inverse_primary = rgba(006a61ff) -$image = Pictures/bg.png -$inverse_surface = rgba(dfe3e7ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$inverse_surface = rgba(dae4ecff) -$image = Pictures/bg.png -$on_background = rgba(dfe3e7ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_background = rgba(dae4ecff) -$image = Pictures/bg.png +$image = /home/pablusha/wallpapers/cloud.jpg $on_error = rgba(690005ff) -$image = Pictures/bg.png +$image = /home/pablusha/wallpapers/cloud.jpg $on_error_container = rgba(ffdad6ff) -$image = Pictures/bg.png -$on_primary = rgba(00344cff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_primary = rgba(003732ff) -$image = Pictures/bg.png -$on_primary_container = rgba(c7e7ffff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_primary_container = rgba(73f8e6ff) -$image = Pictures/bg.png -$on_primary_fixed = rgba(001e2eff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_primary_fixed = rgba(00201cff) -$image = Pictures/bg.png -$on_primary_fixed_variant = rgba(004c6cff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_primary_fixed_variant = rgba(005048ff) -$image = Pictures/bg.png -$on_secondary = rgba(21323eff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_secondary = rgba(003732ff) -$image = Pictures/bg.png -$on_secondary_container = rgba(d2e5f5ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_secondary_container = rgba(9ef2e5ff) -$image = Pictures/bg.png -$on_secondary_fixed = rgba(0b1d29ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_secondary_fixed = rgba(00201cff) -$image = Pictures/bg.png -$on_secondary_fixed_variant = rgba(374955ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_secondary_fixed_variant = rgba(005048ff) -$image = Pictures/bg.png -$on_surface = rgba(dfe3e7ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_surface = rgba(dae4ecff) -$image = Pictures/bg.png -$on_surface_variant = rgba(c1c7ceff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_surface_variant = rgba(b6c9d8ff) -$image = Pictures/bg.png -$on_tertiary = rgba(342b4bff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_tertiary = rgba(00344aff) -$image = Pictures/bg.png -$on_tertiary_container = rgba(e8ddffff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_tertiary_container = rgba(c5e7ffff) -$image = Pictures/bg.png -$on_tertiary_fixed = rgba(1e1635ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_tertiary_fixed = rgba(001e2dff) -$image = Pictures/bg.png -$on_tertiary_fixed_variant = rgba(4a4263ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$on_tertiary_fixed_variant = rgba(004c6aff) -$image = Pictures/bg.png -$outline = rgba(8b9198ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$outline = rgba(8093a1ff) -$image = Pictures/bg.png -$outline_variant = rgba(41484dff) +$image = /home/pablusha/wallpapers/cloud.jpg +$outline_variant = rgba(374955ff) -$image = Pictures/bg.png -$primary = rgba(92cef5ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$primary = rgba(53dbcaff) -$image = Pictures/bg.png -$primary_container = rgba(004c6cff) +$image = /home/pablusha/wallpapers/cloud.jpg +$primary_container = rgba(005048ff) -$image = Pictures/bg.png -$primary_fixed = rgba(c7e7ffff) +$image = /home/pablusha/wallpapers/cloud.jpg +$primary_fixed = rgba(73f8e6ff) -$image = Pictures/bg.png -$primary_fixed_dim = rgba(92cef5ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$primary_fixed_dim = rgba(53dbcaff) -$image = Pictures/bg.png +$image = /home/pablusha/wallpapers/cloud.jpg $scrim = rgba(000000ff) -$image = Pictures/bg.png -$secondary = rgba(b6c9d8ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$secondary = rgba(82d5c9ff) -$image = Pictures/bg.png -$secondary_container = rgba(374955ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$secondary_container = rgba(005048ff) -$image = Pictures/bg.png -$secondary_fixed = rgba(d2e5f5ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$secondary_fixed = rgba(9ef2e5ff) -$image = Pictures/bg.png -$secondary_fixed_dim = rgba(b6c9d8ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$secondary_fixed_dim = rgba(82d5c9ff) -$image = Pictures/bg.png +$image = /home/pablusha/wallpapers/cloud.jpg $shadow = rgba(000000ff) -$image = Pictures/bg.png -$source_color = rgba(235e7eff) +$image = /home/pablusha/wallpapers/cloud.jpg +$source_color = rgba(355b71ff) -$image = Pictures/bg.png -$surface = rgba(101417ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface = rgba(0b141aff) -$image = Pictures/bg.png -$surface_bright = rgba(353a3dff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_bright = rgba(313a41ff) -$image = Pictures/bg.png -$surface_container = rgba(1c2024ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_container = rgba(172127ff) -$image = Pictures/bg.png -$surface_container_high = rgba(262a2eff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_container_high = rgba(222b31ff) -$image = Pictures/bg.png -$surface_container_highest = rgba(313539ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_container_highest = rgba(2d363cff) -$image = Pictures/bg.png -$surface_container_low = rgba(181c20ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_container_low = rgba(131d23ff) -$image = Pictures/bg.png -$surface_container_lowest = rgba(0a0f12ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_container_lowest = rgba(060f15ff) -$image = Pictures/bg.png -$surface_dim = rgba(101417ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_dim = rgba(0b141aff) -$image = Pictures/bg.png -$surface_tint = rgba(92cef5ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_tint = rgba(53dbcaff) -$image = Pictures/bg.png -$surface_variant = rgba(41484dff) +$image = /home/pablusha/wallpapers/cloud.jpg +$surface_variant = rgba(374955ff) -$image = Pictures/bg.png -$tertiary = rgba(ccc1e9ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$tertiary = rgba(90cef4ff) -$image = Pictures/bg.png -$tertiary_container = rgba(4a4263ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$tertiary_container = rgba(004c6aff) -$image = Pictures/bg.png -$tertiary_fixed = rgba(e8ddffff) +$image = /home/pablusha/wallpapers/cloud.jpg +$tertiary_fixed = rgba(c5e7ffff) -$image = Pictures/bg.png -$tertiary_fixed_dim = rgba(ccc1e9ff) +$image = /home/pablusha/wallpapers/cloud.jpg +$tertiary_fixed_dim = rgba(90cef4ff) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2ce31ed..38df472 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -9,7 +9,7 @@ monitor = HDMI-A-1, 3240x2160, 1920x0, 2 $terminal = kitty $fileManager = thunar -$menu = wofi --show drun +$menu = wofi --show drun --normal-window env = LIBVA_DRIVER_NAME,nvidia env = __GLX_VENDOR_LIBRARY_NAME,nvidia @@ -37,7 +37,7 @@ layerrule = blur, wofi # AUTOSTART -exec-once = waybar & hyprpaper & mako +exec-once = waybar & swww-daemon & mako exec-once = hyprctl setcursor Bibata-Modern-Classic 22 exec-once = wal -R @@ -168,3 +168,4 @@ bind = , mouse:275, workspace, e-1 bind = , mouse:276, workspace, e+1 bind = $mainMod SHIFT, S, exec, ~/.config/hypr/screenshot.sh +bind = $mainMod, T, exec, ~/.config/hypr/wallpaper_selector.sh diff --git a/hypr/wallpaper.sh b/hypr/wallpaper.sh new file mode 100755 index 0000000..f866dac --- /dev/null +++ b/hypr/wallpaper.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +directory="/home/pablusha/wallpapers" + +files=() +while IFS= read -r -d $'\0' file; do + if [ -f "$file" ]; then + files+=("$file") + fi +done < <(find "$directory" -maxdepth 1 -type f -print0) + +if [ ${#files[@]} -eq 0 ]; then + exit 1 +fi + +random_file="${files[RANDOM % ${#files[@]}]}" +swww img $random_file --transition-type wipe --transition-fps 60 --transition-angle 30 --transition-duration 1 +matugen image $random_file -t scheme-fruit-salad +notify-send "wallpaper changed" $random_file diff --git a/hypr/wallpaper_selector.sh b/hypr/wallpaper_selector.sh new file mode 100755 index 0000000..9734c30 --- /dev/null +++ b/hypr/wallpaper_selector.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +DIR="$HOME/wallpapers" + +FILES=($(find "$DIR" -type f \( -iname "*.jpg" -o -iname "*.png" -o -iname "*.jpeg" \) | sort -f | xargs -n1 basename)) + +SELECTED=$(printf '%s\n' "${FILES[@]}" | wofi --dmenu --prompt "choose wallpaper" --normal-window) + +if [ -n "$SELECTED" ]; then + FULLPATH="$DIR/$SELECTED" + + # Применяем выбранный обои и делаем прочее + swww img "$FULLPATH" --transition-type wipe --transition-fps 60 --transition-angle 30 --transition-duration 1 + matugen image "$FULLPATH" -t scheme-fruit-salad + notify-send "wallpaper changed" "$FULLPATH" +fi + diff --git a/kitty/colors.conf b/kitty/colors.conf index cddb6c7..959d456 100644 --- a/kitty/colors.conf +++ b/kitty/colors.conf @@ -1,11 +1,11 @@ -cursor #dfe3e7 -cursor_text_color #c1c7ce +cursor #dae4ec +cursor_text_color #b6c9d8 -foreground #dfe3e7 -background #101417 -selection_foreground #21323e -selection_background #b6c9d8 -url_color #92cef5 +foreground #dae4ec +background #0b141a +selection_foreground #003732 +selection_background #82d5c9 +url_color #53dbca # black color8 #262626 @@ -24,7 +24,7 @@ color3 #aca98a color11 #c4c19e # blue -color4 #92cef5 +color4 #53dbca color12 #a39ec4 # magenta diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak deleted file mode 100644 index f1a808e..0000000 --- a/kitty/kitty.conf.bak +++ /dev/null @@ -1,25 +0,0 @@ -foreground #dfe9ee -background #222227 -cursor #dfe9ee - -color0 #222227 -color8 #9ca3a6 -color1 #D6A59D -color9 #D6A59D -color2 #CFBDBB -color10 #CFBDBB -color3 #E9D3AE -color11 #E9D3AE -color4 #B6DAE5 -color12 #B6DAE5 -color5 #E1D7CD -color13 #E1D7CD -color6 #FAEDD9 -color14 #FAEDD9 -color7 #dfe9ee -color15 #dfe9ee - -background_opacity 0.9 -font_size 11.0 -confirm_os_window_close 0 -window_padding_width 10 diff --git a/mako/config b/mako/config index f66f21f..319b1dc 100644 --- a/mako/config +++ b/mako/config @@ -1,5 +1,6 @@ -background-color=#222227 +background-color=#0b141a border-radius=4 border-size=0 -anchor=top-center +anchor=top-right default-timeout=2500 + diff --git a/matugen/config.toml b/matugen/config.toml index b4dd568..0a5e343 100644 --- a/matugen/config.toml +++ b/matugen/config.toml @@ -6,22 +6,27 @@ output_path = "~/.config/hypr/colors.conf" post_hook = "hyprctl reload" [templates.kitty] -input_path = 'kitty.conf' -output_path = '~/.config/kitty/colors.conf' +input_path = "kitty.conf" +output_path = "~/.config/kitty/colors.conf" [templates.waybar] -input_path = 'colors.css' -output_path = '~/.config/waybar/colors.css' -post_hook = 'pkill -SIGUSR2 waybar' +input_path = "colors.css" +output_path = "~/.config/waybar/colors.css" +post_hook = "pkill -SIGUSR2 waybar" [templates.gtk3] -input_path = 'colors.css' -output_path = '~/.config/gtk-3.0/colors.css' +input_path = "colors.css" +output_path = "~/.config/gtk-3.0/colors.css" [templates.gtk4] -input_path = 'colors.css' -output_path = '~/.config/gtk-4.0/colors.css' +input_path = "colors.css" +output_path = "~/.config/gtk-4.0/colors.css" [templates.wofi] input_path = "colors.css" output_path = "~/.config/wofi/colors.css" + +[templates.mako] +input_path = "mako" +output_path = "~/.config/mako/config" +post_hook = "makoctl reload" diff --git a/matugen/mako b/matugen/mako new file mode 100644 index 0000000..2ca68cf --- /dev/null +++ b/matugen/mako @@ -0,0 +1,6 @@ +background-color={{ colors.surface.default.hex }} +border-radius=4 +border-size=0 +anchor=top-right +default-timeout=2500 + diff --git a/waybar/colors.css b/waybar/colors.css index e86885f..27460a8 100644 --- a/waybar/colors.css +++ b/waybar/colors.css @@ -1,101 +1,101 @@ - @define-color background #101417; + @define-color background #0b141a; @define-color error #ffb4ab; @define-color error_container #93000a; - @define-color inverse_on_surface #2d3135; + @define-color inverse_on_surface #283238; - @define-color inverse_primary #216487; + @define-color inverse_primary #006a61; - @define-color inverse_surface #dfe3e7; + @define-color inverse_surface #dae4ec; - @define-color on_background #dfe3e7; + @define-color on_background #dae4ec; @define-color on_error #690005; @define-color on_error_container #ffdad6; - @define-color on_primary #00344c; + @define-color on_primary #003732; - @define-color on_primary_container #c7e7ff; + @define-color on_primary_container #73f8e6; - @define-color on_primary_fixed #001e2e; + @define-color on_primary_fixed #00201c; - @define-color on_primary_fixed_variant #004c6c; + @define-color on_primary_fixed_variant #005048; - @define-color on_secondary #21323e; + @define-color on_secondary #003732; - @define-color on_secondary_container #d2e5f5; + @define-color on_secondary_container #9ef2e5; - @define-color on_secondary_fixed #0b1d29; + @define-color on_secondary_fixed #00201c; - @define-color on_secondary_fixed_variant #374955; + @define-color on_secondary_fixed_variant #005048; - @define-color on_surface #dfe3e7; + @define-color on_surface #dae4ec; - @define-color on_surface_variant #c1c7ce; + @define-color on_surface_variant #b6c9d8; - @define-color on_tertiary #342b4b; + @define-color on_tertiary #00344a; - @define-color on_tertiary_container #e8ddff; + @define-color on_tertiary_container #c5e7ff; - @define-color on_tertiary_fixed #1e1635; + @define-color on_tertiary_fixed #001e2d; - @define-color on_tertiary_fixed_variant #4a4263; + @define-color on_tertiary_fixed_variant #004c6a; - @define-color outline #8b9198; + @define-color outline #8093a1; - @define-color outline_variant #41484d; + @define-color outline_variant #374955; - @define-color primary #92cef5; + @define-color primary #53dbca; - @define-color primary_container #004c6c; + @define-color primary_container #005048; - @define-color primary_fixed #c7e7ff; + @define-color primary_fixed #73f8e6; - @define-color primary_fixed_dim #92cef5; + @define-color primary_fixed_dim #53dbca; @define-color scrim #000000; - @define-color secondary #b6c9d8; + @define-color secondary #82d5c9; - @define-color secondary_container #374955; + @define-color secondary_container #005048; - @define-color secondary_fixed #d2e5f5; + @define-color secondary_fixed #9ef2e5; - @define-color secondary_fixed_dim #b6c9d8; + @define-color secondary_fixed_dim #82d5c9; @define-color shadow #000000; - @define-color source_color #235e7e; + @define-color source_color #355b71; - @define-color surface #101417; + @define-color surface #0b141a; - @define-color surface_bright #353a3d; + @define-color surface_bright #313a41; - @define-color surface_container #1c2024; + @define-color surface_container #172127; - @define-color surface_container_high #262a2e; + @define-color surface_container_high #222b31; - @define-color surface_container_highest #313539; + @define-color surface_container_highest #2d363c; - @define-color surface_container_low #181c20; + @define-color surface_container_low #131d23; - @define-color surface_container_lowest #0a0f12; + @define-color surface_container_lowest #060f15; - @define-color surface_dim #101417; + @define-color surface_dim #0b141a; - @define-color surface_tint #92cef5; + @define-color surface_tint #53dbca; - @define-color surface_variant #41484d; + @define-color surface_variant #374955; - @define-color tertiary #ccc1e9; + @define-color tertiary #90cef4; - @define-color tertiary_container #4a4263; + @define-color tertiary_container #004c6a; - @define-color tertiary_fixed #e8ddff; + @define-color tertiary_fixed #c5e7ff; - @define-color tertiary_fixed_dim #ccc1e9; + @define-color tertiary_fixed_dim #90cef4; diff --git a/wofi/colors.css b/wofi/colors.css index e86885f..27460a8 100644 --- a/wofi/colors.css +++ b/wofi/colors.css @@ -1,101 +1,101 @@ - @define-color background #101417; + @define-color background #0b141a; @define-color error #ffb4ab; @define-color error_container #93000a; - @define-color inverse_on_surface #2d3135; + @define-color inverse_on_surface #283238; - @define-color inverse_primary #216487; + @define-color inverse_primary #006a61; - @define-color inverse_surface #dfe3e7; + @define-color inverse_surface #dae4ec; - @define-color on_background #dfe3e7; + @define-color on_background #dae4ec; @define-color on_error #690005; @define-color on_error_container #ffdad6; - @define-color on_primary #00344c; + @define-color on_primary #003732; - @define-color on_primary_container #c7e7ff; + @define-color on_primary_container #73f8e6; - @define-color on_primary_fixed #001e2e; + @define-color on_primary_fixed #00201c; - @define-color on_primary_fixed_variant #004c6c; + @define-color on_primary_fixed_variant #005048; - @define-color on_secondary #21323e; + @define-color on_secondary #003732; - @define-color on_secondary_container #d2e5f5; + @define-color on_secondary_container #9ef2e5; - @define-color on_secondary_fixed #0b1d29; + @define-color on_secondary_fixed #00201c; - @define-color on_secondary_fixed_variant #374955; + @define-color on_secondary_fixed_variant #005048; - @define-color on_surface #dfe3e7; + @define-color on_surface #dae4ec; - @define-color on_surface_variant #c1c7ce; + @define-color on_surface_variant #b6c9d8; - @define-color on_tertiary #342b4b; + @define-color on_tertiary #00344a; - @define-color on_tertiary_container #e8ddff; + @define-color on_tertiary_container #c5e7ff; - @define-color on_tertiary_fixed #1e1635; + @define-color on_tertiary_fixed #001e2d; - @define-color on_tertiary_fixed_variant #4a4263; + @define-color on_tertiary_fixed_variant #004c6a; - @define-color outline #8b9198; + @define-color outline #8093a1; - @define-color outline_variant #41484d; + @define-color outline_variant #374955; - @define-color primary #92cef5; + @define-color primary #53dbca; - @define-color primary_container #004c6c; + @define-color primary_container #005048; - @define-color primary_fixed #c7e7ff; + @define-color primary_fixed #73f8e6; - @define-color primary_fixed_dim #92cef5; + @define-color primary_fixed_dim #53dbca; @define-color scrim #000000; - @define-color secondary #b6c9d8; + @define-color secondary #82d5c9; - @define-color secondary_container #374955; + @define-color secondary_container #005048; - @define-color secondary_fixed #d2e5f5; + @define-color secondary_fixed #9ef2e5; - @define-color secondary_fixed_dim #b6c9d8; + @define-color secondary_fixed_dim #82d5c9; @define-color shadow #000000; - @define-color source_color #235e7e; + @define-color source_color #355b71; - @define-color surface #101417; + @define-color surface #0b141a; - @define-color surface_bright #353a3d; + @define-color surface_bright #313a41; - @define-color surface_container #1c2024; + @define-color surface_container #172127; - @define-color surface_container_high #262a2e; + @define-color surface_container_high #222b31; - @define-color surface_container_highest #313539; + @define-color surface_container_highest #2d363c; - @define-color surface_container_low #181c20; + @define-color surface_container_low #131d23; - @define-color surface_container_lowest #0a0f12; + @define-color surface_container_lowest #060f15; - @define-color surface_dim #101417; + @define-color surface_dim #0b141a; - @define-color surface_tint #92cef5; + @define-color surface_tint #53dbca; - @define-color surface_variant #41484d; + @define-color surface_variant #374955; - @define-color tertiary #ccc1e9; + @define-color tertiary #90cef4; - @define-color tertiary_container #4a4263; + @define-color tertiary_container #004c6a; - @define-color tertiary_fixed #e8ddff; + @define-color tertiary_fixed #c5e7ff; - @define-color tertiary_fixed_dim #ccc1e9; + @define-color tertiary_fixed_dim #90cef4; diff --git a/wofi/style.css b/wofi/style.css index a2b8b89..33d4ea0 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -1,4 +1,4 @@ -@import url("colors.css"); +@import "colors.css"; * { all:unset;