summary refs log tree commit diff
path: root/home/.config/X
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-07 17:16:30 -0500
committerJune McEnroe <june@causal.agency>2021-02-07 17:35:57 -0500
commit0395f875740def3580545a0640eefe9521a0da2b (patch)
tree4d6d5b6e5fff829ca793bb4e90f25389b8011474 /home/.config/X
parentSet urgency on bell in xterm (diff)
downloadsrc-0395f875740def3580545a0640eefe9521a0da2b.tar.gz
src-0395f875740def3580545a0640eefe9521a0da2b.zip
Set colours for Xt and cwm
And increase XTerm internalBorder.
Diffstat (limited to 'home/.config/X')
-rw-r--r--home/.config/X/resources6
1 files changed, 4 insertions, 2 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources
index fa6f4283..a299ea4c 100644
--- a/home/.config/X/resources
+++ b/home/.config/X/resources
@@ -1,4 +1,7 @@
 Xft.dpi: 144
+*background: rgb:14/13/0E
+*foreground: rgb:B7/A9/80
+*borderColor: rgb:99/8D/6B
 
 XTerm*utf8: true
 XTerm*metaSendsEscape: true
@@ -6,6 +9,7 @@ XTerm*alternateScroll: true
 XTerm*bellIsUrgent: true
 
 XTerm*faceName: Luxi Mono:size=12:antialias=true:hinting=false
+XTerm*internalBorder: 6
 XTerm*colorBDMode: true
 XTerm*scrollBar: false
 XTerm*pointerMode: 2
@@ -26,7 +30,5 @@ XTerm*color12: rgb:4C/7B/7F
 XTerm*color13: rgb:99/5B/6B
 XTerm*color14: rgb:6B/99/6B
 XTerm*color15: rgb:CC/BC/8E
-XTerm*background: rgb:14/13/0E
-XTerm*foreground: rgb:B7/A9/80
 XTerm*colorBD: rgb:CC/BC/8E
 XTerm*cursorColor: rgb:7A/71/55
ca20d02454de3bd33329d35fbbd1&follow=1'>Factor out allocating conversion between wcs and mbsJune McEnroe 2018-08-07Match commands case-insensitivelyJune McEnroe 2018-08-07Convert input to multibyte before handlingJune McEnroe 2018-08-07Populate tab-complete listJune McEnroe 2018-08-07Fix /me formatting side-effectsJune McEnroe 2018-08-07Define ui.c BUF_LEN with enumJune McEnroe 2018-08-07Hack clang into checking uiFmt format stringsJune McEnroe 2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe