syntax-theme-light.css
1 /* 2 * theme "Base16 Ocean Light" generated by syntect 3 */ 4 5 .z-code { 6 color: #4f5b66; 7 background-color: #eff1f5; 8 } 9 10 .z-variable.z-parameter.z-function { 11 color: #4f5b66; 12 } 13 .z-comment, .z-punctuation.z-definition.z-comment { 14 color: #a7adba; 15 } 16 .z-punctuation.z-definition.z-string, .z-punctuation.z-definition.z-variable, .z-punctuation.z-definition.z-string, .z-punctuation.z-definition.z-parameters, .z-punctuation.z-definition.z-string, .z-punctuation.z-definition.z-array { 17 color: #4f5b66; 18 } 19 .z-none { 20 color: #4f5b66; 21 } 22 .z-keyword.z-operator { 23 color: #4f5b66; 24 } 25 .z-keyword { 26 color: #b48ead; 27 } 28 .z-variable { 29 color: #bf616a; 30 } 31 .z-entity.z-name.z-function, .z-meta.z-require, .z-support.z-function.z-any-method { 32 color: #8fa1b3; 33 } 34 .z-support.z-class, .z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class { 35 color: #d08770; 36 } 37 .z-meta.z-class { 38 color: #343d46; 39 } 40 .z-keyword.z-other.z-special-method { 41 color: #8fa1b3; 42 } 43 .z-storage { 44 color: #b48ead; 45 } 46 .z-support.z-function { 47 color: #96b5b4; 48 } 49 .z-string, .z-constant.z-other.z-symbol, .z-entity.z-other.z-inherited-class { 50 color: #a3be8c; 51 } 52 .z-constant.z-numeric { 53 color: #d08770; 54 } 55 .z-none { 56 color: #d08770; 57 } 58 .z-none { 59 color: #d08770; 60 } 61 .z-constant { 62 color: #d08770; 63 } 64 .z-entity.z-name.z-tag { 65 color: #bf616a; 66 } 67 .z-entity.z-other.z-attribute-name { 68 color: #d08770; 69 } 70 .z-entity.z-other.z-attribute-name.z-id, .z-punctuation.z-definition.z-entity { 71 color: #8fa1b3; 72 } 73 .z-meta.z-selector { 74 color: #b48ead; 75 } 76 .z-none { 77 color: #d08770; 78 } 79 .z-markup.z-heading .z-punctuation.z-definition.z-heading, .z-entity.z-name.z-section { 80 color: #8fa1b3; 81 } 82 .z-keyword.z-other.z-unit { 83 color: #d08770; 84 } 85 .z-markup.z-bold, .z-punctuation.z-definition.z-bold { 86 color: #d08770; 87 font-weight: bold; 88 } 89 .z-markup.z-italic, .z-punctuation.z-definition.z-italic { 90 color: #b48ead; 91 font-style: italic; 92 } 93 .z-markup.z-raw.z-inline { 94 color: #a3be8c; 95 } 96 .z-string.z-other.z-link { 97 color: #bf616a; 98 } 99 .z-meta.z-link { 100 color: #d08770; 101 } 102 .z-markup.z-list { 103 color: #bf616a; 104 } 105 .z-markup.z-quote { 106 color: #d08770; 107 } 108 .z-meta.z-separator { 109 color: #4f5b66; 110 background-color: #dfe1e8; 111 } 112 .z-markup.z-inserted, .z-markup.z-inserted.z-git_gutter { 113 color: #a3be8c; 114 } 115 .z-markup.z-deleted, .z-markup.z-deleted.z-git_gutter { 116 color: #bf616a; 117 } 118 .z-markup.z-changed, .z-markup.z-changed.z-git_gutter { 119 color: #b48ead; 120 } 121 .z-markup.z-ignored, .z-markup.z-ignored.z-git_gutter { 122 color: #c0c5ce; 123 } 124 .z-markup.z-untracked, .z-markup.z-untracked.z-git_gutter { 125 color: #c0c5ce; 126 } 127 .z-constant.z-other.z-color { 128 color: #96b5b4; 129 } 130 .z-string.z-regexp { 131 color: #96b5b4; 132 } 133 .z-constant.z-character.z-escape { 134 color: #96b5b4; 135 } 136 .z-punctuation.z-section.z-embedded, .z-variable.z-interpolation { 137 color: #ab7967; 138 } 139 .z-invalid.z-illegal { 140 color: #eff1f5; 141 background-color: #bf616a; 142 } 143 .z-markup.z-deleted.z-git_gutter { 144 color: #f92672; 145 } 146 .z-markup.z-inserted.z-git_gutter { 147 color: #a6e22e; 148 } 149 .z-markup.z-changed.z-git_gutter { 150 color: #967efb; 151 } 152 .z-markup.z-ignored.z-git_gutter { 153 color: #565656; 154 } 155 .z-markup.z-untracked.z-git_gutter { 156 color: #565656; 157 }