From ffccf51e4d3a540fb283613f313778a64f919363 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 19 Oct 2023 18:22:39 +0200 Subject: [PATCH] theme: Set compositor background to a surface colour --- modules/graphical/compositor/default.nix | 2 +- modules/graphical/theme/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/graphical/compositor/default.nix b/modules/graphical/compositor/default.nix index a7235ab3..de0d6c56 100644 --- a/modules/graphical/compositor/default.nix +++ b/modules/graphical/compositor/default.nix @@ -140,7 +140,7 @@ let rivertile -view-padding 0 -outer-padding 0 & riverctl attach-mode bottom - riverctl background-color 0xeff1f5 + riverctl background-color 0xacb0be riverctl border-color-focused 0x04e5e5 riverctl border-color-unfocused 0xdce0e8 riverctl border-color-urgent 0xea76cb diff --git a/modules/graphical/theme/default.nix b/modules/graphical/theme/default.nix index 7d916157..69019edf 100644 --- a/modules/graphical/theme/default.nix +++ b/modules/graphical/theme/default.nix @@ -101,7 +101,7 @@ ${pkgs.glib}/bin/gsettings set org.gnome.desktop.interface gtk-theme Catppuccin-Frappe-Compact-Blue-Dark ''; river = '' - riverctl background-color 0x303446 + riverctl background-color 0x626880 riverctl border-color-focused 0x99d1db riverctl border-color-unfocused 0x232634 riverctl border-color-urgent 0xf4b8e4 @@ -127,7 +127,7 @@ ${pkgs.glib}/bin/gsettings set org.gnome.desktop.interface gtk-theme Catppuccin-Latte-Compact-Blue-Light ''; river = '' - riverctl background-color 0xeff1f5 + riverctl background-color 0xacb0be riverctl border-color-focused 0x04e5e5 riverctl border-color-unfocused 0xdce0e8 riverctl border-color-urgent 0xea76cb