diff --git a/components/alacritty/colors.toml b/components/alacritty/colors.toml index 882f048..06a10a6 100644 --- a/components/alacritty/colors.toml +++ b/components/alacritty/colors.toml @@ -1,48 +1,48 @@ [colors.primary] -background = '#141218' -foreground = '#e7e0e8' +background = '#121318' +foreground = '#e3e2e9' [colors.cursor] -text = '#e7e0e8' -cursor = '#cac4cf' +text = '#e3e2e9' +cursor = '#c5c6d0' [colors.vi_mode_cursor] -text = '#141218' -cursor = '#d1bcfe' +text = '#121318' +cursor = '#b4c5ff' [colors.search.matches] -foreground = '#49454e' -background = '#f0b8c7' +foreground = '#45464f' +background = '#e2bbdb' [colors.search.focused_match] -foreground = '#49454e' -background = '#d1bcfe' +foreground = '#45464f' +background = '#b4c5ff' [colors.footer_bar] -foreground = '#49454e' -background = '#e7e0e8' +foreground = '#45464f' +background = '#e3e2e9' [colors.hints.start] -foreground = '#49454e' -background = '#ccc2db' +foreground = '#45464f' +background = '#c1c5dd' [colors.hints.end] -foreground = '#49454e' -background = '#ccc2db' +foreground = '#45464f' +background = '#c1c5dd' [colors.selection] -text = '#141218' -background = '#d1bcfe' +text = '#121318' +background = '#b4c5ff' [colors.normal] black = '#181818' red = '#ffb4ab' -green = '#d1bcfe' -yellow = '#66558e' -blue = '#d1bcfe' -magenta = '#f0b8c7' -cyan = '#ccc2db' +green = '#b4c5ff' +yellow = '#4b5c92' +blue = '#b4c5ff' +magenta = '#e2bbdb' +cyan = '#c1c5dd' white = '#BAC2DE' diff --git a/components/hyprland/colors.conf b/components/hyprland/colors.conf index 0151a92..765b1bb 100644 --- a/components/hyprland/colors.conf +++ b/components/hyprland/colors.conf @@ -1,5 +1,5 @@ -$primary = rgb(d1bcfe) -$secondary = rgb(ccc2db) -$bg = rgb(141218) -$fg = rgb(e7e0e8) +$primary = rgb(b4c5ff) +$secondary = rgb(c1c5dd) +$bg = rgb(121318) +$fg = rgb(e3e2e9) diff --git a/components/hyprland/decorations.conf b/components/hyprland/decorations.conf index 6db821b..dcb36e9 100644 --- a/components/hyprland/decorations.conf +++ b/components/hyprland/decorations.conf @@ -26,12 +26,16 @@ decoration { shadow_render_power = 3 col.shadow = $bg + dim_inactive = true + dim_strength = 0.2 + blur { enabled = true - size = 4 + size = 8 passes = 3 - - vibrancy = 0.1696 + noise = 0.1 + brightness = 0.9 + vibrancy = 0.5 } } diff --git a/components/hyprland/rules.conf b/components/hyprland/rules.conf index 0073bf8..e92a38a 100644 --- a/components/hyprland/rules.conf +++ b/components/hyprland/rules.conf @@ -36,4 +36,5 @@ windowrulev2 = fullscreen,class:^(org.telegram.desktop)$,title:^(Media viewer)$ windowrulev2 = float,class:^(org.telegram.desktop)$,title:^(Media viewer)$ windowrulev2 = opaque,class:^(org.telegram.desktop)$,title:^(Media viewer)$ windowrulev2 = opacity 0.9, class:^(Spotify)$ - +windowrulev2 = opacity 0.9, class:^(org.gnome.Nautilus)$ +windowrulev2 = opacity 0.9, class:^(org.pulseaudio.pavucontrol)$ diff --git a/components/mako/mako.conf b/components/mako/mako.conf index 8b7789a..761428d 100644 --- a/components/mako/mako.conf +++ b/components/mako/mako.conf @@ -2,11 +2,11 @@ sort=-time layer=overlay output=DP-1 anchor=top-right -background-color=#141218bb +background-color=#121318bb width=300 height=110 border-size=3 -border-color=#d1bcfe +border-color=#b4c5ff border-radius=5 icons=0 max-icon-size=64 diff --git a/components/rofi/colors.rasi b/components/rofi/colors.rasi index 2d6b9ff..11a86a4 100644 --- a/components/rofi/colors.rasi +++ b/components/rofi/colors.rasi @@ -1,47 +1,47 @@ * { - primary: #d1bcfe; - primary-fixed: #eaddff; - primary-fixed-dim: #d1bcfe; - on-primary: #37265d; - on-primary-fixed: #210f47; - on-primary-fixed-variant: #4e3d75; - primary-container: #4e3d75; - on-primary-container: #eaddff; - secondary: #ccc2db; - secondary-fixed: #e9def8; - secondary-fixed-dim: #ccc2db; - on-secondary: #332d41; - on-secondary-fixed: #1e192b; - on-secondary-fixed-variant: #4a4358; - secondary-container: #4a4358; - on-secondary-container: #e9def8; - tertiary: #f0b8c7; - tertiary-fixed: #ffd9e2; - tertiary-fixed-dim: #f0b8c7; - on-tertiary: #4a2531; - on-tertiary-fixed: #31101c; - on-tertiary-fixed-variant: #633b47; - tertiary-container: #633b47; - on-tertiary-container: #ffd9e2; + primary: #b4c5ff; + primary-fixed: #dbe1ff; + primary-fixed-dim: #b4c5ff; + on-primary: #1a2d60; + on-primary-fixed: #00174b; + on-primary-fixed-variant: #334478; + primary-container: #334478; + on-primary-container: #dbe1ff; + secondary: #c1c5dd; + secondary-fixed: #dde1f9; + secondary-fixed-dim: #c1c5dd; + on-secondary: #2b3042; + on-secondary-fixed: #161b2c; + on-secondary-fixed-variant: #414659; + secondary-container: #414659; + on-secondary-container: #dde1f9; + tertiary: #e2bbdb; + tertiary-fixed: #ffd6f8; + tertiary-fixed-dim: #e2bbdb; + on-tertiary: #422741; + on-tertiary-fixed: #2b122b; + on-tertiary-fixed-variant: #5a3d58; + tertiary-container: #5a3d58; + on-tertiary-container: #ffd6f8; error: #ffb4ab; on-error: #690005; error-container: #93000a; on-error-container: #ffdad6; - surface: #141218; - on-surface: #e7e0e8; - on-surface-variant: #cac4cf; - outline: #948f99; - outline-variant: #49454e; + surface: #121318; + on-surface: #e3e2e9; + on-surface-variant: #c5c6d0; + outline: #8f909a; + outline-variant: #45464f; shadow: #000000; scrim: #000000; - inverse-surface: #e7e0e8; - inverse-on-surface: #322f35; - inverse-primary: #66558e; - surface-dim: #141218; - surface-bright: #3b383e; - surface-container-lowest: #0f0d13; - surface-container-low: #1d1b20; - surface-container: #211f24; - surface-container-high: #2b292f; - surface-container-highest: #36343a; + inverse-surface: #e3e2e9; + inverse-on-surface: #2f3036; + inverse-primary: #4b5c92; + surface-dim: #121318; + surface-bright: #38393f; + surface-container-lowest: #0d0e13; + surface-container-low: #1a1b21; + surface-container: #1e1f25; + surface-container-high: #292a2f; + surface-container-highest: #34343a; } diff --git a/components/vesktop/themes/matugen.theme.css b/components/vesktop/themes/matugen.theme.css index 3f1502d..65d2ddf 100644 --- a/components/vesktop/themes/matugen.theme.css +++ b/components/vesktop/themes/matugen.theme.css @@ -23,36 +23,36 @@ --corner-text: 'Midnight'; /* color of status indicators and window controls */ - --online-indicator: #66558e; /* change to #23a55a for default green */ + --online-indicator: #4b5c92; /* change to #23a55a for default green */ --dnd-indicator: #ffb4ab; /* change to #f13f43 for default red */ - --idle-indicator: #633b47; /* change to #f0b232 for default yellow */ - --streaming-indicator: #37265d; /* change to #593695 for default purple */ + --idle-indicator: #5a3d58; /* change to #f0b232 for default yellow */ + --streaming-indicator: #1a2d60; /* change to #593695 for default purple */ /* accent colors */ - --accent-1: #f0b8c7; /* links */ - --accent-2: #d1bcfe; /* general unread/mention elements, some icons when active */ - --accent-3: #d1bcfe; /* accent buttons */ - --accent-4: #3b383e; /* accent buttons when hovered */ - --accent-5: #d1bcfe; /* accent buttons when clicked */ - --mention: #141218; /* mentions & mention messages */ - --mention-hover: #3b383e; /* mentions & mention messages when hovered */ + --accent-1: #e2bbdb; /* links */ + --accent-2: #b4c5ff; /* general unread/mention elements, some icons when active */ + --accent-3: #b4c5ff; /* accent buttons */ + --accent-4: #38393f; /* accent buttons when hovered */ + --accent-5: #b4c5ff; /* accent buttons when clicked */ + --mention: #121318; /* mentions & mention messages */ + --mention-hover: #38393f; /* mentions & mention messages when hovered */ /* text colors */ - --text-0: #141218; /* text on colored elements */ - --text-1: #e7e0e8; /* other normally white text */ - --text-2: #e7e0e8; /* headings and important text */ - --text-3: #cac4cf; /* normal text */ - --text-4: #cac4cf; /* icon buttons and channels */ - --text-5: #948f99; /* muted channels/chats and timestamps */ + --text-0: #121318; /* text on colored elements */ + --text-1: #e3e2e9; /* other normally white text */ + --text-2: #e3e2e9; /* headings and important text */ + --text-3: #c5c6d0; /* normal text */ + --text-4: #c5c6d0; /* icon buttons and channels */ + --text-5: #8f909a; /* muted channels/chats and timestamps */ /* background and dark colors */ - --bg-1: #d1bcfe; /* dark buttons when clicked */ - --bg-2: #2b292f; /* dark buttons */ - --bg-3: #1d1b20; /* spacing, secondary elements */ - --bg-4: #141218; /* main background color */ - --hover: #3b383e; /* channels and buttons when hovered */ - --active: #3b383e; /* channels and buttons when clicked or selected */ - --message-hover: #3b383e; /* messages when hovered */ + --bg-1: #b4c5ff; /* dark buttons when clicked */ + --bg-2: #292a2f; /* dark buttons */ + --bg-3: #1a1b21; /* spacing, secondary elements */ + --bg-4: #121318; /* main background color */ + --hover: #38393f; /* channels and buttons when hovered */ + --active: #38393f; /* channels and buttons when clicked or selected */ + --message-hover: #38393f; /* messages when hovered */ /* amount of spacing and padding */ --spacing: 12px; diff --git a/components/waybar/colors.css b/components/waybar/colors.css index e39febe..9afe5ac 100644 --- a/components/waybar/colors.css +++ b/components/waybar/colors.css @@ -3,101 +3,101 @@ * Generated with Matugen */ - @define-color background #141218; + @define-color background #121318; @define-color error #ffb4ab; @define-color error_container #93000a; - @define-color inverse_on_surface #322f35; + @define-color inverse_on_surface #2f3036; - @define-color inverse_primary #66558e; + @define-color inverse_primary #4b5c92; - @define-color inverse_surface #e7e0e8; + @define-color inverse_surface #e3e2e9; - @define-color on_background #e7e0e8; + @define-color on_background #e3e2e9; @define-color on_error #690005; @define-color on_error_container #ffdad6; - @define-color on_primary #37265d; + @define-color on_primary #1a2d60; - @define-color on_primary_container #eaddff; + @define-color on_primary_container #dbe1ff; - @define-color on_primary_fixed #210f47; + @define-color on_primary_fixed #00174b; - @define-color on_primary_fixed_variant #4e3d75; + @define-color on_primary_fixed_variant #334478; - @define-color on_secondary #332d41; + @define-color on_secondary #2b3042; - @define-color on_secondary_container #e9def8; + @define-color on_secondary_container #dde1f9; - @define-color on_secondary_fixed #1e192b; + @define-color on_secondary_fixed #161b2c; - @define-color on_secondary_fixed_variant #4a4358; + @define-color on_secondary_fixed_variant #414659; - @define-color on_surface #e7e0e8; + @define-color on_surface #e3e2e9; - @define-color on_surface_variant #cac4cf; + @define-color on_surface_variant #c5c6d0; - @define-color on_tertiary #4a2531; + @define-color on_tertiary #422741; - @define-color on_tertiary_container #ffd9e2; + @define-color on_tertiary_container #ffd6f8; - @define-color on_tertiary_fixed #31101c; + @define-color on_tertiary_fixed #2b122b; - @define-color on_tertiary_fixed_variant #633b47; + @define-color on_tertiary_fixed_variant #5a3d58; - @define-color outline #948f99; + @define-color outline #8f909a; - @define-color outline_variant #49454e; + @define-color outline_variant #45464f; - @define-color primary #d1bcfe; + @define-color primary #b4c5ff; - @define-color primary_container #4e3d75; + @define-color primary_container #334478; - @define-color primary_fixed #eaddff; + @define-color primary_fixed #dbe1ff; - @define-color primary_fixed_dim #d1bcfe; + @define-color primary_fixed_dim #b4c5ff; @define-color scrim #000000; - @define-color secondary #ccc2db; + @define-color secondary #c1c5dd; - @define-color secondary_container #4a4358; + @define-color secondary_container #414659; - @define-color secondary_fixed #e9def8; + @define-color secondary_fixed #dde1f9; - @define-color secondary_fixed_dim #ccc2db; + @define-color secondary_fixed_dim #c1c5dd; @define-color shadow #000000; - @define-color source_color #442f73; + @define-color source_color #5773c5; - @define-color surface #141218; + @define-color surface #121318; - @define-color surface_bright #3b383e; + @define-color surface_bright #38393f; - @define-color surface_container #211f24; + @define-color surface_container #1e1f25; - @define-color surface_container_high #2b292f; + @define-color surface_container_high #292a2f; - @define-color surface_container_highest #36343a; + @define-color surface_container_highest #34343a; - @define-color surface_container_low #1d1b20; + @define-color surface_container_low #1a1b21; - @define-color surface_container_lowest #0f0d13; + @define-color surface_container_lowest #0d0e13; - @define-color surface_dim #141218; + @define-color surface_dim #121318; - @define-color surface_variant #49454e; + @define-color surface_variant #45464f; - @define-color tertiary #f0b8c7; + @define-color tertiary #e2bbdb; - @define-color tertiary_container #633b47; + @define-color tertiary_container #5a3d58; - @define-color tertiary_fixed #ffd9e2; + @define-color tertiary_fixed #ffd6f8; - @define-color tertiary_fixed_dim #f0b8c7; + @define-color tertiary_fixed_dim #e2bbdb; diff --git a/matugen/export/adw-gtk3-dark/gtk-3.0/colors.css b/matugen/export/adw-gtk3-dark/gtk-3.0/colors.css index 990f962..503b20e 100644 --- a/matugen/export/adw-gtk3-dark/gtk-3.0/colors.css +++ b/matugen/export/adw-gtk3-dark/gtk-3.0/colors.css @@ -3,19 +3,19 @@ * Generated with Matugen */ -@define-color accent_color #d1bcfe; -@define-color accent_fg_color #210f47; -@define-color accent_bg_color #d1bcfe; -@define-color window_bg_color #141218; -@define-color window_fg_color #e7e0e8; -@define-color headerbar_bg_color #141218; -@define-color headerbar_fg_color #e7e0e8; -@define-color popover_bg_color #141218; -@define-color popover_fg_color #e7e0e8; -@define-color view_bg_color #141218; -@define-color view_fg_color #e7e0e8; -@define-color card_bg_color #141218; -@define-color card_fg_color #e7e0e8; +@define-color accent_color #b4c5ff; +@define-color accent_fg_color #00174b; +@define-color accent_bg_color #b4c5ff; +@define-color window_bg_color #121318; +@define-color window_fg_color #e3e2e9; +@define-color headerbar_bg_color #121318; +@define-color headerbar_fg_color #e3e2e9; +@define-color popover_bg_color #121318; +@define-color popover_fg_color #e3e2e9; +@define-color view_bg_color #121318; +@define-color view_fg_color #e3e2e9; +@define-color card_bg_color #121318; +@define-color card_fg_color #e3e2e9; @define-color sidebar_bg_color @window_bg_color; @define-color sidebar_fg_color @window_fg_color; @define-color sidebar_border_color @window_bg_color; diff --git a/matugen/export/adw-gtk3-dark/gtk-4.0/colors.css b/matugen/export/adw-gtk3-dark/gtk-4.0/colors.css index 990f962..503b20e 100644 --- a/matugen/export/adw-gtk3-dark/gtk-4.0/colors.css +++ b/matugen/export/adw-gtk3-dark/gtk-4.0/colors.css @@ -3,19 +3,19 @@ * Generated with Matugen */ -@define-color accent_color #d1bcfe; -@define-color accent_fg_color #210f47; -@define-color accent_bg_color #d1bcfe; -@define-color window_bg_color #141218; -@define-color window_fg_color #e7e0e8; -@define-color headerbar_bg_color #141218; -@define-color headerbar_fg_color #e7e0e8; -@define-color popover_bg_color #141218; -@define-color popover_fg_color #e7e0e8; -@define-color view_bg_color #141218; -@define-color view_fg_color #e7e0e8; -@define-color card_bg_color #141218; -@define-color card_fg_color #e7e0e8; +@define-color accent_color #b4c5ff; +@define-color accent_fg_color #00174b; +@define-color accent_bg_color #b4c5ff; +@define-color window_bg_color #121318; +@define-color window_fg_color #e3e2e9; +@define-color headerbar_bg_color #121318; +@define-color headerbar_fg_color #e3e2e9; +@define-color popover_bg_color #121318; +@define-color popover_fg_color #e3e2e9; +@define-color view_bg_color #121318; +@define-color view_fg_color #e3e2e9; +@define-color card_bg_color #121318; +@define-color card_fg_color #e3e2e9; @define-color sidebar_bg_color @window_bg_color; @define-color sidebar_fg_color @window_fg_color; @define-color sidebar_border_color @window_bg_color; diff --git a/matugen/export/adw-gtk3/gtk-3.0/colors.css b/matugen/export/adw-gtk3/gtk-3.0/colors.css index 990f962..503b20e 100644 --- a/matugen/export/adw-gtk3/gtk-3.0/colors.css +++ b/matugen/export/adw-gtk3/gtk-3.0/colors.css @@ -3,19 +3,19 @@ * Generated with Matugen */ -@define-color accent_color #d1bcfe; -@define-color accent_fg_color #210f47; -@define-color accent_bg_color #d1bcfe; -@define-color window_bg_color #141218; -@define-color window_fg_color #e7e0e8; -@define-color headerbar_bg_color #141218; -@define-color headerbar_fg_color #e7e0e8; -@define-color popover_bg_color #141218; -@define-color popover_fg_color #e7e0e8; -@define-color view_bg_color #141218; -@define-color view_fg_color #e7e0e8; -@define-color card_bg_color #141218; -@define-color card_fg_color #e7e0e8; +@define-color accent_color #b4c5ff; +@define-color accent_fg_color #00174b; +@define-color accent_bg_color #b4c5ff; +@define-color window_bg_color #121318; +@define-color window_fg_color #e3e2e9; +@define-color headerbar_bg_color #121318; +@define-color headerbar_fg_color #e3e2e9; +@define-color popover_bg_color #121318; +@define-color popover_fg_color #e3e2e9; +@define-color view_bg_color #121318; +@define-color view_fg_color #e3e2e9; +@define-color card_bg_color #121318; +@define-color card_fg_color #e3e2e9; @define-color sidebar_bg_color @window_bg_color; @define-color sidebar_fg_color @window_fg_color; @define-color sidebar_border_color @window_bg_color; diff --git a/matugen/export/adw-gtk3/gtk-4.0/colors.css b/matugen/export/adw-gtk3/gtk-4.0/colors.css index 990f962..503b20e 100644 --- a/matugen/export/adw-gtk3/gtk-4.0/colors.css +++ b/matugen/export/adw-gtk3/gtk-4.0/colors.css @@ -3,19 +3,19 @@ * Generated with Matugen */ -@define-color accent_color #d1bcfe; -@define-color accent_fg_color #210f47; -@define-color accent_bg_color #d1bcfe; -@define-color window_bg_color #141218; -@define-color window_fg_color #e7e0e8; -@define-color headerbar_bg_color #141218; -@define-color headerbar_fg_color #e7e0e8; -@define-color popover_bg_color #141218; -@define-color popover_fg_color #e7e0e8; -@define-color view_bg_color #141218; -@define-color view_fg_color #e7e0e8; -@define-color card_bg_color #141218; -@define-color card_fg_color #e7e0e8; +@define-color accent_color #b4c5ff; +@define-color accent_fg_color #00174b; +@define-color accent_bg_color #b4c5ff; +@define-color window_bg_color #121318; +@define-color window_fg_color #e3e2e9; +@define-color headerbar_bg_color #121318; +@define-color headerbar_fg_color #e3e2e9; +@define-color popover_bg_color #121318; +@define-color popover_fg_color #e3e2e9; +@define-color view_bg_color #121318; +@define-color view_fg_color #e3e2e9; +@define-color card_bg_color #121318; +@define-color card_fg_color #e3e2e9; @define-color sidebar_bg_color @window_bg_color; @define-color sidebar_fg_color @window_fg_color; @define-color sidebar_border_color @window_bg_color; diff --git a/wallpaper.png b/wallpaper.png index 6932860..3cc5f58 100644 Binary files a/wallpaper.png and b/wallpaper.png differ