DEV Community

Discussion on: Show me your editor theme! 🎨

Collapse
 
ashsimmonds profile image
AshSimmonds

Tweaks with Customize UI and Monkey Patch:

ashsimmonds vscode theme

"editor.fontSize": 16,
"editor.fontFamily": "'CPMono_v07', Space Mono, Consolas, 'Courier New', monospace",
"customizeUI.font.regular": "WW Digital",
"customizeUI.fontSizeMap": {
"13px": "20px",
"monospace": "12px",
"tab-title": "12px",
"menu": "20px",
"window-title": "40px",
},
"workbench.colorCustomizations": {
"editor.background": "#000211",
"editor.foreground": "#ffffff",
"editor.selectionBackground": "#0000ff",
"editorCursor.background": "#d3d3da",
"editorCursor.foreground": "#B19EFF",
"editorLineNumber.foreground": "#42ff00",
"editorIndentGuide.background": "#224400",
"editorIndentGuide.activeBackground": "#aaff00",
"editor.lineHighlightBackground": "#000012",
"editor.lineHighlightBorder": "#6666cc",
"editor.findMatchHighlightBorder": "#ffaa55",
"editor.findMatchHighlightBackground": "#000000",
"editor.findMatchBorder": "#ffffff",
"editor.findMatchBackground": "#0000ff",
"editor.selectionHighlightBorder": "#0000ff",
"editor.selectionHighlightBackground": "#000000",
"activityBar.background": "#6953F5",
"activityBar.foreground": "#eeeeff",
"editorOverviewRuler.background": "#6953F5",
"terminal.background": "#000534",
"terminal.foreground": "#ffffff",
"minimap.background": "#3b0677",
"minimapSlider.background": "#0000ff",
"sideBar.background": "#002633",
"sideBar.foreground": "#00f9ff",
},
"editor.tokenColorCustomizations": {
"comments": "#00ff00",
"functions": "#ffaacc",
"keywords": "#bbff00",
"numbers": "#6666ff",
"strings": "#ccccff",
"textMateRules": [],
"types": "#FFff00",
"variables": "#00ffff",
},