X Tutup
Skip to content

Commit 4eade2d

Browse files
committed
add comments to sample themes to explain that gnome-terminal is retarded
1 parent 379f183 commit 4eade2d

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

light.theme

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Each letter represent a colour marker: k, r, g, y, b, m, c, w
2-
# which stands for: blacK, Red, Green, Yellow, Blue, Magenta,Cyan, White
3-
# Capital letters makes bold fonts
1+
# Each letter represents a colour marker:
2+
# k, r, g, y, b, m, c, w, d
3+
# which stands for:
4+
# blacK, Red, Green, Yellow, Blue, Magenta, Cyan, White, Default
5+
# Capital letters represent bold
46
# Copy to ~/.bpython/foo.theme and set "color_scheme = foo" in ~/.bpython.ini
57

68
[syntax]
@@ -13,9 +15,10 @@ number = B
1315
operator = c
1416
punctuation = b
1517
token = g
16-
other = b
1718

1819
[interface]
20+
# XXX: gnome-terminal appears to be braindead. The cursor will disappear unless
21+
# you set the background colour to "d".
1922
background = w
2023
output = b
2124
main = b

sample.theme

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Each letter represent a colour marker: k, r, g, y, b, m, c, w
2-
# which stands for: blacK, Red, Green, Yellow, Blue, Magenta,Cyan, White
3-
# Capital letters makes bold fonts
1+
# Each letter represents a colour marker:
2+
# k, r, g, y, b, m, c, w, d
3+
# which stands for:
4+
# blacK, Red, Green, Yellow, Blue, Magenta, Cyan, White, Default
5+
# Capital letters represent bold
46
# Copy to ~/.bpython/foo.theme and set "color_scheme = foo" in ~/.bpython.ini
57

68
[syntax]
@@ -15,6 +17,8 @@ punctuation = y
1517
token = C
1618

1719
[interface]
20+
# XXX: gnome-terminal appears to be braindead. The cursor will disappear unless
21+
# you set the background colour to "d".
1822
background = k
1923
output = w
2024
main = c

0 commit comments

Comments
 (0)
X Tutup