13 | 14 | | Component / Element | Hex Colour | | 15 | |---------------------------------------- |------------ |--------------------------------------------------- | 16 | | **Editor Elements** | | | 17 | | Background | `#2B3135` |  | 18 | | Current Line | `#394045` |  | 19 | | Cursor | `#FFFFFF` |  | 20 | | Selection | `#1C4C56` |  | 21 | | Invisibles | `#7F7F7F` |  | 22 | | **Code Elements** | | | 23 | | Plain Text | `#807F7F` |  | 24 | | Comments | `#BDBDBD` |  | 25 | | Documentation Markup | `#BDBDBD` |  | 26 | | Documentation Markup Keywords | `#BDBDBD` |  | 27 | | Strings | `#F69767` |  | 28 | | Characters | `#A096C8` |  | 29 | | Numbers | `#A096C8` |  | 30 | | Keywords | `#FDD285` |  | 31 | | Preprocessor Statements | `#CD9670` |  | 32 | | URLs | `#3DB3CE` |  | 33 | | Attributes | `#C1845D` |  | 34 | | Project Class Names | `#7DC09A` |  | 35 | | Project Function and Method Names | `#7DC09A` |  | 36 | | Project Constants | `#7DC09A` |  | 37 | | Project Type Names | `#7DC09A` |  | 38 | | Project Instance Variables and Globals | `#7DC09A` |  | 39 | | Project Preprocessor Macros | `#CD9670` |  | 40 | | Other Class Names | `#85B3CC` |  | 41 | | Other Function and Method Names | `#85B3CC` |  | 42 | | Other Constants | `#85B3CC` |  | 43 | | Other Type Names | `#85B3CC` |  | 44 | | Other Instance Variables and Globals | `#85B3CC` |  | 45 | | Other Preprocessor Macros | `#CD9670` |  | 46 | 47 | Colours are in the sRGB space. 48 | 49 |