From b34e284c6225e72fe7d612f8913d0a35b9d7ea17 Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 20 Nov 2024 16:41:59 +0100 Subject: Update dots --- x/.Xresources | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'x/.Xresources') diff --git a/x/.Xresources b/x/.Xresources index f1e4504..610199a 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,4 +1,4 @@ -! st.alpha: 0.8 +st.alpha: 0.6 st.font: FiraCode-12; dmenu.font: FiraCode-11; st.termname: st-256color @@ -26,13 +26,29 @@ dwm.font: FiraCode-12; #define base0F #b15928 *.foreground: base05 -#ifdef background_opacity -*.background: [background_opacity]base00 -#else -*.background: base00 -#endif *.cursorColor: base05 +*.background: base00 +*.warning: base 0F +*.secondary: base08 +*.surface: base05 +*.primary: base0D +*.success: base0B +*.panel: base0A +*.error: base09 +*.accent: base08 + + +background: base00 +warning: base 0F +secondary: base08 +surface: base05 +primary: base0D +success: base0B +panel: base0A +error: base09 +accent: base08 + *.color0: base00 *.color1: base08 *.color2: base0B -- cgit v1.2.3