Skip to content

Instantly share code, notes, and snippets.

@B4rtware
Last active April 30, 2024 15:40
Show Gist options
  • Save B4rtware/2292879336c062f7dfbc0dc61d33361b to your computer and use it in GitHub Desktop.
Save B4rtware/2292879336c062f7dfbc0dc61d33361b to your computer and use it in GitHub Desktop.
Python IDLE Dark Theme (Visual Studio Colors)
[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
@B4rtware
Copy link
Author

B4rtware commented Sep 9, 2019

idle_theme

paste the file into your .idlerc folder.

@B4rtware
Copy link
Author

  • under windows 10 the folder is found here: %USERPROFILE%\.idlerc.
  • create a new file called config-highlight.cfg
  • paste the code inside the newly created file
  • restart idle and under Options/Configure IDLE/Highlights select a Custom Theme. Click on the theme and apply. ~done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment