Skip to content

Instantly share code, notes, and snippets.

@ianbattersby
Last active December 27, 2015 02:49
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 ianbattersby/7254920 to your computer and use it in GitHub Desktop.
Save ianbattersby/7254920 to your computer and use it in GitHub Desktop.
Current IntelliJ colour scheme (inspired by Soda Dark)

NB: Where no background is specified, THERE ISN'T ONE (no tick)

General

  • Default text: fgF8F8F8 bg383838
  • Caret: F8F8F8

NB: Rest are darcula defaults I think

Language Defaults

  • Bad Character: F92772
  • Keyword: 64D6EF
  • Identifier: 64D6EF
  • String: E6DB74
  • Valid escape sequence: AE81FF
  • Invalid escape sequence: F92772
  • Number: AE7DCE
  • Operator sign: E9903C
  • Braces: F8F8F2
  • Parentheses: E9903C
  • Brackets: F8F8F2
  • Dot: F8F8F2
  • Comma: E9903C
  • Semi-comment: E9903C
  • Line Comment: 75715E
  • Block Comment: 75715E
  • Doc Comment *: 629755
  • Label: Inherit
  • Constant: AE7DCE
  • Predefined symbol: F8F8F2
  • Local variable: A6E22D
  • Global variable: A6E22D
  • Function declaration: F8F8F2
  • Function call: F8F8F2
  • Parameter: F8F8F2
  • Interface name: Inherit
  • Metadata: 64D6EF
  • Class name: DF6F20
  • Class reference: inherit
  • Instance method: inherit
  • Static method: inherit
  • Static field: inherit
  • Markup Tag: inherit
  • Markup Attribute: inherit
  • Markup Entity: inherit
  • Template language: inherit

Java

  • Keyword: Inherit
  • Number: Inherit
  • String: Inherit
  • Valid escape in string: Inherit
  • Invalid escape in string: Inherit
  • Operator sign: E9903C
  • Parentheses: Inherit
  • Braces: Inherit (F8F8F2)
  • Brackets: Inherit (F8F8F2)
  • Comma: Inherit (E9903C)
  • Semicolon: Inherit (E9903C)
  • Dot: Inherit (F8F8F2)
  • Line comment: Inherit
  • Block comment: Inherit
  • JavaDoc comments: Inherit (629755)
  • JavaDoc tag: Inherit (629755)
  • JavaDoc tag value: 8A653B (review)
  • Class: Inherit
  • Anonymous Class: (nothing)
  • Type Parameter: A6E22D
  • Abstract Class: (nothing)
  • Interface: A6E22D
  • Enum: (nothing)
  • Local variable: (nothing)
  • Reassigned local variable: E9903C (dotted line)
  • Reassigned parameter: E9903C (dotted line)
  • Instance field: F8F8F2
  • Static field: F8F8F2
  • Constant: 9876AA
  • Param: (nothing)
  • Method call: (nothing)
  • Method declaration: 64D6EF
  • Constructor call: (nothing)
  • Constructor declaration: (nothing)
  • Static method: (nothing)
  • Abstract method: (nothing)
  • Inherited method: (nothing)
  • Annotation name: BBB529
  • Annotation attribute name: BBB529

Clojure

  • Clojure Line Comment: Inherit (75715E)
  • Clojure Atom: F8F8F2
  • Clojure Keyword: Inherit (F8F8F2)
  • Clojure Number: Inherit (AE7DCE)
  • Clojure String: Inherit (E6DB74)
  • Clojure Braces: Inherit (F8F8F2)
  • Clojure Parentheses: Inherit (E9903C)
  • Bad Character: (won't work, explicit or inherit)
  • Clojure Character: AE81FF
  • Clojure Literal: A6E22D
  • Head Symbol: Inherit (64D6EF)
  • Head Symbol from clojure.core: 64D6EF
  • Rainbow Parens 1: E9903C
  • Rainbow Parens 2: 70BFFF
  • Rainbow Parens 3: EB60EC
  • Rainbow Parens 4: FFBB3A
  • Rainbow Parens 5: EFEF48
  • Rainbow Parens 6: 55EB55
  • Rainbow Parens 7: 44DDDD
  • Rainbow Parens 8: 70BFFF
  • Rainbow Parens 9: 7B70D5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment