summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2013-11-10 11:01:34 +0000
committerNick White <git@njw.me.uk>2013-11-10 11:01:34 +0000
commit61cadfe2935c77f0c850f4078fe64f8fae5db648 (patch)
treebfc12def288c2466da6ee04bc180d37ca50a37c9
parentc3645c967a7998cb73d81b8065bc305c906e83f2 (diff)
downloadtkread-61cadfe2935c77f0c850f4078fe64f8fae5db648.tar.bz2
tkread-61cadfe2935c77f0c850f4078fe64f8fae5db648.zip
Use a gray with some saturation for the text
-rwxr-xr-xtkread4
1 files changed, 3 insertions, 1 deletions
diff --git a/tkread b/tkread
index e607bf8..38d1252 100755
--- a/tkread
+++ b/tkread
@@ -11,9 +11,11 @@
# - add function to type 30g to scroll 30% through an article
# - if window width is small, reduce padx space
# - make scrolling using mouse work even when text area isn't hovered over (also note this sort of scrolling doesn't update the title); integrate the MouseWheel event with scroll. this *should* also fix the issue of dragging and then leaving the window, as the strange scrolling is likely caused by related default behaviour
+# - add more markdown processing and control it using a flag
+# - use font create / configure to name a font to simplify changing its size
set fontsize 20
-set colour #333333
+set colour #554422
set inverted 0
set drag 0
set tagnum 0