github.com/Jeffail/benthos/v3@v3.65.0/website/src/plugins/prism_themes/monokai/index.js (about) 1 // Converted automatically using ./tools/themeFromVsCode 2 var theme = { 3 "plain": { 4 "color": "#f8f8f2", 5 "backgroundColor": "#272822" 6 }, 7 "styles": [{ 8 "types": ["comment"], 9 "style": { 10 "color": "rgb(136, 132, 111)" 11 } 12 }, { 13 "types": ["string", "changed"], 14 "style": { 15 "color": "rgb(230, 219, 116)" 16 } 17 }, { 18 "types": ["punctuation", "tag", "deleted"], 19 "style": { 20 "color": "rgb(249, 38, 114)" 21 } 22 }, { 23 "types": ["number", "builtin"], 24 "style": { 25 "color": "rgb(174, 129, 255)" 26 } 27 }, { 28 "types": ["variable"], 29 "style": { 30 "color": "rgb(248, 248, 242)" 31 } 32 }, { 33 "types": ["function", "attr-name", "inserted"], 34 "style": { 35 "color": "rgb(166, 226, 46)" 36 } 37 }] 38 }; 39 module.exports = theme;