diff options
author | Nick White <git@njw.me.uk> | 2013-11-10 11:01:34 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2013-11-10 11:01:34 +0000 |
commit | 61cadfe2935c77f0c850f4078fe64f8fae5db648 (patch) | |
tree | bfc12def288c2466da6ee04bc180d37ca50a37c9 | |
parent | c3645c967a7998cb73d81b8065bc305c906e83f2 (diff) | |
download | tkread-61cadfe2935c77f0c850f4078fe64f8fae5db648.tar.bz2 tkread-61cadfe2935c77f0c850f4078fe64f8fae5db648.zip |
Use a gray with some saturation for the text
-rwxr-xr-x | tkread | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |