From a58acefe1a2b2dc552ba9fdda2425eba4f941ccb Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 20 Nov 2023 20:43:11 +0900 Subject: [PATCH] test --- .../common/desktops/hyprland/themes/green/hyprland-conf.nix | 6 +++--- .../common/desktops/hyprland/themes/green/swaylock-conf.nix | 2 +- .../common/software/gui/themes/green/kitty-theme.nix | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home-manager/common/desktops/hyprland/themes/green/hyprland-conf.nix b/home-manager/common/desktops/hyprland/themes/green/hyprland-conf.nix index 287363aa..9c8635f2 100644 --- a/home-manager/common/desktops/hyprland/themes/green/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/green/hyprland-conf.nix @@ -58,9 +58,9 @@ } decoration { rounding = 5 - active_opacity = 0.9 - inactive_opacity = 0.7 - fullscreen_opacity = 0.9 + active_opacity = 0.8 + inactive_opacity = 0.6 + fullscreen_opacity = 1.0 drop_shadow = true shadow_range = 4 shadow_render_power = 3 diff --git a/home-manager/common/desktops/hyprland/themes/green/swaylock-conf.nix b/home-manager/common/desktops/hyprland/themes/green/swaylock-conf.nix index 813015d3..4bced138 100644 --- a/home-manager/common/desktops/hyprland/themes/green/swaylock-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/green/swaylock-conf.nix @@ -37,7 +37,7 @@ text-ver-color = "83a59800"; #83a59800 # Sets the color of the text when verifying. inside-ver-color = "1e1e1e99"; #1e1e1e99 # Sets the color of the inside of the indicator when verifying. # WRONG - ring-wrong-color = "fb0029"; #fb0029 # Sets the color of the ring of the indicator when invalid. + ring-wrong-color = "da6a6a"; #da6a6a # Sets the color of the ring of the indicator when invalid. line-wrong-color = "ebdbb200"; #ebdbb200 # Sets the color of the line between the inside and ring when invalid. text-wrong-color = "83a59800"; #83a59800 # Sets the color of the text when invalid. inside-wrong-color = "1e1e1e99"; #1e1e1e99 # Sets the color of the inside of the indicator when invalid. diff --git a/home-manager/common/software/gui/themes/green/kitty-theme.nix b/home-manager/common/software/gui/themes/green/kitty-theme.nix index e8da7fc2..248e5484 100644 --- a/home-manager/common/software/gui/themes/green/kitty-theme.nix +++ b/home-manager/common/software/gui/themes/green/kitty-theme.nix @@ -5,13 +5,13 @@ ## license: MIT/X11 ## upstream: https://github.com/dexpota/kitty-themes/blob/master/themes/Hipster_Green.conf -background #2a2a2a +background #252525 foreground #d9eed2 cursor #41ff58 selection_background #2a9b34 color0 #1e1e1e color8 #03260f -color1 #fb0029 +color1 #da6a6a color9 #a6ff3e color2 #329b24 color10 #9fff6d