X Tutup
Skip to content

Commit 70f28ea

Browse files
committed
remove quotes from sample.theme
1 parent fea3d8d commit 70f28ea

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

sample.theme

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
# Copy to ~/.bpython/foo.theme and set "color_scheme = foo" in ~/.bpython.ini
55

66
[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"
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
1717

1818
[interface]
19-
background = 'k'
20-
output = 'w'
21-
main = "c"
22-
prompt = "r"
23-
prompt_more = "g"
19+
background = k
20+
output = w
21+
main = c
22+
prompt = r
23+
prompt_more = g

0 commit comments

Comments
 (0)
X Tutup