aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-22 23:28:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-22 23:28:16 +1300
commite7c97683f98ca46f135452d1390c15e0a1b440a7 (patch)
treedc7465e5300c8073eebc9be7069ed6832f72312c
parentMerge branch 'hotfix/v1.75.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-1.76.0.tar.gz (sig)
dotfiles-1.76.0.zip
Merge branch 'release/v1.76.0'v1.76.0
* release/v1.76.0: Bump VERSION Add color definitions to xterm resources Correct TERM string for xterm Remove some resources from URxvt Add Dillo to README.md configuration list Add single quotes to description of Vim options
-rw-r--r--README.md1
-rw-r--r--TABS.md8
-rw-r--r--VERSION4
-rw-r--r--X/Xresources.d/URxvt2
-rw-r--r--X/Xresources.d/xterm20
5 files changed, 26 insertions, 9 deletions
diff --git a/README.md b/README.md
index 33f535ed..ea316997 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ Configuration is included for:
* [Abook](http://abook.sourceforge.net/) -- curses address book program
* [cURL](https://curl.haxx.se/) -- Command-line tool for transferring data with
URL syntax
+* [Dillo](https://www.dillo.org/) -- A lightweight web browser
* [Dunst](http://knopwob.org/dunst/) -- A lightweight X11 notification daemon
that works with `libnotify`
* `finger(1)` -- User information lookup program
diff --git a/TABS.md b/TABS.md
index e304fdb1..9ec5adb5 100644
--- a/TABS.md
+++ b/TABS.md
@@ -20,7 +20,7 @@ the results seem perfect.
You can configure Vim to accommodate this by removing the settings in vim/vimrc
for:
-* `expandtab`
-* `shiftwidth`
-* `smarttab`
-* `softtabstop`
+* `'expandtab'`
+* `'shiftwidth'`
+* `'smarttab'`
+* `'softtabstop'`
diff --git a/VERSION b/VERSION
index 1c428430..eea0be86 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.75.1
-Thu Nov 22 09:42:06 UTC 2018
+tejr dotfiles v1.76.0
+Thu Nov 22 10:28:16 UTC 2018
diff --git a/X/Xresources.d/URxvt b/X/Xresources.d/URxvt
index 30c659fb..f4c30d54 100644
--- a/X/Xresources.d/URxvt
+++ b/X/Xresources.d/URxvt
@@ -1,8 +1,6 @@
! URxvt
-URxvt.buffered: false
URxvt.cursorBlink: on
URxvt.cutchars: <>│
-URxvt.depth: 32
URxvt.internalBorder: 0
URxvt.iso14755: false
URxvt.iso14755_52: false
diff --git a/X/Xresources.d/xterm b/X/Xresources.d/xterm
index 06ec95c1..51f8f4b4 100644
--- a/X/Xresources.d/xterm
+++ b/X/Xresources.d/xterm
@@ -5,4 +5,22 @@ xterm*colorMode: false
xterm*eightBitInput: false
xterm*locale: true
xterm*metaSendsEscape: true
-xterm*termName: xterm-mono
+xterm*termName: xterm-256color
+xterm*background: #030303
+xterm*foreground: #E0E0E0
+xterm*color0: #030303
+xterm*color1: #CC0000
+xterm*color2: #3EAA06
+xterm*color3: #C4A000
+xterm*color4: #3465A4
+xterm*color5: #75507B
+xterm*color6: #06989A
+xterm*color7: #D3D7CF
+xterm*color8: #303030
+xterm*color9: #EF2929
+xterm*color10: #7AF234
+xterm*color11: #FCE94F
+xterm*color12: #729FCF
+xterm*color13: #AD7FA8
+xterm*color14: #34E2E2
+xterm*color15: #EEEEEC