From 293c0ba60f1571345a9ed6cae37d2e383f234922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sun, 14 Sep 2025 01:12:04 -0600 Subject: [PATCH] feat(rnote): Change pattern colour to Sumi Ink 2 --- modules/home/users/crumb/rnote.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/users/crumb/rnote.nix b/modules/home/users/crumb/rnote.nix index 30fc7e0..35554e9 100644 --- a/modules/home/users/crumb/rnote.nix +++ b/modules/home/users/crumb/rnote.nix @@ -42,7 +42,9 @@ in { }; document.background = { color = stylix "base00"; # Sumi Ink 1 - pattern_color = stylix "base06"; # Old White + pattern_color = + # Sumi Ink 2 + colour 0.1647058824 0.1647058824 0.2156862745 1.0; format = { show_borders = false; border_color = colour 0.0 0.0 0.0 0.0;