diff options
| author | BardofSprites <[email protected]> | 2024-10-06 21:42:17 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-06 21:42:17 -0400 |
| commit | 5df57ab29546785937ddd7ae54b0312eee33bb66 (patch) | |
| tree | 0a26f0b40014809cdff047ac2650c22352e2f6dd | |
| parent | 558e474712f5a0ddd4b76c67266c5d6621b429b1 (diff) | |
fix colors
| -rw-r--r-- | xorg/Xresources.operandi-tinted | 2 | ||||
| -rw-r--r-- | xorg/Xresources.trio-dark | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xorg/Xresources.operandi-tinted b/xorg/Xresources.operandi-tinted index 70b3cf5..bd103f1 100644 --- a/xorg/Xresources.operandi-tinted +++ b/xorg/Xresources.operandi-tinted @@ -1,7 +1,7 @@ !!!!! Modus Operandi Tinted Xresources theme *.foreground: #000000 *.background: #fbf7f0 -*.cursorColor: #000000 +*.cursorColor: #d00000 ! black *.color0: #000000 *.color8: #595959 diff --git a/xorg/Xresources.trio-dark b/xorg/Xresources.trio-dark index 0355875..f6b452f 100644 --- a/xorg/Xresources.trio-dark +++ b/xorg/Xresources.trio-dark @@ -29,7 +29,7 @@ URxvt.background: [90]#160f0f *.color15: #d8cfd5 dmenu.background: #160f0f -dmenu.foreground: #584141 +dmenu.foreground: #d8cfd5 dmenu.selbackground: #6a294f dmenu.selforeground: #ffdfdf |
