theme: Set compositor background to a surface colour

This commit is contained in:
Charlotte Van Petegem 2023-10-19 18:22:39 +02:00
parent 34d99abc1b
commit ffccf51e4d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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