File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed
Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ def loadini(struct, configfile):
4848
4949 if color_scheme_name == 'default' :
5050 struct .color_scheme = {
51- 'keyword' : 'Y ' ,
52- 'name' : 'B ' ,
51+ 'keyword' : 'y ' ,
52+ 'name' : 'c ' ,
5353 'comment' : 'b' ,
54- 'string' : 'g ' ,
54+ 'string' : 'm ' ,
5555 'error' : 'r' ,
56- 'number' : 'g ' ,
57- 'operator' : 'c ' ,
56+ 'number' : 'G ' ,
57+ 'operator' : 'Y ' ,
5858 'punctuation' : 'y' ,
59- 'token' : 'g ' ,
59+ 'token' : 'C ' ,
6060 'background' : 'k' ,
6161 'output' : 'w' ,
6262 'main' : 'c' ,
63- 'prompt' : 'r ' ,
63+ 'prompt' : 'c ' ,
6464 'prompt_more' : 'g' ,
6565 }
6666 else :
Original file line number Diff line number Diff line change 44# Copy to ~/.bpython/foo.theme and set "color_scheme = foo" in ~/.bpython.ini
55
66[syntax]
7- keyword = Y
8- name = B
7+ keyword = y
8+ name = c
99comment = b
10- string = g
10+ string = m
1111error = r
1212number = G
13- operator = C
13+ operator = Y
1414punctuation = y
15- token = G
16- other = b
15+ token = C
1716
1817[interface]
1918background = k
2019output = w
2120main = c
22- prompt = r
21+ prompt = c
2322prompt_more = g
You can’t perform that action at this time.
0 commit comments