File: windows.theme

package info (click to toggle)
bpython 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,116 kB
  • sloc: python: 11,100; xml: 52; sh: 37; makefile: 27
file content (28 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Each letter represents a colour marker:
#   k, r, g, y, b, m, c, w, d
# which stands for:
#   blacK, Red, Green, Yellow, Blue, Magenta, Cyan, White, Default
#
# But in Windows (for now)
#   K,     R,    G,     Y,    B,   M,       C,      W,     k
#   blacK, blue, Green, cyan, red, Magenta, yellow, hite, grey
# Capital letters represent bold (brighter)
# Copy to %USERPROFILE%\.bpython\windows.theme and set "color_scheme = windows" in %USERPROFILE%\.bpython\config

[syntax]
keyword = G
name = Y
comment = c
string = M
error = B
number = C
operator = G
punctuation = C
token = M

[interface]
background = r
output = w
main = W
prompt = W
prompt_more = K