dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 7fda8bc5b4035d8abc734bee279963ad6afb6358
parent 943844664e70a91e55281d0cd33b17398520c2e9
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 27 May 2022 10:40:55 -0500

Changed some colors in Xresources

Diffstat:
Mlinux/.config/X11/Xresources | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/linux/.config/X11/Xresources b/linux/.config/X11/Xresources @@ -16,16 +16,17 @@ URxvt.perl-ext-common: resize-font *.alpha: 0.1 URxvt.depth: 32 URxvt.background: rgba:FFFF/FFFF/FFFF/AAAA +*.background: #fff *.foreground: #222 ! Light -*.color0: #222 +*.color0: #444 *.color1: #f66 -*.color2: #2f2 +*.color2: #0e0 *.color3: #aa0 *.color4: #44f -*.color5: #f8f +*.color5: #f6f *.color6: #0cc *.color7: #ccc *.color8: #999 @@ -34,5 +35,5 @@ URxvt.background: rgba:FFFF/FFFF/FFFF/AAAA *.color11: #ff8 *.color12: #99f *.color13: #f8f -*.color14: #0dd +*.color14: #0ee *.color15: #fff