From 0ebe57c2d77f4c2ba697746c6af2f3a702eb6570 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 09:28:22 +0200 Subject: feat: add shared rofi styling common to all udt layouts Holds the identity every layout inherits: Noto Sans for UI text, Inconsolata Nerd Font Mono for monospace (both matching the existing Qt and GTK settings), one border radius, and one selected-element treatment of accent background with base-colored text. accent.rasi is committed as a mauve placeholder so the imports resolve before any wallpaper has been processed. On install it is replaced by a symlink to the generated file. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- rofi/udt/accent.rasi | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rofi/udt/accent.rasi (limited to 'rofi/udt/accent.rasi') diff --git a/rofi/udt/accent.rasi b/rofi/udt/accent.rasi new file mode 100644 index 0000000..ca60f47 --- /dev/null +++ b/rofi/udt/accent.rasi @@ -0,0 +1,2 @@ +/* Generated by udt-accent. Do not edit. */ +* { accent: #c6a0f6ff; } -- cgit v1.2.3