From b2cb3b8bf25e42a44dc53681938ec1399f56d784 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 27 Nov 2022 00:26:13 +0000 Subject: [PATCH] use gradients in default configs --- example/hyprland.conf | 2 +- src/config/defaultConfig.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/hyprland.conf b/example/hyprland.conf index dac81ed4..687694dc 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -42,7 +42,7 @@ general { gaps_in = 5 gaps_out = 20 border_size = 2 - col.active_border = rgba(1affffee) + col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) layout = dwindle diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index af7cd359..061e2d4d 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -51,7 +51,7 @@ general { gaps_in = 5 gaps_out = 20 border_size = 2 - col.active_border = rgba(1affffee) + col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) layout = dwindle