summaryrefslogtreecommitdiff
path: root/Lib/idlelib/config-highlight.def
diff options
context:
space:
mode:
authorTal Einat <taleinat@gmail.com>2019-07-23 15:22:11 +0300
committerGitHub <noreply@github.com>2019-07-23 15:22:11 +0300
commit7123ea009b0b004062d91f69859bddf422c34ab4 (patch)
tree710e79beacd4853354ccb4a5d6333148914e54ec /Lib/idlelib/config-highlight.def
parent1ebee37dde5c2aabc8e2d2c7bbe2a69b293133bb (diff)
downloadcpython-git-7123ea009b0b004062d91f69859bddf422c34ab4.tar.gz
bpo-17535: IDLE editor line numbers (GH-14030)
Diffstat (limited to 'Lib/idlelib/config-highlight.def')
-rw-r--r--Lib/idlelib/config-highlight.def14
1 files changed, 10 insertions, 4 deletions
diff --git a/Lib/idlelib/config-highlight.def b/Lib/idlelib/config-highlight.def
index aaa2b57a7f..a7b0433831 100644
--- a/Lib/idlelib/config-highlight.def
+++ b/Lib/idlelib/config-highlight.def
@@ -22,6 +22,10 @@ hit-foreground= #ffffff
hit-background= #000000
error-foreground= #000000
error-background= #ff7777
+context-foreground= #000000
+context-background= lightgray
+linenumber-foreground= gray
+linenumber-background= #ffffff
#cursor (only foreground can be set, restart IDLE)
cursor-foreground= black
#shell window
@@ -31,8 +35,6 @@ stderr-foreground= red
stderr-background= #ffffff
console-foreground= #770000
console-background= #ffffff
-context-foreground= #000000
-context-background= lightgray
[IDLE New]
normal-foreground= #000000
@@ -55,6 +57,10 @@ hit-foreground= #ffffff
hit-background= #000000
error-foreground= #000000
error-background= #ff7777
+context-foreground= #000000
+context-background= lightgray
+linenumber-foreground= gray
+linenumber-background= #ffffff
#cursor (only foreground can be set, restart IDLE)
cursor-foreground= black
#shell window
@@ -64,8 +70,6 @@ stderr-foreground= red
stderr-background= #ffffff
console-foreground= #770000
console-background= #ffffff
-context-foreground= #000000
-context-background= lightgray
[IDLE Dark]
comment-foreground = #dd0000
@@ -97,3 +101,5 @@ comment-background = #002240
break-foreground = #FFFFFF
context-foreground= #ffffff
context-background= #454545
+linenumber-foreground= gray
+linenumber-background= #002240