diff --git a/config/astal/util/colours.scss b/config/astal/util/colours.scss index 056d5f6..8b715cf 100644 --- a/config/astal/util/colours.scss +++ b/config/astal/util/colours.scss @@ -1,6 +1,6 @@ -$fg-color: #E6E6E6; -$bg-color: #141414; -$accent-color: #EBC405; -$accent-color-2: #B81C15; -$shadow-color: rgba(40, 40, 40, 0.3); +$fg-color: #C8DCFF; +$bg-color: #0A0A0F; +$accent-color: #565656; +$accent-color-2: #565656; +$shadow-color: rgba(0, 0, 2, 0.3); $monospace-font: Source Code Pro diff --git a/config/hypr/hyprland/colors.conf b/config/hypr/hyprland/colors.conf index 226a0da..a240e2a 100644 --- a/config/hypr/hyprland/colors.conf +++ b/config/hypr/hyprland/colors.conf @@ -4,15 +4,15 @@ # ╰────────────────────────────────────────────────╯ # ──────────────────────────────────────────────────────────────────── -exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/hypercar/ferrari_499p.jpg +exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/other/there-is-no-place-like-home.jpg general { - col.active_border = rgba(ebc405cc) rgba(b81c15cc) rgba(673722cc) 45deg + col.active_border = rgba(565656cc) rgba(565656cc) rgba(dfdfdfcc) 45deg col.inactive_border = rgb(000000) } decoration { shadow { - color = rgb(282828) + color = rgb(000002) } } diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 67c417c..44ef152 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -14,7 +14,7 @@ # └ ┘ background { monitor = - path = /home/janis/NextCloud/Wallpapers/hypercar/ferrari_499p-closeup.jpg # Or screenshot + path = /home/janis/NextCloud/Wallpapers/hypercar/cadillac-v-r.jpg # Or screenshot blur_passes = 1 } @@ -29,7 +29,7 @@ input-field { dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = false - outer_color = rgb(235, 196, 5) + outer_color = rgb(86, 86, 86) inner_color = rgb(200, 200, 200) font_color = rgb(10, 10, 10) fade_on_empty = true diff --git a/config/rofi/style.rasi b/config/rofi/style.rasi index b0b358f..db4650e 100644 --- a/config/rofi/style.rasi +++ b/config/rofi/style.rasi @@ -1,10 +1,10 @@ * { - background: #141414; - background-selected: #1E1E1E; - foreground: #E6E6E6; - accent: #EBC405; - accent-two: #B81C15; - // border-color: #673722; + background: #0A0A0F; + background-selected: #141419; + foreground: #C8DCFF; + accent: #565656; + accent-two: #565656; + // border-color: #DFDFDF; inactive: #C8C8C8; spacing: 2; width: 30em; diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 0cba83e..be5db3e 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -7,7 +7,7 @@ window { font-family: monospace; font-size: 14pt; color: #ffffff; /* text */ - background-color: rgba(20, 20, 20, 0.5); + background-color: rgba(10, 10, 15, 0.5); } button { @@ -22,12 +22,12 @@ button { } button:hover { - background-color: rgba(184, 28, 21, 0.5); + background-color: rgba(86, 86, 86, 0.5); } button:focus { - background-color: rgb(184, 28, 21); - color: rgb(230, 230, 230); + background-color: rgb(86, 86, 86); + color: rgb(200, 220, 255); } #lock { diff --git a/config/yazi/theme.toml b/config/yazi/theme.toml index fc762b5..9f4e33c 100644 --- a/config/yazi/theme.toml +++ b/config/yazi/theme.toml @@ -1,3 +1,3 @@ [flavor] -dark = "vscode-dark-modern" -light = "vscode-dark-modern" +dark = "tokyo-night" +light = "tokyo-night" diff --git a/gtk-theme/dist/colours.css b/gtk-theme/dist/colours.css index aada4c5..1b5d9de 100644 --- a/gtk-theme/dist/colours.css +++ b/gtk-theme/dist/colours.css @@ -19,13 +19,13 @@ /* * ── Foreground color, main interface text colour ───────────────────── */ -@define-color fg #E6E6E6; -@define-color fg_rgba_07 rgba(230, 230, 230, 0.7); -@define-color fg_rgba_06 rgba(230, 230, 230, 0.6); -@define-color fg_rgba_05 rgba(230, 230, 230, 0.5); -@define-color fg_rgba_03 rgba(230, 230, 230, 0.3); -@define-color fg_rgba_02 rgba(230, 230, 230, 0.2); -@define-color fg_rgba_01 rgba(230, 230, 230, 0.1); +@define-color fg #C8DCFF; +@define-color fg_rgba_07 rgba(200, 220, 255, 0.7); +@define-color fg_rgba_06 rgba(200, 220, 255, 0.6); +@define-color fg_rgba_05 rgba(200, 220, 255, 0.5); +@define-color fg_rgba_03 rgba(200, 220, 255, 0.3); +@define-color fg_rgba_02 rgba(200, 220, 255, 0.2); +@define-color fg_rgba_01 rgba(200, 220, 255, 0.1); /* * ── Foreground accent, usually brighter or darker than default ─────── @@ -40,40 +40,40 @@ /* * ── Accent colour ──────────────────────────────────────────────────── */ -@define-color accent #EBC405; -@define-color accent_rgba_05 rgba(235, 196, 5, 0.5); -@define-color accent_rgba_03 rgba(235, 196, 5, 0.3); -@define-color accent_rgba_02 rgba(235, 196, 5, 0.2); -@define-color accent_rgba_015 rgba(235, 196, 5, 0.15); -@define-color accent_rgba_011 rgba(235, 196, 5, 0.11); -@define-color accent_rgba_007 rgba(235, 196, 5, 0.07); +@define-color accent #565656; +@define-color accent_rgba_05 rgba(86, 86, 86, 0.5); +@define-color accent_rgba_03 rgba(86, 86, 86, 0.3); +@define-color accent_rgba_02 rgba(86, 86, 86, 0.2); +@define-color accent_rgba_015 rgba(86, 86, 86, 0.15); +@define-color accent_rgba_011 rgba(86, 86, 86, 0.11); +@define-color accent_rgba_007 rgba(86, 86, 86, 0.07); /* * ── Accent Gradient ────────────────────────────────────────────────── */ -@define-color accent_gradient_1 #967D03; -@define-color accent_gradient_2 #786403; -@define-color accent_gradient_3 #605002; -@define-color accent_gradient_4 #4D4002; -@define-color accent_gradient_5 #3E3301; -@define-color accent_gradient_inverse_1 #FFFF08; -@define-color accent_gradient_inverse_2 #FFFF08; -@define-color accent_gradient_inverse_3 #FFFF08; +@define-color accent_gradient_1 #464646; +@define-color accent_gradient_2 #3F3F3F; +@define-color accent_gradient_3 #383838; +@define-color accent_gradient_4 #333333; +@define-color accent_gradient_5 #2E2E2E; +@define-color accent_gradient_inverse_1 #6A6A6A; +@define-color accent_gradient_inverse_2 #6A6A6A; +@define-color accent_gradient_inverse_3 #6A6A6A; /* * ── Secondary accent colour ────────────────────────────────────────── */ -@define-color accent2 #B81C15; -@define-color accent2_rgba_05 rgba(184, 28, 21, 0.5); -@define-color accent2_rgba_03 rgba(184, 28, 21, 0.3); -@define-color accent2_rgba_02 rgba(184, 28, 21, 0.2); -@define-color accent2_rgba_015 rgba(184, 28, 21, 0.15); -@define-color accent2_rgba_01 rgba(184, 28, 21, 0.1); +@define-color accent2 #565656; +@define-color accent2_rgba_05 rgba(86, 86, 86, 0.5); +@define-color accent2_rgba_03 rgba(86, 86, 86, 0.3); +@define-color accent2_rgba_02 rgba(86, 86, 86, 0.2); +@define-color accent2_rgba_015 rgba(86, 86, 86, 0.15); +@define-color accent2_rgba_01 rgba(86, 86, 86, 0.1); /* * ── Tertiary accent colour ─────────────────────────────────────────── */ -@define-color accent3 #673722; +@define-color accent3 #DFDFDF; /* * ── Inactive Colour ────────────────────────────────────────────────── @@ -97,33 +97,33 @@ /* * ── Background color, main interface background ────────────────────── */ -@define-color bg #141414; -@define-color bg_rgba_07 rgba(20, 20, 20, 0.7); -@define-color bg_rgba_05 rgba(20, 20, 20, 0.5); -@define-color bg_rgba_03 rgba(20, 20, 20, 0.3); -@define-color bg_rgba_02 rgba(20, 20, 20, 0.2); -@define-color bg_rgba_015 rgba(20, 20, 20, 0.15); -@define-color bg_rgba_011 rgba(20, 20, 20, 0.11); +@define-color bg #0A0A0F; +@define-color bg_rgba_07 rgba(10, 10, 15, 0.7); +@define-color bg_rgba_05 rgba(10, 10, 15, 0.5); +@define-color bg_rgba_03 rgba(10, 10, 15, 0.3); +@define-color bg_rgba_02 rgba(10, 10, 15, 0.2); +@define-color bg_rgba_015 rgba(10, 10, 15, 0.15); +@define-color bg_rgba_011 rgba(10, 10, 15, 0.11); /* * ── Accent background color ────────────────────────────────────────── */ -@define-color bg_accent #1E1E1E; -@define-color bg_accent_rgba_07 rgba(30, 30, 30, 0.7); -@define-color bg_accent_rgba_06 rgba(30, 30, 30, 0.6); -@define-color bg_accent_rgba_05 rgba(30, 30, 30, 0.5); -@define-color bg_accent_rgba_04 rgba(30, 30, 30, 0.4); -@define-color bg_accent_rgba_03 rgba(30, 30, 30, 0.3); -@define-color bg_accent_rgba_02 rgba(30, 30, 30, 0.2); -@define-color bg_accent_rgba_015 rgba(30, 30, 30, 0.15); -@define-color bg_accent_rgba_01 rgba(30, 30, 30, 0.1); +@define-color bg_accent #141419; +@define-color bg_accent_rgba_07 rgba(20, 20, 25, 0.7); +@define-color bg_accent_rgba_06 rgba(20, 20, 25, 0.6); +@define-color bg_accent_rgba_05 rgba(20, 20, 25, 0.5); +@define-color bg_accent_rgba_04 rgba(20, 20, 25, 0.4); +@define-color bg_accent_rgba_03 rgba(20, 20, 25, 0.3); +@define-color bg_accent_rgba_02 rgba(20, 20, 25, 0.2); +@define-color bg_accent_rgba_015 rgba(20, 20, 25, 0.15); +@define-color bg_accent_rgba_01 rgba(20, 20, 25, 0.1); /* * ── Tertiary background colour ─────────────────────────────────────── */ -@define-color bg_tertiary #2D2D2D; -@define-color bg_tertiary_rgba_05 rgba(45, 45, 45, 0.5); -@define-color bg_tertiary_rgba_02 rgba(45, 45, 45, 0.2); +@define-color bg_tertiary #000000; +@define-color bg_tertiary_rgba_05 rgba(0, 0, 0, 0.5); +@define-color bg_tertiary_rgba_02 rgba(0, 0, 0, 0.2); /* * ── Inactive background colour ─────────────────────────────────────── @@ -140,10 +140,10 @@ /* * ── Shadow colours ─────────────────────────────────────────────────── */ -@define-color shadow #282828; -@define-color shadow_rgba_07 rgba(40, 40, 40, 0.7); -@define-color shadow_rgba_05 rgba(40, 40, 40, 0.5); -@define-color shadow_rgba_03 rgba(40, 40, 40, 0.3); -@define-color shadow_rgba_02 rgba(40, 40, 40, 0.2); -@define-color shadow_rgba_015 rgba(40, 40, 40, 0.15); -@define-color shadow_rgba_011 rgba(40, 40, 40, 0.11); +@define-color shadow #000002; +@define-color shadow_rgba_07 rgba(0, 0, 2, 0.7); +@define-color shadow_rgba_05 rgba(0, 0, 2, 0.5); +@define-color shadow_rgba_03 rgba(0, 0, 2, 0.3); +@define-color shadow_rgba_02 rgba(0, 0, 2, 0.2); +@define-color shadow_rgba_015 rgba(0, 0, 2, 0.15); +@define-color shadow_rgba_011 rgba(0, 0, 2, 0.11);