Skip to content

Instantly share code, notes, and snippets.

@novaTopFlex
Last active April 25, 2024 12:21
Show Gist options
  • Save novaTopFlex/7757f8b466a1999dfd3e4571ce770533 to your computer and use it in GitHub Desktop.
Save novaTopFlex/7757f8b466a1999dfd3e4571ce770533 to your computer and use it in GitHub Desktop.
General and Technical Color Schemes for Python Projects

Technical Styles

  • 0 - Elements not colorized.
  • 1 - #ff0000
  • 2 - #ffff00
  • 3 - #00ff00
  • 4 - #00ffff
  • 5 - #0000ff
  • 6 - #ff00ff
  • 7 - #ffffff (and/or #000000) With technical styles 1 through 6, every colorized element could blend in, or "camouflage" into the same color; or such elements could be colorized differently as #000000 and/or #ffffff instead. With style 7, all elements are #000000 or #ffffff by default.

General Styles

  • 0 - Elements not colorized.
  • 1 - #774444, #885555, #ffcccc
  • 2 - #776044, #887055, #ffe0cc
  • 3 - #447744, #558855, #ccffcc
  • 3a - #447766, #558877, #ccffee
  • 3b - #337766, #448877, #bbffee
  • 4 - #334477, #445588, #bbccff
  • 5 - #554477, #665588, #ddccff
  • 5a - #774477, #885588, #ffccff
  • 5b - #774460, #885570, #ffe0ff
  • 6 - #333333, #444444, #ffffff
  • 7 - #aaaaaa, #999999, #000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment