| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff 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 | ||
| 4 | 6 | # Copy to ~/.bpython/foo.theme and set "color_scheme = foo" in ~/.bpython.ini | |
| 5 | 7 | ||
| 6 | 8 | [syntax] | |
@@ -13,9 +15,10 @@ number = B | |||
| 13 | 15 | operator = c | |
| 14 | 16 | punctuation = b | |
| 15 | 17 | token = g | |
| 16 | - other = b | ||
| 17 | 18 | ||
| 18 | 19 | [interface] | |
| 20 | + # XXX: gnome-terminal appears to be braindead. The cursor will disappear unless | ||
| 21 | + # you set the background colour to "d". | ||
| 19 | 22 | background = w | |
| 20 | 23 | output = b | |
| 21 | 24 | main = b | |
| Original file line number | Diff line number | Diff 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 | ||
| 4 | 6 | # Copy to ~/.bpython/foo.theme and set "color_scheme = foo" in ~/.bpython.ini | |
| 5 | 7 | ||
| 6 | 8 | [syntax] | |
@@ -15,6 +17,8 @@ punctuation = y | |||
| 15 | 17 | token = C | |
| 16 | 18 | ||
| 17 | 19 | [interface] | |
| 20 | + # XXX: gnome-terminal appears to be braindead. The cursor will disappear unless | ||
| 21 | + # you set the background colour to "d". | ||
| 18 | 22 | background = k | |
| 19 | 23 | output = w | |
| 20 | 24 | main = c | |
| Back | FazBrowse Home | New Git URL |
0 commit comments