From 45b7284f16951ae9b9ba402687f318652bbc27a5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 18 Mar 2024 20:10:24 +0000 Subject: [PATCH] Make fvwm3 darker --- roles/home-gui/files/Xresources | 2 +- roles/home-gui/files/fvwm3rc | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/home-gui/files/Xresources b/roles/home-gui/files/Xresources index 4bece57..b2b3087 100644 --- a/roles/home-gui/files/Xresources +++ b/roles/home-gui/files/Xresources @@ -15,7 +15,7 @@ XClock*update: 1 Xft.hintstyle: hintfull Xft.rgba: none xterm*activeIcon: false -xterm*background: #2e3436 +xterm*background: #101010 xterm*color0: #1e1e1e xterm*color1: #cc0000 xterm*color2: #4e9a06 diff --git a/roles/home-gui/files/fvwm3rc b/roles/home-gui/files/fvwm3rc index cc36b9a..af0f4ea 100644 --- a/roles/home-gui/files/fvwm3rc +++ b/roles/home-gui/files/fvwm3rc @@ -2,10 +2,10 @@ # 2 - Active Window # 3 - Inactive Windows Borders # 4 - Active Windows Borders -Colorset 1 fg black, bg #c000c000c000 -Colorset 2 fg white, bg #5f009f009f00 -Colorset 3 fg black, bg #c000c000c000 -Colorset 4 fg white, bg #5f009f009f00 +Colorset 1 fg #c0c0c0, bg #404040 +Colorset 2 fg #202020, bg #c0c0c0 +Colorset 3 fg #c0c0c0, bg #404040 +Colorset 4 fg #202020, bg #c0c0c0 Style "*" IconBox +0 +0 -0 -0, IconFill left bottom Style "*" IconSize 64 64 @@ -89,11 +89,11 @@ AddToMenu RootMenu "Root Menu" Title + "Exit" Module FvwmForm QuitVerify AddToMenu Applications "Applications" Title -+ "Midnight Commander" Exec exec xterm -geometry 120x40 -e mc + "Firefox" Exec exec firefox + "KeePassXC" Exec exec keepassxc -+ "Vi" Exec exec xterm -e vi ++ "Midnight Commander" Exec exec xterm -geometry 120x40 -e mc + "VNC Viewer" Exec exec vncviewer ++ "Vi" Exec exec xterm -e vi AddToMenu Utilities "Utilities" Title + "Top" Exec exec xterm -T Top -n Top -e top