Skip to content

Commit 4534fe0

Browse files
committed
make default background colour 'd' (i.e. terminal default) instead of 'k' to prevent gnome-terminal from failing
1 parent 2518bae commit 4534fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bpython/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def loadini(struct, configfile):
8484
'operator': 'Y',
8585
'punctuation': 'y',
8686
'token': 'C',
87-
'background': 'k',
87+
'background': 'd',
8888
'output': 'w',
8989
'main': 'c',
9090
'prompt': 'c',

sample.theme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ token = C
1919
[interface]
2020
# XXX: gnome-terminal appears to be braindead. The cursor will disappear unless
2121
# you set the background colour to "d".
22-
background = k
22+
background = d
2323
output = w
2424
main = c
2525
prompt = c

0 commit comments

Comments
 (0)