We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea3d8d commit 70f28eaCopy full SHA for 70f28ea
sample.theme
@@ -4,20 +4,20 @@
4
# Copy to ~/.bpython/foo.theme and set "color_scheme = foo" in ~/.bpython.ini
5
6
[syntax]
7
-keyword = "Y"
8
-name = "B"
9
-comment = "b"
10
-string = "g"
11
-error = "r"
12
-number = "G"
13
-operator = "C"
14
-punctuation = "y"
15
-token = "G"
16
-other = "b"
+keyword = Y
+name = B
+comment = b
+string = g
+error = r
+number = G
+operator = C
+punctuation = y
+token = G
+other = b
17
18
[interface]
19
-background = 'k'
20
-output = 'w'
21
-main = "c"
22
-prompt = "r"
23
-prompt_more = "g"
+background = k
+output = w
+main = c
+prompt = r
+prompt_more = g
0 commit comments