Commit Diff


commit - f8d091be55356ecfac14d2c11673b211e5a1c7eb
commit + 77140e0ce3e4d2c1c047437f92585e1e64cf873a
blob - 60704a4f6282f93b3e8bb83b07c26bbe2c988163
blob + f534430fa9c046f2ebc717c4735228709dc8404d
--- .config/shell/profile
+++ .config/shell/profile
@@ -49,7 +49,6 @@ export QT_QPA_PLATFORMTHEME="gtk2"        # Have QT us
 export MOZ_USE_XINPUT2=1                  # Mozilla smooth scrolling/touchpads.
 export AWT_TOOLKIT="MToolkit wmname LG3D" # May have to install wmname
 export _JAVA_AWT_WM_NONREPARENTING=1      # Fix for Java applications in dwm
-export NO_COLOR=1
 
 # Add stuff to the PATH
 export PATH=$N_PREFIX/bin:$PATH # n managed node
blob - 97e5ef2f4e5b93c6d5e1edd0b2afa70c71c9ec0c
blob + c586f3fd8105e219b25e17867293282393c1e76d
--- .config/x11/Xresources
+++ .config/x11/Xresources
@@ -7,25 +7,3 @@ Xft.lcdfilter: lcddefault
 
 Xcursor.theme: retrosmart-xcursor-black
 Xcursor.size: 48
-
-st.background: #f4f3ec
-st.foreground: #454545
-st.cursorColor: #454545
-st.reverse-cursor: #f4f3ec
-
-st.color0: #454545
-st.color8: #757575
-st.color7: #d1d1d1
-st.color15: #f4f3ec
-st.color1: #b36666
-st.color9: #cc7a7a
-st.color2: #708c6b
-st.color10: #84a67e
-st.color3: #ab925e
-st.color11: #c2a872
-st.color4: #6b7d9c
-st.color12: #7d92b5
-st.color5: #8c6b8c
-st.color13: #a67ea6
-st.color6: #6b8c8c
-st.color14: #7ea6a6
blob - /dev/null
blob + 3ec9b07d910a88ba14774031ba52a3860fcf0f7c (mode 644)
--- /dev/null
+++ .config/x11/Xres-dark
@@ -0,0 +1,28 @@
+st.background: #211f1b
+st.foreground: #c9c2b3
+st.cursorColor: #d3ccbc
+st.reverse-cursor: #211f1b
+
+st.color0:  #2b2924
+st.color8:  #706c63
+
+st.color1:  #a66d63
+st.color9:  #ba7d72
+
+st.color2:  #7d8d6e
+st.color10: #8e9e7e
+
+st.color3:  #a38b5c
+st.color11: #b59c69
+
+st.color4:  #71849a
+st.color12: #8295aa
+
+st.color5:  #8c748d
+st.color13: #9d849e
+
+st.color6:  #71918b
+st.color14: #82a39d
+
+st.color7:  #b8b1a4
+st.color15: #ddd5c6
blob - 8e7517625b1544e0c9762438cb2be428b2c6fb0c
blob + 178fb4674cbbfbb436decbaaba1121e581b5dad6
--- .config/x11/xinitrc
+++ .config/x11/xinitrc
@@ -5,5 +5,6 @@ gentoo-pipewire-launcher &
 setxkbmap -layout us -variant intl
 xwallpaper --zoom ~/.local/share/wallpaper.jpg
 xrdb -merge ~/.config/x11/Xresources
+xrdb -merge ~/.config/x11/Xres-light
 
 exec dwm
blob - /dev/null
blob + e3d1afbea09cd007ecf963a63f8183e48229a672 (mode 644)
--- /dev/null
+++ .config/x11/Xres-light
@@ -0,0 +1,28 @@
+st.background: #e8e2d3
+st.foreground: #34322d
+st.cursorColor: #514d43
+st.reverse-cursor: #e8e2d3
+
+st.color0:  #3a3833
+st.color8:  #777269
+
+st.color1:  #855b52
+st.color9:  #9a6a60
+
+st.color2:  #5d6b50
+st.color10: #6e7d60
+
+st.color3:  #806b3f
+st.color11: #947d4b
+
+st.color4:  #53677a
+st.color12: #64798d
+
+st.color5:  #705d70
+st.color13: #826d82
+
+st.color6:  #55706b
+st.color14: #66827d
+
+st.color7:  #c8c1b2
+st.color15: #f3eee3