From 5636bf6cbab5887973816eff43f8bb3b7785039a Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 22 Jun 2021 14:27:51 -0400 Subject: [PATCH] Xresources: drop config --- config.org | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/config.org b/config.org index 8ba6d59..7a1cabf 100644 --- a/config.org +++ b/config.org @@ -1108,46 +1108,6 @@ The best document reader! set recolor-darkcolor "#ffffff" # fg set recolor "true" #+end_src -** Xresources -Modus operandi theme. No program I use checks for anything beyond foreground and background, but hey, it can't hurt to have all the colors in there. -#+begin_src conf :tangle ~/.Xresources - ! special - ,*.foreground: #ffffff - ,*.background: #000000 - ,*.cursorColor: #ffffff - - ! black - ,*.color0: #000000 - ,*.color8: #555555 - - ! red - ,*.color1: #ff8059 - ,*.color9: #ffa0a0 - - ! green - ,*.color2: #00fc50 - ,*.color10: #88cf88 - - ! yellow - ,*.color3: #eecc00 - ,*.color11: #d2b580 - - ! blue - ,*.color4: #29aeff - ,*.color12: #92baff - - ! magenta - ,*.color5: #feacd0 - ,*.color13: #e0b2d6 - - ! cyan - ,*.color6: #00d3d0 - ,*.color14: #a0bfdf - - ! white - ,*.color7: #eeeeee - ,*.color15: #dddddd -#+end_src ** Tmux I use tmux in order to keep my st build light. Still learning how it works. #+begin_src conf :tangle ~/.tmux.conf -- 2.39.2