Last active
October 31, 2024 21:24
-
-
Save B4rtware/2292879336c062f7dfbc0dc61d33361b to your computer and use it in GitHub Desktop.
Python IDLE Dark Theme (Visual Studio Colors)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vsc] | |
definition-foreground = #3987d6 | |
error-foreground = #fe1b1b | |
normal-foreground = #dcdcdc | |
keyword-foreground = #3987d6 | |
hilite-foreground = #dcdcdc | |
comment-background = #1e1e1e | |
hit-foreground = #ffffff | |
builtin-background = #1e1e1e | |
stdout-foreground = #dcdcdc | |
string-background = #1e1e1e | |
break-background = #ffff55 | |
comment-foreground = #57a64a | |
hilite-background = #264f78 | |
definition-background = #1e1e1e | |
stderr-background = #a7a7a7 | |
hit-background = #653306 | |
console-foreground = #dcdcdc | |
normal-background = #1e1e1e | |
builtin-foreground = #4ec9b0 | |
stdout-background = #1e1e1e | |
console-background = #1e1e1e | |
stderr-foreground = red | |
keyword-background = #1e1e1e | |
string-foreground = #d69d85 | |
break-foreground = black | |
error-background = #1e1e1e | |
cursor-foreground = #dcdcdc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
%USERPROFILE%\.idlerc
.config-highlight.cfg
Options/Configure IDLE/Highlights
selecta Custom Theme
. Click on the theme and apply. ~done