Created
April 25, 2020 06:29
-
-
Save vampirepapi/6bfcaec44d84655ec625a98dc898dfa1 to your computer and use it in GitHub Desktop.
A dark highlighting theme for Python's IDLE IDE [Obsidian]
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
[Obsidian] | |
definition-foreground = #678CB1 | |
error-foreground = #FF0000 | |
string-background = #293134 | |
keyword-foreground = #93C763 | |
normal-foreground = #E0E2E4 | |
comment-background = #293134 | |
hit-foreground = #E0E2E4 | |
builtin-background = #293134 | |
stdout-foreground = #678CB1 | |
cursor-foreground = #E0E2E4 | |
break-background = #293134 | |
comment-foreground = #66747B | |
hilite-background = #2F393C | |
hilite-foreground = #E0E2E4 | |
definition-background = #293134 | |
stderr-background = #293134 | |
hit-background = #000000 | |
console-foreground = #E0E2E4 | |
normal-background = #293134 | |
builtin-foreground = #E0E2E4 | |
stdout-background = #293134 | |
console-background = #293134 | |
stderr-foreground = #FB0000 | |
keyword-background = #293134 | |
string-foreground = #EC7600 | |
break-foreground = #E0E2E4 | |
error-background = #293134 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation:
1.Ensure IDLE is closed
2.Windows 10, search for the file \Python34\Lib\idlelib\config-highlight.def, open it, paste the "texts from above" and save it.
3.Paste in the settings and save
4.Open IDLE, Options -> Configure
5.Under the Highlighting tab, Obsidian should now be a custom theme available in the dropdown list.