Skip to content

Instantly share code, notes, and snippets.

@jesterjunk
Forked from jaimergp/config-highlight.cfg
Created October 23, 2015 07:09
Show Gist options
  • Select an option

  • Save jesterjunk/072234ce6a56d295593e to your computer and use it in GitHub Desktop.

Select an option

Save jesterjunk/072234ce6a56d295593e to your computer and use it in GitHub Desktop.

Revisions

  1. @jaimergp jaimergp revised this gist Apr 9, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions config-highlight.cfg
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Place this file inside your .idlerc folder
    # or paste its contents inside config-highlight.def
    # Use 'locate' to find their locations
    # Place this file inside your ~/.idlerc/ folder
    # or paste its contents inside
    # /path/to/python/idlelib/config-highlight.def
    # Adapted from SublimeText's Monokai

    [monokai]
  2. @jaimergp jaimergp created this gist Apr 9, 2014.
    33 changes: 33 additions & 0 deletions config-highlight.cfg
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    # Place this file inside your .idlerc folder
    # or paste its contents inside config-highlight.def
    # Use 'locate' to find their locations
    # Adapted from SublimeText's Monokai

    [monokai]
    normal-foreground= #F8F8F2
    normal-background= #272822
    keyword-foreground= #F92672
    keyword-background= #272822
    builtin-foreground= #66D9EF
    builtin-background= #272822
    comment-foreground= #75715E
    comment-background= #272822
    string-foreground= #FD971F
    string-background= #272822
    definition-foreground= #A6E22E
    definition-background= #272822
    hilite-foreground= #F8F8F2
    hilite-background= gray
    break-foreground= black
    break-background= #ffff55
    hit-foreground= #F8F8F2
    hit-background= #171812
    error-foreground= #ff3338
    error-background= #272822
    cursor-foreground= #F8F8F2
    stdout-foreground= #DDDDDD
    stdout-background= #272822
    stderr-foreground= #ff3338
    stderr-background= #272822
    console-foreground= #75715E
    console-background= #272822