From 61cadfe2935c77f0c850f4078fe64f8fae5db648 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 10 Nov 2013 11:01:34 +0000 Subject: Use a gray with some saturation for the text --- tkread | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3