From 639d068020a903cb9c73c58c25aa72b6536a2b8f Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Mon, 12 Oct 2015 17:37:24 +0200 Subject: [PATCH] correct colorscheme for df --- bin/dwarffortress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dwarffortress b/bin/dwarffortress index d603dae..5e23ecb 100755 --- a/bin/dwarffortress +++ b/bin/dwarffortress @@ -1,2 +1,2 @@ #!/bin/sh -urxvt -xrm "*color0: #181b20" -e dwarf-fortress +urxvt -xrm "*background: #002b36" -e dwarf-fortress