mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
Allow configuration of colors
- Replaced raw escapes with colorama - Added colors key to config - Add checks for validity of color values
This commit is contained in:
parent
75a8249f38
commit
01db72b9dc
5 changed files with 44 additions and 28 deletions
|
@ -8,7 +8,6 @@ from dateutil import parser as date_parser
|
|||
from ansiwrap import strip_color
|
||||
from collections import defaultdict
|
||||
import os
|
||||
import re
|
||||
import json
|
||||
import yaml
|
||||
import keyring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue