Skip to content

Instantly share code, notes, and snippets.

@victorwestmann
Forked from dsosby/config-highlight.cfg
Last active September 9, 2015 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorwestmann/4a3c4bc61c15b12da2e6 to your computer and use it in GitHub Desktop.
Save victorwestmann/4a3c4bc61c15b12da2e6 to your computer and use it in GitHub Desktop.
A dark highlighting theme for Python's IDLE IDE based on Notepad++'s Obsidian color scheme
[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
@victorwestmann
Copy link
Author

This is a blessed theme that will avoid you getting blind after using the PC a lot of hours straight. ;-)

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