commit 0fe22f5ffcb3f5bf9c07900910fd62b76f6b4613
parent 2f196652e2db56eed3be75ea66e46b0b226cf3d9
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date: Sun, 17 Feb 2019 23:02:25 +0100
remove unused default config keys
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/config.py b/src/config.py
@@ -8,10 +8,6 @@ def get_or_gen_config(config_path: Path = CONFIG_DIR / 'svtxtv.conf'):
if config_path.exists():
cfg.read_file(open(config_path, 'r'))
else:
- cfg['color'] = {
- 'header' : 'yellow',
- 'frame' : 'blue',
- }
cfg['alias'] = {
'inrikes':'101',
'in':'101',